Uses of Class java.rmi.server.RemoteObject

Uses in package java.rmi.activation

Classes derived from java.rmi.server.RemoteObject

class
A common ancestor for the implementations of the activatable objects.
class
The entity that receives the request to activate object and activates it.
class
A stub class for ActivationGroup implementations.

Uses in package java.rmi.server

Classes derived from java.rmi.server.RemoteObject

class
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
A common superclass for the server implementations.
class
This is a base class for the automatically generated RMI stubs.
class
This class obtains stub that communicates with the remote object.

Methods with parameter type java.rmi.server.RemoteObject

RemoteCall
RemoteRef.newCall(RemoteObject obj, Operation[] op, int opnum, long hash)