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

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

Classes in edu.uci.isr.yancees.server.rmi used by edu.uci.isr.yancees.client
RemoteProtocolSessionInterface
          Title: Yancees Notification Server
 

Classes in edu.uci.isr.yancees.server.rmi used by edu.uci.isr.yancees.client.rmi
AbstractRemoteSubscriberImplementation
          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.server.rmi
RemoteProtocolSessionInterface
          Title: Yancees Notification Server
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.
RemoteYanceesImplementation.SubscriberMediator
          Performs the mapping between the remote interface and the local subscriber interface, working also as a record of the active subscriptions.
RemoteYanceesInterface