Uses of Class
edu.uci.isr.yancees.server.core.ProtocolManager

Packages that use ProtocolManager
edu.uci.isr.yancees.server   
edu.uci.isr.yancees.server.core   
 

Uses of ProtocolManager in edu.uci.isr.yancees.server
 

Methods in edu.uci.isr.yancees.server that return ProtocolManager
 ProtocolManager ArchitectureManager.getProtocolManager()
           
 

Methods in edu.uci.isr.yancees.server with parameters of type ProtocolManager
protected  void ProtocolFacade.setProtocolManager(ProtocolManager pm)
          Used by the Yancees API to initialize this API.
 

Constructors in edu.uci.isr.yancees.server with parameters of type ProtocolManager
ServerProtocolSession(SubscriberInterface si, ProtocolManager pm)
          The protected here allows only the ProtocolAPI to initialize this object.
 

Uses of ProtocolManager in edu.uci.isr.yancees.server.core
 

Methods in edu.uci.isr.yancees.server.core that return ProtocolManager
static ProtocolManager ProtocolManager.getInstance()
          The only way to access the unique instance of ProtocolManager is by using this access method