Uses of Package
guarana.framework.task

Packages that use guarana.framework.task
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. 
guarana.framework.task Provides a base and abstract java implementation for tasks. 
guarana.toolkit.engine Provides an asynchronous and multi-thread runtime system to execute EAI Solutions. 
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. 
guarana.toolkit.task.mappers Provides tasks tho map the body of a message from XML to Stream or vice-versa. 
guarana.toolkit.task.modifiers Provide tasks that add or remove data from the body and header of inbound messages, but do not alter the schema of the message. 
guarana.toolkit.task.routers Provide tasks that does not change the state of a message. 
guarana.toolkit.task.streamdealers Provides tasks that does not change the state of a message. 
guarana.toolkit.task.streamdealers.ciphers Provides a set of supported and already implemented ciphers. 
guarana.toolkit.task.streamdealers.codecs Provides a set of supported and already implemented codecs. 
guarana.toolkit.task.streamdealers.compressors Provides a set of supported and already implemented compressors. 
guarana.toolkit.task.timers Provide tasks that are time-dependent. 
guarana.toolkit.task.transformers Provide tasks that help transform one or more inbound messages into new outbound messages whose schemata are completely new. 
 

Classes in guarana.framework.task used by guarana.framework.port
Slot
          An in memory buffer used to decouple and transfer messages between tasks.
Task
          A generic implementation of task in Guaranį DSL.
 

Classes in guarana.framework.task used by guarana.framework.process
Task
          A generic implementation of task in Guaranį DSL.
 

Classes in guarana.framework.task used by guarana.framework.task
Gateway
          Represents an entry/exit in a task.
GatewayType
          A set of possible types for gateways.
Slot
          An in memory buffer used to decouple and transfer messages between tasks.
Task
          A generic implementation of task in Guaranį DSL.
TaskExecutionException
          A runtime exception and is used to:
(1) wrap any other exception that may be raised during a task execution;
(2) throw an exception that signals the task could not complete its execution.
 

Classes in guarana.framework.task used by guarana.toolkit.engine
Task
          A generic implementation of task in Guaranį DSL.
TaskExecutionException
          A runtime exception and is used to:
(1) wrap any other exception that may be raised during a task execution;
(2) throw an exception that signals the task could not complete its execution.
 

Classes in guarana.framework.task used by guarana.toolkit.task.communicators
Task
          A generic implementation of task in Guaranį DSL.
TaskExecutionException
          A runtime exception and is used to:
(1) wrap any other exception that may be raised during a task execution;
(2) throw an exception that signals the task could not complete its execution.
 

Classes in guarana.framework.task used by guarana.toolkit.task.communicators.dummy
Task
          A generic implementation of task in Guaranį DSL.
TaskExecutionException
          A runtime exception and is used to:
(1) wrap any other exception that may be raised during a task execution;
(2) throw an exception that signals the task could not complete its execution.
 

Classes in guarana.framework.task used by guarana.toolkit.task.mappers
Task
          A generic implementation of task in Guaranį DSL.
TaskExecutionException
          A runtime exception and is used to:
(1) wrap any other exception that may be raised during a task execution;
(2) throw an exception that signals the task could not complete its execution.
 

Classes in guarana.framework.task used by guarana.toolkit.task.modifiers
Task
          A generic implementation of task in Guaranį DSL.
TaskExecutionException
          A runtime exception and is used to:
(1) wrap any other exception that may be raised during a task execution;
(2) throw an exception that signals the task could not complete its execution.
 

Classes in guarana.framework.task used by guarana.toolkit.task.routers
Task
          A generic implementation of task in Guaranį DSL.
TaskExecutionException
          A runtime exception and is used to:
(1) wrap any other exception that may be raised during a task execution;
(2) throw an exception that signals the task could not complete its execution.
 

Classes in guarana.framework.task used by guarana.toolkit.task.streamdealers
Task
          A generic implementation of task in Guaranį DSL.
 

Classes in guarana.framework.task used by guarana.toolkit.task.streamdealers.ciphers
Task
          A generic implementation of task in Guaranį DSL.
TaskExecutionException
          A runtime exception and is used to:
(1) wrap any other exception that may be raised during a task execution;
(2) throw an exception that signals the task could not complete its execution.
 

Classes in guarana.framework.task used by guarana.toolkit.task.streamdealers.codecs
Task
          A generic implementation of task in Guaranį DSL.
TaskExecutionException
          A runtime exception and is used to:
(1) wrap any other exception that may be raised during a task execution;
(2) throw an exception that signals the task could not complete its execution.
 

Classes in guarana.framework.task used by guarana.toolkit.task.streamdealers.compressors
Task
          A generic implementation of task in Guaranį DSL.
TaskExecutionException
          A runtime exception and is used to:
(1) wrap any other exception that may be raised during a task execution;
(2) throw an exception that signals the task could not complete its execution.
 

Classes in guarana.framework.task used by guarana.toolkit.task.timers
Task
          A generic implementation of task in Guaranį DSL.
TaskExecutionException
          A runtime exception and is used to:
(1) wrap any other exception that may be raised during a task execution;
(2) throw an exception that signals the task could not complete its execution.
 

Classes in guarana.framework.task used by guarana.toolkit.task.transformers
Task
          A generic implementation of task in Guaranį DSL.
TaskExecutionException
          A runtime exception and is used to:
(1) wrap any other exception that may be raised during a task execution;
(2) throw an exception that signals the task could not complete its execution.
 



Guaranį DSL Home