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

Interface Summary
RemoteProtocolPluginInterface  
RemoteSubscriberInterface This should be used by the users of the Yancees notificaton server to receive events.
RemoteYanceesInterface  
 

Class Summary
NotificationBuffer This buffer schedules events to be notified.
RemoteAbstractProtocolPluginImplementation This class needs to be especialized to add remote method implemetations.
RemoteAbstractSubscriberImplementation This class provides the common functionality for a remote subscriber in the yancees framework.
RemoteYanceesImplementation This class implements the RemoteYanceesInterface, which is a façade, a remote interface to all Yancees APIs: Publisher, Subscriber and Protocol.
RMIRegistryImpl  
SubscriberMediator Performs the mapping between the remote interface and the local subscriber interface, working also as a record of the active subscriptions.