Package java.rmi.server

Interface Summary

LoaderHandler
RemoteCall
RemoteRef
RMIClientSocketFactory
RMIFailureHandler
RMIServerSocketFactory
ServerRef
Skeleton
Unreferenced

Class Summary

LogStream
ObjID
Operation
RemoteObject
RemoteServer
RemoteStub
RMIClassLoader This class provides a set of public static utility methods for supporting network-based class loading in RMI.
RMIClassLoaderSpi
RMISocketFactory
UID
UnicastRemoteObject

Exception Summary

ExportException Thrown if an attempt to export a remote object fails.
ServerCloneException Thrown if a remote exception occurs during the cloning process of a UnicastRemoteObject.
ServerNotActiveException Thrown during RemoteServer.getClientHost if the host is not servicing a remote method call.
SkeletonMismatchException Thrown if a call is received that does not match a Skeleton.
SkeletonNotFoundException Thrown if a Skeleton corresponding to the remote object is not found.
SocketSecurityException Thrown during remote object export if the code does not have permission to create a java.net.ServerSocket on the specified port.