Uses of Package
edu.uci.isr.yancees.server.rmi

Packages that use edu.uci.isr.yancees.server.rmi
edu.uci.isr.yancees.client.rmi   
edu.uci.isr.yancees.plugin   
edu.uci.isr.yancees.server.rmi   
 

Classes in edu.uci.isr.yancees.server.rmi used by edu.uci.isr.yancees.client.rmi
RemoteAbstractSubscriberImplementation
          This class provides the common functionality for a remote subscriber in the yancees framework.
RemoteSubscriberInterface
          This should be used by the users of the Yancees notificaton server to receive events.
 

Classes in edu.uci.isr.yancees.server.rmi used by edu.uci.isr.yancees.plugin
RemoteProtocolPluginInterface
           
 

Classes in edu.uci.isr.yancees.server.rmi used by edu.uci.isr.yancees.server.rmi
RemoteProtocolPluginInterface
           
RemoteSubscriberInterface
          This should be used by the users of the Yancees notificaton server to receive events.
RemoteYanceesImplementation
          This class implements the RemoteYanceesInterface, which is a façade, a remote interface to all Yancees APIs: Publisher, Subscriber and Protocol.
RemoteYanceesInterface
           
SubscriberMediator
          Performs the mapping between the remote interface and the local subscriber interface, working also as a record of the active subscriptions.