Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
O
P
Q
R
S
T
U
V
W
X
Z
C
callback(Message<?>)
- Method in interface guarana.toolkit.adapter.
IAsyncOutIn
Notifies the communicator that the response is now completed and ready to be sent back to the solution.
callback(Message<?>)
- Method in class guarana.toolkit.task.communicators.
OutInCommunicator
Invoked to notifies this communicator that the response is now completed and ready to be sent back to the solution.
CharEncoding
- Class in
guarana.toolkit.task.streamdealers.codecs
Character encodings constants.
CharEncoding()
- Constructor for class guarana.toolkit.task.streamdealers.codecs.
CharEncoding
Chopper
- Class in
guarana.toolkit.task.transformers
Chops an inbound message into two or more new outbound messages and puts them in different slots.
Chopper(String, int)
- Constructor for class guarana.toolkit.task.transformers.
Chopper
Constructs a new chopper task with a given name.
Chopper(String, int, int)
- Constructor for class guarana.toolkit.task.transformers.
Chopper
Constructs a new chopper task.
Cipher
- Class in
guarana.toolkit.task.streamdealers.ciphers
An abstract cipher.
Cipher(String, int, int)
- Constructor for class guarana.toolkit.task.streamdealers.ciphers.
Cipher
Constructs a new cipher.
CipherException
- Exception in
guarana.toolkit.task.streamdealers.ciphers
An exception class for ciphers.
CipherException()
- Constructor for exception guarana.toolkit.task.streamdealers.ciphers.
CipherException
Constructs a new cipher exception.
CipherException(String)
- Constructor for exception guarana.toolkit.task.streamdealers.ciphers.
CipherException
Constructs a new cipher exception with a given message.
CipherException(String, Throwable)
- Constructor for exception guarana.toolkit.task.streamdealers.ciphers.
CipherException
Constructs a new cipher exception with a given message and from an exception.
CipherException(Throwable)
- Constructor for exception guarana.toolkit.task.streamdealers.ciphers.
CipherException
Constructs a new cipher exception from a given exception.
Codec
- Class in
guarana.toolkit.task.streamdealers.codecs
An abstract codec.
Codec(String, int, int)
- Constructor for class guarana.toolkit.task.streamdealers.codecs.
Codec
Constructs a new codec.
CodecException
- Exception in
guarana.toolkit.task.streamdealers.codecs
An exception class for codecs.
CodecException()
- Constructor for exception guarana.toolkit.task.streamdealers.codecs.
CodecException
Constructs a new codec exception.
CodecException(String)
- Constructor for exception guarana.toolkit.task.streamdealers.codecs.
CodecException
Constructs a new codec exception with a given message.
CodecException(String, Throwable)
- Constructor for exception guarana.toolkit.task.streamdealers.codecs.
CodecException
Constructs a new codec exception with a given message and from an exception.
CodecException(Throwable)
- Constructor for exception guarana.toolkit.task.streamdealers.codecs.
CodecException
Constructs a new codec exception from a given exception.
Communicator
- Class in
guarana.toolkit.task.communicators
An abstract communicator.
Communicator(String, int, int)
- Constructor for class guarana.toolkit.task.communicators.
Communicator
Constructs a new communicator.
compareTo(Message<T>)
- Method in class guarana.framework.message.
Message
compareTo(WorkUnit)
- Method in class guarana.toolkit.engine.
WorkUnit
Compares the current work unit with another one.
Compressor
- Class in
guarana.toolkit.task.streamdealers.compressors
An abstract compressor.
Compressor(String, int, int)
- Constructor for class guarana.toolkit.task.streamdealers.compressors.
Compressor
Constructs a new compressor.
CompressorException
- Exception in
guarana.toolkit.task.streamdealers.compressors
An exception class for compressors.
CompressorException()
- Constructor for exception guarana.toolkit.task.streamdealers.compressors.
CompressorException
Constructs a new compressor exception.
CompressorException(String)
- Constructor for exception guarana.toolkit.task.streamdealers.compressors.
CompressorException
Constructs a new compressor exception with a given message.
CompressorException(String, Throwable)
- Constructor for exception guarana.toolkit.task.streamdealers.compressors.
CompressorException
Constructs a new compressor exception with a given message and from an exception.
CompressorException(Throwable)
- Constructor for exception guarana.toolkit.task.streamdealers.compressors.
CompressorException
Constructs a new compressor exception from a given exception.
containsPort(String)
- Method in class guarana.framework.process.
Process
Checks if this process contains a specific port.
containsPreScheduledTasks()
- Method in class guarana.framework.port.
Port
Checks if this object contains a pre-scheduled task.
containsTask(String)
- Method in class guarana.framework.port.
Port
Searches for a given task name inside this task container.
containsTask(String)
- Method in interface guarana.framework.process.
ITaskContainer
Searches for a given task name inside this task container.
containsTask(String)
- Method in class guarana.framework.process.
Process
Searches for a given task name inside this task container.
ContentEnricher
- Class in
guarana.toolkit.task.modifiers
Adds content to an inbound message's body.
ContentEnricher(String)
- Constructor for class guarana.toolkit.task.modifiers.
ContentEnricher
Constructs a new content enricher task.
ContentEnricher(String, int, int)
- Constructor for class guarana.toolkit.task.modifiers.
ContentEnricher
Constructs a new content enricher task.
ContextBasedContentEnricher
- Class in
guarana.toolkit.task.modifiers
Adds content to an inbound message's body using content from another context inbound message.
ContextBasedContentEnricher(String)
- Constructor for class guarana.toolkit.task.modifiers.
ContextBasedContentEnricher
Constructs a new context content enricher task.
ContextBasedContentEnricher(String, int, int)
- Constructor for class guarana.toolkit.task.modifiers.
ContextBasedContentEnricher
Constructs a new context content enricher task.
ContextBasedHeaderEnricher
- Class in
guarana.toolkit.task.modifiers
Adds content from a context message to the inbound message's header.
ContextBasedHeaderEnricher(String)
- Constructor for class guarana.toolkit.task.modifiers.
ContextBasedHeaderEnricher
Constructs a new context header enricher task.
ContextBasedHeaderEnricher(String, int, int)
- Constructor for class guarana.toolkit.task.modifiers.
ContextBasedHeaderEnricher
Constructs a new context header enricher task.
ContextBasedSlimmer
- Class in
guarana.toolkit.task.modifiers
Reduces the content of an inbound message's body by removing part of it using a context message.
ContextBasedSlimmer(String)
- Constructor for class guarana.toolkit.task.modifiers.
ContextBasedSlimmer
Constructs a new context slimmer task.
ContextBasedSlimmer(String, int, int)
- Constructor for class guarana.toolkit.task.modifiers.
ContextBasedSlimmer
Constructs a new context slimmer task.
copy()
- Method in class guarana.framework.message.
Header
Creates a copy of this header.
copy()
- Method in class guarana.framework.message.
Message
Creates a copy of this message.
CORRELATION_ID
- Variable in class guarana.framework.message.
Header
The universal identifier that indicates to which request message a reply is for.
Correlator
- Class in
guarana.toolkit.task.routers
Looks for a set of correlated inbound messages and publish them to the output gateways.
Correlator(String, int, int)
- Constructor for class guarana.toolkit.task.routers.
Correlator
Constructs a new correlator task.
countMessages()
- Method in class guarana.framework.task.
Slot
Returns the number of messages currently stored in this slot.
countTask()
- Method in class guarana.framework.port.
Port
Counts the tasks inside this task container.
countTask()
- Method in interface guarana.framework.process.
ITaskContainer
Counts the tasks inside this task container.
countTask()
- Method in class guarana.framework.process.
Process
Counts the tasks inside this task container.
CrossBuilder
- Class in
guarana.toolkit.task.transformers
Takes two or more inbound messages and builds several new outbound messages where each outbound message represents one possible combination of values inside the inbound messages.
CrossBuilder(String, int)
- Constructor for class guarana.toolkit.task.transformers.
CrossBuilder
Constructs a new cross builder task.
CrossBuilder(String, int, int)
- Constructor for class guarana.toolkit.task.transformers.
CrossBuilder
Constructs a new cross builder task.
CustomModifier
- Class in
guarana.toolkit.task.modifiers
Allows for the creation of a customised modifier task with a different semantics from the predefined tasks already provided by this package.
CustomModifier(String)
- Constructor for class guarana.toolkit.task.modifiers.
CustomModifier
Constructs a new custom modifier task.
CustomModifier(String, int, int)
- Constructor for class guarana.toolkit.task.modifiers.
CustomModifier
Constructs a new custom modifier task.
CustomRouter
- Class in
guarana.toolkit.task.routers
Allows for the creation of a customised router task with a different semantics from the predefined tasks already provided by this package.
CustomRouter(String, int)
- Constructor for class guarana.toolkit.task.routers.
CustomRouter
Constructs a new custom router task.
CustomRouter(String, int, int)
- Constructor for class guarana.toolkit.task.routers.
CustomRouter
Constructs a new custom router task.
CustomTransformer
- Class in
guarana.toolkit.task.transformers
Allows for the creation of a customised transformer task with a different semantics from the predefined tasks already provided by this package.
CustomTransformer(String)
- Constructor for class guarana.toolkit.task.transformers.
CustomTransformer
Constructs a new custom transformer task.
CustomTransformer(String, int, int)
- Constructor for class guarana.toolkit.task.transformers.
CustomTransformer
Constructs a new custom transformer task.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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