A B C D E F G H I J L M O P Q R S T U V W X Z

T

Task - Class in guarana.framework.task
A generic implementation of task in Guaranį DSL.
Task(String) - Constructor for class guarana.framework.task.Task
Constructs a new task with the specified name.
Task(String, int, int) - Constructor for class guarana.framework.task.Task
Creates a task with the specified name and number of input and output gateways.
TaskExecutionException - Exception in guarana.framework.task
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.
TaskExecutionException() - Constructor for exception guarana.framework.task.TaskExecutionException
Constructs a new task execution exception.
TaskExecutionException(String) - Constructor for exception guarana.framework.task.TaskExecutionException
Constructs a new task execution exception with a given message.
TaskExecutionException(String, Throwable) - Constructor for exception guarana.framework.task.TaskExecutionException
Constructs a new task execution exception with a given message and from another exception.
TaskExecutionException(Throwable) - Constructor for exception guarana.framework.task.TaskExecutionException
Constructs a new task execution exception from another exception.
Ticker - Class in guarana.toolkit.task.timers
Periodically creates and publish new outbound messages to its output gateway.
Ticker(String) - Constructor for class guarana.toolkit.task.timers.Ticker
Constructs a new ticker task.
Ticker(String, int, int) - Constructor for class guarana.toolkit.task.timers.Ticker
Constructs a new ticker task.
Timer - Class in guarana.toolkit.task.timers
An abstract timing task.
Timer(String, int, int) - Constructor for class guarana.toolkit.task.timers.Timer
Constructs a new timing task.
Transformer - Class in guarana.toolkit.task.transformers
An abstract transformer task.
Transformer(String, int, int) - Constructor for class guarana.toolkit.task.transformers.Transformer
Constructs a new transformer.
Translator - Class in guarana.toolkit.task.transformers
Transforms the body of an inbound message from one schema into another and publish an outbound message to the output gateway.
Translator(String) - Constructor for class guarana.toolkit.task.transformers.Translator
Constructs a new translator task.
Translator(String, int, int) - Constructor for class guarana.toolkit.task.transformers.Translator
Constructs a new translator task.
TwoWayPort - Class in guarana.framework.port
A generic communication port to solicit or respond for resources.
TwoWayPort(String) - Constructor for class guarana.framework.port.TwoWayPort
Constructs a new two way port with the given name.
TwoWayPort(String, Process) - Constructor for class guarana.framework.port.TwoWayPort
Constructs a two way port with the given name and associates it with the given process.
TYPE - Variable in class guarana.framework.message.Header
The type which describes the 'intention' of this message.

A B C D E F G H I J L M O P Q R S T U V W X Z
Guaranį DSL Home