Uses of Class
edu.uci.isr.yancees.dispatcher.DispatcherException

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

Uses of DispatcherException in edu.uci.isr.yancees.client.dispatcher.yancees
 

Methods in edu.uci.isr.yancees.client.dispatcher.yancees that throw DispatcherException
 void YanceesAdapter.connect(java.lang.String address)
           
 void YanceesAdapter.resumeDispatcher(EventDispatcherListenerInterface li)
           
 void YanceesAdapter.shutdownDispatcher()
           
 void YanceesAdapter.subscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
           
 void YanceesAdapter.suspendDispatcher(EventDispatcherListenerInterface li)
           
 void YanceesAdapter.unsubscribe(EventDispatcherListenerInterface li)
           
 void YanceesAdapter.unsubscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
           
 void YanceesAdapter.publish(EventInterface evnt)
           
 

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

Methods in edu.uci.isr.yancees.dispatcher 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.subscribe(java.lang.String adapterName, SubscriptionInterface sub, EventDispatcherListenerInterface li)
          This is a specific subscriber, that sends a message to the specfific adapter installed in the system
 void EventDispatcherInterface.unsubscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
          cancels the subscriptions, posted by li, whose subscripton sub' is covered by subscripiton p.
 void EventDispatcherInterface.unsubscribe(java.lang.String adapterName, SubscriptionInterface sub, EventDispatcherListenerInterface li)
           
 void EventDispatcherInterface.unsubscribe(java.lang.String adapterName, EventDispatcherListenerInterface li)
           
 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 EventDispatcherAdapterInterface.publish(EventInterface evnt)
           
 void EventDispatcherAdapterInterface.subscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
          subscribes for sequences of events matching pattern p.
 void EventDispatcherAdapterInterface.unsubscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
          cancels the subscriptions, posted by li, whose subscripton sub' is covered by subscripiton p.
 void EventDispatcherAdapterInterface.unsubscribe(EventDispatcherListenerInterface li)
          cancels all the subscriptions posted by n.
 void EventDispatcherAdapterInterface.suspendDispatcher(EventDispatcherListenerInterface li)
          suspends the delivery of notifications to the given subscriber li.
 void EventDispatcherAdapterInterface.resumeDispatcher(EventDispatcherListenerInterface li)
          resumes the delivery of notifications to the given subscriber n.
 void EventDispatcherAdapterInterface.shutdownDispatcher()
          closes this Dispatcher service access point.
 void EventDispatcherAdapterInterface.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()
           
 void EventDispatcher.subscribe(java.lang.String adapterName, SubscriptionInterface sub, EventDispatcherListenerInterface li)
           
 void EventDispatcher.unsubscribe(java.lang.String adapterName, SubscriptionInterface sub, EventDispatcherListenerInterface li)
           
 void EventDispatcher.unsubscribe(java.lang.String adapterName, EventDispatcherListenerInterface li)
           
 

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 SienaRemoteAdapter.connect()
           
 void SienaRemoteAdapter.connect(java.lang.String address)
          Connects to siena bafore any method can be used.
 void SienaLocalAdapter.connect()
           
 void SienaLocalAdapter.connect(java.lang.String address)
          Connects to siena bafore any method can be used.
 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.
abstract  void AbstractSienaAdapter.connect()
          The connection to siena changes whether it is local or remote.
abstract  void AbstractSienaAdapter.connect(java.lang.String address)
          Connects to siena bafore any method can be used.
 void AbstractSienaAdapter.publish(EventInterface e)
          Publishes a Yancees event in the format of Siena event.
 void AbstractSienaAdapter.subscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
          subscribes for sequences of events matching subscription p.
 void AbstractSienaAdapter.unsubscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
          cancels the subscriptions, posted by li, whose subscripton sub' is covered by subscripiton p.
 void AbstractSienaAdapter.unsubscribe(EventDispatcherListenerInterface li)
          cancels all the subscriptions posted by li.
 void AbstractSienaAdapter.suspendDispatcher(EventDispatcherListenerInterface li)
          suspends the delivery of notifications to the given subscriber li.
 void AbstractSienaAdapter.resumeDispatcher(EventDispatcherListenerInterface li)
          resumes the delivery of notifications to the given subscriber n.
 void AbstractSienaAdapter.shutdownDispatcher()
          closes this Dispatcher service access point.
 

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

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

Methods in edu.uci.isr.yancees.server.dispatcher.switcher that throw DispatcherException
 void FastSwitcherAdapter.publish(EventInterface evnt)
           
 void FastSwitcherAdapter.subscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
           
 void FastSwitcherAdapter.unsubscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
           
 void FastSwitcherAdapter.unsubscribe(EventDispatcherListenerInterface li)
           
 void FastSwitcherAdapter.suspendDispatcher(EventDispatcherListenerInterface li)
           
 void FastSwitcherAdapter.resumeDispatcher(EventDispatcherListenerInterface li)
           
 void FastSwitcherAdapter.shutdownDispatcher()
           
 void FastSwitcherAdapter.connect(java.lang.String address)