|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jini.phoenix.AbstractRegistry
com.sun.jini.phoenix.Activation.RegistryImpl
class Activation.RegistryImpl
A read-only registry containing a single entry for the system.
Field Summary | |
---|---|
private String |
NAME
The name of the single entry |
Fields inherited from interface java.rmi.registry.Registry |
---|
REGISTRY_PORT |
Constructor Summary | |
---|---|
Activation.RegistryImpl()
|
Method Summary | |
---|---|
void |
bind(String name,
Remote obj)
Always throws SecurityException. |
String[] |
list()
Returns a list containing the single name. |
Remote |
lookup(String name)
Returns the single object if the specified name matches the single name, otherwise throws NotBoundException. |
void |
rebind(String name,
Remote obj)
Always throws SecurityException. |
void |
unbind(String name)
Always throws SecurityException. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final String NAME
Constructor Detail |
---|
Activation.RegistryImpl()
Method Detail |
---|
public Remote lookup(String name) throws NotBoundException
NotBoundException
public void bind(String name, Remote obj)
public void unbind(String name)
public void rebind(String name, Remote obj)
public String[] list()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |