Package guarana.toolkit.adapter.rmi

Provides an RMI Adapter to establish direct communication between entry and exit ports inside the solution.

See:
          Description

Class Summary
AbstractRMIAdapter An abstract RMI adapter.
RMIEntryAdapter An RMI adapter that can be used in active entry ports to read messages from passive exit ports.
RMIExitAdapter An RMI adapter that can be used in active exit ports to push messages into passive entry ports.
 

Package guarana.toolkit.adapter.rmi Description

Provides an RMI Adapter to establish direct communication between entry and exit ports inside the solution. Roughly speaking, these adapters allow to make a lookup for an in and out communicators and call the EntryPort.pushRead() or ExitPort.fetch() methods.

Since:
Guaranį SDK 1.2.0


Guaranį DSL Home