Frames | No Frames |
Methods with parameter type gnu.java.rmi.server.UnicastConnection | |
void | Discard a connection when we're done with it - maybe it can be
recycled.
|
void | |
void | |
void | |
Object | If the object is not active, activate it first.
|
Object | This method is called from the UnicastServer
to deliver the remote call to this object.
|
Object | UnicastRef.invokeCommon(UnicastConnection conn, Remote obj, Method method, Object[] params, int opnum, long hash) Invoke the remote method on the given object when connection is already
established.
|
Methods with return type gnu.java.rmi.server.UnicastConnection | |
UnicastConnection | Get a connection from this manager.
|