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

Packages that use DispatcherException
edu.uci.isr.yancees.dispatcher   
 

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

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