References Deprecated
RemoteStub
is deprecated or references (maybe indirectly) at least one deprecated element.
See corresponding docs for further information.
Modifier and Type | Field and Description |
---|---|
private static final long | |
private static final Operation[] | operations
References Deprecated
Operation is deprecated or references (maybe indirectly) at least one deprecated element.
|
Access | Constructor and Description |
---|---|
public | |
public |
Modifier and Type | Method and Description |
---|---|
public void | bind(String
the name to associate with the remote reference $param_String_1, Remote a reference to a remote object (usually a stub) $param_Remote_2)Implements java. Binds a remote reference to the specified |
public String[] | list()
Implements java. Returns an array of the names bound in this registry. |
public Remote | lookup(String
the name for the remote reference to look up $param_String_1)Implements java. Returns the remote reference bound to the specified
|
public void | rebind(String
the name to associate with the remote reference $param_String_1, Remote a reference to a remote object (usually a stub) $param_Remote_2)Implements java. Replaces the binding for the specified |
public void | unbind(String
the name of the binding to remove $param_String_1)Implements java. Removes the binding for the specified |
interfaceHash | back to summary |
---|---|
private static final long interfaceHash |
operations | back to summary |
---|---|
private static final Operation[] operations
References Deprecated
See corresponding docs for further information. |
RegistryImpl_Stub | back to summary |
---|---|
public RegistryImpl_Stub() |
RegistryImpl_Stub | back to summary |
---|---|
public RegistryImpl_Stub(RemoteRef ref) |
bind | back to summary |
---|---|
public void bind(String $param_String_1, Remote $param_Remote_2) throws AccessException, AlreadyBoundException, RemoteException Implements java. Doc from java. Binds a remote reference to the specified
|
list | back to summary |
---|---|
public String[] list() throws AccessException, RemoteException Implements java. Doc from java. Returns an array of the names bound in this registry. The array will contain a snapshot of the names bound in this registry at the time of the given invocation of this method.
|
lookup | back to summary |
---|---|
public Remote lookup(String $param_String_1) throws AccessException, NotBoundException, RemoteException Implements java. Doc from java. Returns the remote reference bound to the specified
|
rebind | back to summary |
---|---|
public void rebind(String $param_String_1, Remote $param_Remote_2) throws AccessException, RemoteException Implements java. Doc from java. Replaces the binding for the specified
|
unbind | back to summary |
---|---|
public void unbind(String $param_String_1) throws AccessException, NotBoundException, RemoteException Implements java. Doc from java. Removes the binding for the specified
|