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

Packages that use DispatcherException
edu.uci.isr.yancees.server.core   
edu.uci.isr.yancees.server.dispatcher.elvin   
edu.uci.isr.yancees.server.dispatcher.siena   
 

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

Methods in edu.uci.isr.yancees.server.core that throw DispatcherException
 void EventDispatcherInterface.publish(EventInterface evnt)
           
 void EventDispatcherInterface.subscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
          subscribes for sequences of events matching pattern p.
 void EventDispatcherInterface.unsubscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
          cancels the subscriptions, posted by li, whose subscripton sub' is covered by subscripiton p.
 void EventDispatcherInterface.unsubscribe(EventDispatcherListenerInterface li)
          cancels all the subscriptions posted by n.
 void EventDispatcherInterface.suspendDispatcher(EventDispatcherListenerInterface li)
          suspends the delivery of notifications to the given subscriber li.
 void EventDispatcherInterface.resumeDispatcher(EventDispatcherListenerInterface li)
          resumes the delivery of notifications to the given subscriber n.
 void EventDispatcherInterface.shutdownDispatcher()
          closes this Dispatcher service access point.
 void EventDispatcherInterface.connect(java.lang.String address)
          Connects and initializes the registered dispatchers This method is used by the server-specific adapters
 void EventDispatcher.publish(EventInterface evnt)
           
 void EventDispatcher.subscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
           
 void EventDispatcher.unsubscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
           
 void EventDispatcher.unsubscribe(EventDispatcherListenerInterface li)
           
 void EventDispatcher.suspendDispatcher(EventDispatcherListenerInterface li)
           
 void EventDispatcher.resumeDispatcher(EventDispatcherListenerInterface li)
           
 void EventDispatcher.shutdownDispatcher()
           
 

Uses of DispatcherException in edu.uci.isr.yancees.server.dispatcher.elvin
 

Methods in edu.uci.isr.yancees.server.dispatcher.elvin that throw DispatcherException
 void OldElvinAdapter.publish(EventInterface e)
          Publishes a Yancees event in the format of Elvin event.
 void OldElvinAdapter.subscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
          subscribes for sequences of events matching subscription p.
 void OldElvinAdapter.unsubscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
          cancels the subscriptions, posted by li, whose subscripton sub' is covered by subscripiton p.
 void OldElvinAdapter.unsubscribe(EventDispatcherListenerInterface li)
          cancels all the subscriptions posted by n.
 void OldElvinAdapter.suspendDispatcher(EventDispatcherListenerInterface li)
          suspends the delivery of notifications to the given subscriber li.
 void OldElvinAdapter.resumeDispatcher(EventDispatcherListenerInterface li)
          resumes the delivery of notifications to the given subscriber n.
 void OldElvinAdapter.shutdownDispatcher()
          closes this Dispatcher service access point.
 void ElvinAdapter.publish(EventInterface e)
          Publishes a Yancees event in the format of Elvin event.
 void ElvinAdapter.subscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
          subscribes for sequences of events matching subscription p.
 void ElvinAdapter.unsubscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
          cancels the subscriptions, posted by li, whose subscripton sub' is covered by subscripiton p.
 void ElvinAdapter.unsubscribe(EventDispatcherListenerInterface li)
          cancels all the subscriptions posted by n.
 void ElvinAdapter.suspendDispatcher(EventDispatcherListenerInterface li)
          suspends the delivery of notifications to the given subscriber li.
 void ElvinAdapter.resumeDispatcher(EventDispatcherListenerInterface li)
          resumes the delivery of notifications to the given subscriber n.
 void ElvinAdapter.shutdownDispatcher()
          closes this Dispatcher service access point.
 

Uses of DispatcherException in edu.uci.isr.yancees.server.dispatcher.siena
 

Methods in edu.uci.isr.yancees.server.dispatcher.siena that throw DispatcherException
 void SienaAdapter.connect()
           
 void SienaAdapter.connect(java.lang.String address)
          Connects to siena bafore any method can be used.
 void SienaAdapter.publish(EventInterface e)
          Publishes a Yancees event in the format of Siena event.
 void SienaAdapter.subscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
          subscribes for sequences of events matching subscription p.
 void SienaAdapter.unsubscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
          cancels the subscriptions, posted by li, whose subscripton sub' is covered by subscripiton p.
 void SienaAdapter.unsubscribe(EventDispatcherListenerInterface li)
          cancels all the subscriptions posted by li.
 void SienaAdapter.suspendDispatcher(EventDispatcherListenerInterface li)
          suspends the delivery of notifications to the given subscriber li.
 void SienaAdapter.resumeDispatcher(EventDispatcherListenerInterface li)
          resumes the delivery of notifications to the given subscriber n.
 void SienaAdapter.shutdownDispatcher()
          closes this Dispatcher service access point.
 void OldSienaAdapter.publish(EventInterface e)
          Publishes a Yancees event in the format of Siena event.
 void OldSienaAdapter.subscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
          subscribes for sequences of events matching subscription p.
 void OldSienaAdapter.unsubscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
          cancels the subscriptions, posted by li, whose subscripton sub' is covered by subscripiton p.
 void OldSienaAdapter.unsubscribe(EventDispatcherListenerInterface li)
          cancels all the subscriptions posted by li.
 void OldSienaAdapter.suspendDispatcher(EventDispatcherListenerInterface li)
          suspends the delivery of notifications to the given subscriber li.
 void OldSienaAdapter.resumeDispatcher(EventDispatcherListenerInterface li)
          resumes the delivery of notifications to the given subscriber n.
 void OldSienaAdapter.shutdownDispatcher()
          closes this Dispatcher service access point.
 

Constructors in edu.uci.isr.yancees.server.dispatcher.siena that throw DispatcherException
SienaAdapter(java.lang.String address)
          Constructor