Package com.adventnet.adaptors.rmi

Provides the definition of RMI Adaptor classes
 
 

See:
          Description

Interface Summary
RemoteMBeanServer This RMI interface defines a server access interface for accessing/creating remote server objects by the RMI client from the RMI server.
RemoteNotificationFilter  
RemoteNotificationListener  
 

Class Summary
MyNotificationFilter  
MyNotificationListener  
RemoteMBeanServerImpl This class acts as the factory for the RMI Adaptor clients.
RemoteNotificationFilterImpl This class acts as a wrapper for the notificationfilter implementation and will be used for filtering the notifications to the client side of the rmi environment.
RemoteNotificationListenerImpl this class acts as a wrapper for the notificationlistener implementation and will be used for propogating the notifications to the client side of the rmi environment.
RMIAdaptor This class acts as a JMX adaptor for RMI protocol.
RMIAdaptorNotifListener Wrapper class to hold the notification listener.
RMISSLClientSocketFactory  
RMISSLServerSocketFactory  
 

Package com.adventnet.adaptors.rmi Description

Provides the definition of RMI Adaptor classes