Uses of Class
org.ceno.communication.cli.CommunicationException

Packages that use CommunicationException
org.ceno.communication.cli   
org.ceno.communication.cli.dispatch   
org.ceno.communication.cli.net4j   
 

Uses of CommunicationException in org.ceno.communication.cli
 

Methods in org.ceno.communication.cli that throw CommunicationException
 void IEventCommunicator.communicate(IEvent event)
           
<T> T
IEventCommunicator.query(ReturnableEvent<T> event)
           
 

Uses of CommunicationException in org.ceno.communication.cli.dispatch
 

Methods in org.ceno.communication.cli.dispatch that throw CommunicationException
 void EventCommunicatorService.communicate(IEvent event)
          
<T> T
ExtensionPointEventCommunicatorDispatcher.query(ReturnableEvent<T> event)
           
<T> T
EventCommunicatorService.query(ReturnableEvent<T> event)
           
 

Uses of CommunicationException in org.ceno.communication.cli.net4j
 

Methods in org.ceno.communication.cli.net4j that throw CommunicationException
 void RequestEventCommunicator.communicate(IEvent event)
          
<T> T
RequestEventCommunicator.query(ReturnableEvent<T> event)