Uses of Class
java.rmi.server.RemoteServer
| 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.
|
-
Uses of RemoteServer in java.rmi.activation
Subclasses of RemoteServer 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. -
Uses of RemoteServer in java.rmi.server
Subclasses of RemoteServer in java.rmi.server Modifier and Type Class Description classUnicastRemoteObjectUsed for exporting a remote object with JRMP and obtaining a stub that communicates to the remote object.
java.rmi.activationpackage specification for further information.