@Deprecated public interface ServerRef extends RemoteRef
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID
Deprecated.
indicate compatibility with JDK 1.1.x version of class.
|
packagePrefix| Modifier and Type | Method and Description |
|---|---|
RemoteStub |
exportObject(Remote
Deprecated.
Creates a client stub object for the supplied Remote object.
|
String |
getClientHost()
Deprecated.
Returns the hostname of the current client.
|
done, getRefClass, invoke, invoke, newCall, remoteEquals, remoteHashCode, remoteToStringreadExternal, writeExternalstatic final long serialVersionUID
RemoteStubexportObject(Remote obj, Object data) throws RemoteException
obj - the remote object implementation
data - information necessary to export the object
RemoteException - if an exception occurs attempting to export the object (e.g., stub class could not be found)
StringgetClientHost() throws ServerNotActiveException
ServerNotActiveException - if called outside of servicing a remote method invocation