|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskExecutionException | |
---|---|
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.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. |
Uses of TaskExecutionException in guarana.framework.task |
---|
Methods in guarana.framework.task that throw TaskExecutionException | |
---|---|
void |
Task.doWork(Exchange exchange)
This method implements the business logic of this task. |
void |
Task.execute()
This method executes the business logic of this task. |
Uses of TaskExecutionException in guarana.toolkit.engine |
---|
Methods in guarana.toolkit.engine that throw TaskExecutionException | |
---|---|
void |
WorkUnit.execute()
Executes the wrapped task by this object and if the task is a trigger task, computes the next execution time. |
Uses of TaskExecutionException in guarana.toolkit.task.communicators |
---|
Methods in guarana.toolkit.task.communicators that throw TaskExecutionException | |
---|---|
void |
OutInCommunicator.execute()
This method executes the business logic of this task. |
void |
OutCommunicator.execute()
This method executes the business logic of this task. |
void |
InOutCommunicator.execute()
This method executes the business logic of this task. |
void |
InCommunicator.execute()
This method executes the business logic of this task. |
Uses of TaskExecutionException in guarana.toolkit.task.communicators.dummy |
---|
Methods in guarana.toolkit.task.communicators.dummy that throw TaskExecutionException | |
---|---|
abstract void |
OutInDummyCommunicator.doWork(Exchange exchange)
This method implements the business logic of this task. |
void |
OutDummyCommunicator.execute()
This method executes the business logic of this task. |
void |
InDummyCommunicator.execute()
This method executes the business logic of this task. |
Uses of TaskExecutionException in guarana.toolkit.task.mappers |
---|
Methods in guarana.toolkit.task.mappers that throw TaskExecutionException | |
---|---|
abstract void |
XML2Stream.doWork(Exchange exchange)
This method implements the business logic of this task. |
abstract void |
Stream2XML.doWork(Exchange exchange)
This method implements the business logic of this task. |
Uses of TaskExecutionException in guarana.toolkit.task.modifiers |
---|
Methods in guarana.toolkit.task.modifiers that throw TaskExecutionException | |
---|---|
abstract void |
Slimmer.doWork(Exchange exchange)
This method implements the business logic of this task. |
abstract void |
HeaderPromoter.doWork(Exchange exchange)
This method implements the business logic of this task. |
abstract void |
HeaderEnricher.doWork(Exchange exchange)
This method implements the business logic of this task. |
abstract void |
HeaderDemoter.doWork(Exchange exchange)
This method implements the business logic of this task. |
abstract void |
CustomModifier.doWork(Exchange exchange)
This method implements the business logic of this task. |
abstract void |
ContextBasedSlimmer.doWork(Exchange exchange)
This method implements the business logic of this task. |
abstract void |
ContextBasedHeaderEnricher.doWork(Exchange exchange)
This method implements the business logic of this task. |
abstract void |
ContextBasedContentEnricher.doWork(Exchange exchange)
This method implements the business logic of this task. |
abstract void |
ContentEnricher.doWork(Exchange exchange)
This method implements the business logic of this task. |
Uses of TaskExecutionException in guarana.toolkit.task.routers |
---|
Methods in guarana.toolkit.task.routers that throw TaskExecutionException | |
---|---|
abstract void |
SemanticValidator.doWork(Exchange exchange)
This method implements the business logic of this task. |
void |
Replicator.doWork(Exchange exchange)
This method implements the business logic of this task. |
void |
IdempotentTransfer.doWork(Exchange exchange)
This method implements the business logic of this task. |
abstract void |
Filter.doWork(Exchange exchange)
This method implements the business logic of this task. |
abstract void |
Distributor.doWork(Exchange exchange)
This method implements the business logic of this task. |
abstract void |
Dispatcher.doWork(Exchange exchange)
This method implements the business logic of this task. |
abstract void |
CustomRouter.doWork(Exchange exchange)
This method implements the business logic of this task. |
abstract void |
Correlator.doWork(Exchange exchange)
This method implements the business logic of this task. |
void |
Resequencer.execute()
This method executes the business logic of this task. |
void |
Merger.execute()
This method executes the business logic of this task. |
void |
Correlator.execute()
This method executes the business logic of this task. |
Uses of TaskExecutionException in guarana.toolkit.task.streamdealers.ciphers |
---|
Methods in guarana.toolkit.task.streamdealers.ciphers that throw TaskExecutionException | |
---|---|
void |
Encrypter.doWork(Exchange exchange)
This method implements the business logic of this task. |
void |
Decrypter.doWork(Exchange exchange)
This method implements the business logic of this task. |
Uses of TaskExecutionException in guarana.toolkit.task.streamdealers.codecs |
---|
Methods in guarana.toolkit.task.streamdealers.codecs that throw TaskExecutionException | |
---|---|
void |
Encoder.doWork(Exchange exchange)
This method implements the business logic of this task. |
void |
Decoder.doWork(Exchange exchange)
This method implements the business logic of this task. |
Uses of TaskExecutionException in guarana.toolkit.task.streamdealers.compressors |
---|
Methods in guarana.toolkit.task.streamdealers.compressors that throw TaskExecutionException | |
---|---|
void |
Zipper.doWork(Exchange exchange)
This method implements the business logic of this task. |
void |
Unzipper.doWork(Exchange exchange)
This method implements the business logic of this task. |
Uses of TaskExecutionException in guarana.toolkit.task.timers |
---|
Methods in guarana.toolkit.task.timers that throw TaskExecutionException | |
---|---|
abstract void |
Ticker.doWork(Exchange exchange)
This method implements the business logic of this task. |
void |
ExpireChecker.doWork(Exchange exchange)
This method implements the business logic of this task. |
void |
Delayer.doWork(Exchange exchange)
This method implements the business logic of this task. |
void |
Ticker.execute()
This method executes the business logic of this task. |
Uses of TaskExecutionException in guarana.toolkit.task.transformers |
---|
Methods in guarana.toolkit.task.transformers that throw TaskExecutionException | |
---|---|
abstract void |
Translator.doWork(Exchange exchange)
This method implements the business logic of this task. |
abstract void |
Splitter.doWork(Exchange exchange)
This method implements the business logic of this task. |
abstract void |
CustomTransformer.doWork(Exchange exchange)
This method implements the business logic of this task. |
abstract void |
CrossBuilder.doWork(Exchange exchange)
This method implements the business logic of this task. |
abstract void |
Chopper.doWork(Exchange exchange)
This method implements the business logic of this task. |
abstract void |
Assembler.doWork(Exchange exchange)
This method implements the business logic of this task. |
abstract void |
Aggregator.doWork(Exchange exchange)
This method implements the business logic of this task. |
void |
Splitter.execute()
This method executes the business logic of this task. |
void |
Aggregator.execute()
This method executes the business logic of this task. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |