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

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

Classes in edu.uci.isr.yancees.server used by edu.uci.isr.yancees.server
AdministrationFacade
          This class allows the general adminstration of the server, adding and removing plug-ins, executing shutdown and restart and so on.
ArchitectureManager
          That's a parser that reads an architecture description and assembly the notification server architecture.
ProtocolFacade
          This class deals with generic messages, that are parserd by installed protocol plug-ins.
PublicationFacade
          This is the server-side publication façade.
ServerProtocolSession
          It represents a session, a context, that deals with the exchange of messages between the clients and the corresponding plug-in instance that handles this protocol.
SubscriptionFacade
          This is the sever-side subscriber façade for publishing and subscribing.
YanceesServer
          This class centralized all aspects of yancees: 1) The unique connection to the dispatcher (siena, elvin or other) 2) The access to the specific Facades (publication, subscription, administration), configuring them as necessary 3) The parsing of files in Notification, Subscription and Message wrappers Local users should use this class as the front-end to Yancees notification server Remote users should use the RemoteYanceesInterface.
 

Classes in edu.uci.isr.yancees.server used by edu.uci.isr.yancees.server.rmi
ServerProtocolSession
          It represents a session, a context, that deals with the exchange of messages between the clients and the corresponding plug-in instance that handles this protocol.