Uses of Class
java.rmi.server.RemoteObject
| Package | Description |
|---|---|
| java.rmi.activation |
Provides support for RMI Object Activation.
|
| java.rmi.server |
Provides classes and interfaces for supporting the server side of RMI.
|
| javax.management.remote.rmi |
The RMI connector is a connector for the JMX Remote API that
uses RMI to transmit client requests to a remote MBean server.
|
-
Uses of RemoteObject in java.rmi.activation
Subclasses of RemoteObject in java.rmi.activation Modifier and Type Class Description classActivatableDeprecated, for removal: This API element is subject to removal in a future version.classActivationGroupDeprecated, for removal: This API element is subject to removal in a future version.See thejava.rmi.activationpackage specification for further information.classActivationGroup_StubDeprecated, for removal: This API element is subject to removal in a future version.See thejava.rmi.activationpackage specification for further information. -
Uses of RemoteObject in java.rmi.server
Subclasses of RemoteObject in java.rmi.server Modifier and Type Class Description classRemoteObjectInvocationHandlerAn implementation of theInvocationHandlerinterface for use with Java Remote Method Invocation (Java RMI).classRemoteServerTheRemoteServerclass is the common superclass to server implementations and provides the framework to support a wide range of remote reference semantics.classRemoteStubDeprecated.Statically generated stubs are deprecated, since stubs are generated dynamically.classUnicastRemoteObjectUsed for exporting a remote object with JRMP and obtaining a stub that communicates to the remote object.Methods in java.rmi.server with parameters of type RemoteObject Modifier and Type Method Description RemoteCallRemoteRef. newCall(RemoteObject obj, Operation[] op, int opnum, long hash)Deprecated.1.2 style stubs no longer use this method. -
Uses of RemoteObject in javax.management.remote.rmi
Subclasses of RemoteObject in javax.management.remote.rmi Modifier and Type Class Description classRMIConnectionImpl_StubRMIConnectionImpl remote stub.classRMIServerImpl_StubRMIServerImpl remote stub.
java.rmi.activationpackage specification for further information.