Uses of Interface
guarana.framework.process.ITaskContainer

Packages that use ITaskContainer
guarana.framework.port Provides a base implementation for Guaranį's communication ports. 
guarana.framework.process Provides an abstract implementation for the core processes in Guaranį DSL. 
 

Uses of ITaskContainer in guarana.framework.port
 

Classes in guarana.framework.port that implement ITaskContainer
 class EntryPort
          Enables a process to receive inbound messages.
 class ExitPort
          Enables a process to send outbound messages.
 class OneWayPort
          A generic communication port to receive or send messages.
 class Port
          A generic communication port.
 class ResponderPort
          Used to respond for request messages received from applications.
 class SolicitorPort
          Used to solicit information from an application.
 class TwoWayPort
          A generic communication port to solicit or respond for resources.
 

Uses of ITaskContainer in guarana.framework.process
 

Classes in guarana.framework.process that implement ITaskContainer
 class Process
          Processes serve two purposes, namely: there are processes that allow to wrap applications and processes that allow to integrate them.
 



Guaranį DSL Home