jxl.peermi
Interface PeerRegistryInterface

All Superinterfaces:
PeerRemote, java.rmi.Remote
All Known Implementing Classes:
PeerRegistry

public interface PeerRegistryInterface
extends PeerRemote

PeerRemote interface to PeerRegistry

Author:
Alex Lynch

Method Summary
 void addRegistry(PeerRegistryInterface reg)
           
 PeerRemote lookup(java.lang.String name)
           
 
Methods inherited from interface jxl.peermi.PeerRemote
checkAlive
 

Method Detail

addRegistry

void addRegistry(PeerRegistryInterface reg)
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

lookup

PeerRemote lookup(java.lang.String name)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException