|
|||||||||
| Home >> All >> java >> rmi >> [ server overview ] | PREV NEXT | ||||||||
Uses of Class
java.rmi.server.RemoteObject
| Uses of RemoteObject in java.rmi.server |
| Subclasses of RemoteObject in java.rmi.server | |
class |
RemoteObjectInvocationHandler
Together with dynamic proxy instance, this class replaces the generated RMI stub (*_Stub) classes that (following 1.5 specification) should be no longer required. |
class |
RemoteServer
A common superclass for the server implementations. |
class |
RemoteStub
This is a base class for the automatically generated RMI stubs. |
class |
UnicastRemoteObject
This class obtains stub that communicates with the remote object. |
| Methods in java.rmi.server with parameters of type RemoteObject | |
RemoteCall |
RemoteRef.newCall(RemoteObject obj,
Operation[] op,
int opnum,
long hash)
Deprecated. use RemoteRef.invoke(Remote, Method, Object[], long) 55 instead. |
|
|||||||||
| Home >> All >> java >> rmi >> [ server overview ] | PREV NEXT | ||||||||