|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LookupRegistry
Interface used by clients to lookup proxy in registry.
Method Summary | |
---|---|
java.lang.String[] |
list()
Returns an array containing the remote object group names registered in the registry. |
java.rmi.Remote |
lookup(java.lang.String name)
Returns a proxy for the remote object group associated with the specified name in the registry. |
Method Detail |
---|
java.rmi.Remote lookup(java.lang.String name) throws java.rmi.RemoteException, java.rmi.NotBoundException, java.rmi.AccessException
name
- the name associated with the remote object group
java.rmi.RemoteException
- If remote operation failed.
java.rmi.NotBoundException
- if there is no object group with this name in the
registry.
java.rmi.AccessException
- If this operation is not permitted.java.lang.String[] list() throws java.rmi.RemoteException, java.rmi.AccessException
java.rmi.RemoteException
- If remote operation failed.
java.rmi.AccessException
- If this operation is not permitted.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |