Package com.ibm.di.api.remote.impl.rmi

Provides classes for managing the the remote access through RMI.

See:
          Description

Class Summary
APIRemoteSecurityManager Wrapper API to expose the functionality available from java.rmi.RMISecurityManager.
Constants A convenience class containing property names used for the RMI.
InputStreamWrapper A wrapper class of InputStream class for use by the RMI.
NullPrompter This class implements CallbackHandler interface handling behaviour but without doing any prompting.
RMISocketFactory A wrapper class of RMIServerSocketFactory class.
ServerSocketWrapper A wrapper class of ServerSocket class for use by the RMI.
SocketWrapper A wrapper class of Socket class for use by the RMI.
SSLRMIClientSocketFactory Instances of this class are used by the RMI to obtain SSL client sockets for RMI calls.
SSLRMIServerSocketFactory Instances of this class are used by the RMI to obtain SSL server sockets for RMI calls.
SSLRMIUtils Utility class that holds common functionality for the RMI SSL socket factories.
 

Package com.ibm.di.api.remote.impl.rmi Description

Provides classes for managing the the remote access through RMI.