java.rmi.server
Interface ServerRef

All Superinterfaces:
Externalizable, RemoteRef, Serializable

public interface ServerRef
extends RemoteRef


Field Summary
static long serialVersionUID
           
 
Fields inherited from interface java.rmi.server.RemoteRef
packagePrefix
 
Method Summary
 RemoteStub exportObject(Remote obj, Object data)
           
 String getClientHost()
           
 
Methods inherited from interface java.rmi.server.RemoteRef
done, getRefClass, invoke, invoke, newCall, remoteEquals, remoteHashCode, remoteToString
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Method Detail

exportObject

RemoteStub exportObject(Remote obj,
                        Object data)
                        throws RemoteException
Throws:
RemoteException

getClientHost

String getClientHost()
                     throws ServerNotActiveException
Throws:
ServerNotActiveException