Uses of Class
edu.uci.isr.yancees.plugin.ProtocolPluginException

Packages that use ProtocolPluginException
edu.uci.isr.yancees.plugin   
edu.uci.isr.yancees.server.plugin.protocol.polling   
 

Uses of ProtocolPluginException in edu.uci.isr.yancees.plugin
 

Methods in edu.uci.isr.yancees.plugin that throw ProtocolPluginException
 void ProtocolPluginInterface.receiveProtocolMessage(MessageInterface msg, SubscriberInterface si)
          Receive messages from the protocol
abstract  void AbstractProtocolPlugin.receiveProtocolMessage(MessageInterface msg, SubscriberInterface si)
          Receive messages from this protocol
 

Uses of ProtocolPluginException in edu.uci.isr.yancees.server.plugin.protocol.polling
 

Methods in edu.uci.isr.yancees.server.plugin.protocol.polling that throw ProtocolPluginException
 void PollProtocolPlugin.receiveProtocolMessage(MessageInterface msg, SubscriberInterface si)
          Receive messages from this protocol