Uses of Class
guarana.toolkit.task.communicators.Communicator

Packages that use Communicator
guarana.toolkit.task.communicators Provides tasks that must be used to send or receive messages through ports to applications or solutions resources. 
guarana.toolkit.task.communicators.dummy Provides dummy communicators for testing your solution without the need of adapters. 
 

Uses of Communicator in guarana.toolkit.task.communicators
 

Subclasses of Communicator in guarana.toolkit.task.communicators
 class InCommunicator
          A communicator to receive messages in EntryPorts.
 class InOutCommunicator
          This communicator is to be used, exclusively, in two way ResponderPorts.
 class OutCommunicator
          A communicator to send messages in an ExitPorts.
 class OutInCommunicator
          This Communicator is to be used, exclusively, in two way SolicitorPorts.
 

Uses of Communicator in guarana.toolkit.task.communicators.dummy
 

Subclasses of Communicator in guarana.toolkit.task.communicators.dummy
 class InDummyCommunicator
          An InCommunicator for test purposes only.
 class OutDummyCommunicator
          An OutCommunicator for test purposes only.
 class OutInDummyCommunicator
          An OutInCommunicator for test purposes only.
 



Guaranį DSL Home