jxl.peermi
Interface PeerRemote

All Superinterfaces:
java.rmi.Remote
All Known Subinterfaces:
ModuleServerInterface, PeerRegistryInterface
All Known Implementing Classes:
ModuleServer, PeerRegistry, PeerRemoteObject

public interface PeerRemote
extends java.rmi.Remote

PeerRemote is the base interface for PeerRemoteObject remote interfaces. This interface must be extended by custom remote interfaces.

Author:
Alex Lynch

Method Summary
 void checkAlive()
           
 

Method Detail

checkAlive

void checkAlive()
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException