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

E

encode(byte[]) - Method in class guarana.toolkit.task.streamdealers.codecs.Base64Codec
Encodes a byte[] containing binary data, into a byte[] containing characters in the Base64 alphabet.
encode(byte[]) - Method in interface guarana.toolkit.task.streamdealers.codecs.ICodec
Encodes an array of bytes.
encode(byte[]) - Method in class guarana.toolkit.task.streamdealers.codecs.QuotedPrintableCodec
Encodes a byte[] that represents a quoted printable.
encode(byte[]) - Method in class guarana.toolkit.task.streamdealers.codecs.URLCodec
Encodes a byte[] that represents an URL.
Encoder - Class in guarana.toolkit.task.streamdealers.codecs
Encodes an inbound message body according to an specific codec.
Encoder(String, ICodec) - Constructor for class guarana.toolkit.task.streamdealers.codecs.Encoder
Constructs a new encoder task.
Encoder(String, int, int, ICodec) - Constructor for class guarana.toolkit.task.streamdealers.codecs.Encoder
Constructs a new encoder task.
encrypt(byte[]) - Method in interface guarana.toolkit.task.streamdealers.ciphers.ICipher
Encrypts an array of bytes.
encrypt(byte[]) - Method in class guarana.toolkit.task.streamdealers.ciphers.PBECipher
Encrypts data using a password and an OpenSSL compatible cipher name passed in the constructor.
Encrypter - Class in guarana.toolkit.task.streamdealers.ciphers
Encrypts an inbound message body according to an specific cipher.
Encrypter(String, ICipher) - Constructor for class guarana.toolkit.task.streamdealers.ciphers.Encrypter
Constructs a new encrypter task.
Encrypter(String, int, int, ICipher) - Constructor for class guarana.toolkit.task.streamdealers.ciphers.Encrypter
Constructs a new encrypter task.
EntryPort - Class in guarana.framework.port
Enables a process to receive inbound messages.
EntryPort(String) - Constructor for class guarana.framework.port.EntryPort
Constructs a new entry port with a given name.
EntryPort(String, Process) - Constructor for class guarana.framework.port.EntryPort
Constructs a new entry port with a given name and associates it with the given process.
Exchange - Class in guarana.framework.message
Holds inbound and outbound messages of a task.
Exchange(int, int) - Constructor for class guarana.framework.message.Exchange
Constructs a new exchange with a given number of input and output.
execute() - Method in class guarana.framework.task.Task
This method executes the business logic of this task.
execute() - Method in class guarana.toolkit.engine.WorkUnit
Executes the wrapped task by this object and if the task is a trigger task, computes the next execution time.
execute() - Method in class guarana.toolkit.task.communicators.dummy.InDummyCommunicator
This method executes the business logic of this task.
execute() - Method in class guarana.toolkit.task.communicators.dummy.OutDummyCommunicator
This method executes the business logic of this task.
execute() - Method in class guarana.toolkit.task.communicators.InCommunicator
This method executes the business logic of this task.
execute() - Method in class guarana.toolkit.task.communicators.InOutCommunicator
This method executes the business logic of this task.
execute() - Method in class guarana.toolkit.task.communicators.OutCommunicator
This method executes the business logic of this task.
execute() - Method in class guarana.toolkit.task.communicators.OutInCommunicator
This method executes the business logic of this task.
execute() - Method in class guarana.toolkit.task.routers.Correlator
This method executes the business logic of this task.
execute() - Method in class guarana.toolkit.task.routers.Merger
This method executes the business logic of this task.
execute() - Method in class guarana.toolkit.task.routers.Resequencer
This method executes the business logic of this task.
execute() - Method in class guarana.toolkit.task.timers.Ticker
This method executes the business logic of this task.
execute() - Method in class guarana.toolkit.task.transformers.Aggregator
This method executes the business logic of this task.
execute() - Method in class guarana.toolkit.task.transformers.Splitter
This method executes the business logic of this task.
ExitPort - Class in guarana.framework.port
Enables a process to send outbound messages.
ExitPort(String) - Constructor for class guarana.framework.port.ExitPort
Constructs a new exit port with a given name.
ExitPort(String, Process) - Constructor for class guarana.framework.port.ExitPort
Constructs a new exit port with a given name and associates it with the given process.
EXPIRATION_DATE - Variable in class guarana.framework.message.Header
The date when the message expires, potentially turning it into an 'invalid' message.
ExpireChecker - Class in guarana.toolkit.task.timers
Inspects inbound messages in order to detect expired messages inside the integration solution.
ExpireChecker(String) - Constructor for class guarana.toolkit.task.timers.ExpireChecker
Constructs a new expire checker task.
ExpireChecker(String, int, int) - Constructor for class guarana.toolkit.task.timers.ExpireChecker
Constructs a new expire checker task.

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