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

G

Gateway - Class in guarana.framework.task
Represents an entry/exit in a task.
Gateway(GatewayType, Task) - Constructor for class guarana.framework.task.Gateway
Constructs a new gateway without a name, of an specific type and associates it with the given task.
Gateway(String, GatewayType, Task) - Constructor for class guarana.framework.task.Gateway
Constructs a new gateway with a given name, type and associates it with the given task.
GatewayType - Enum in guarana.framework.task
A set of possible types for gateways.
getAllDynamicAttributes() - Method in class guarana.framework.message.Header
Returns all dynamic attributes from the header.
getAllPorts() - Method in class guarana.framework.process.Process
Returns all ports from this process.
getAllTasks() - Method in class guarana.framework.port.Port
Returns all tasks inside this task container.
getAllTasks() - Method in interface guarana.framework.process.ITaskContainer
Returns all tasks inside this task container.
getAllTasks() - Method in class guarana.framework.process.Process
Returns all tasks inside this task container.
getAncestors() - Method in class guarana.framework.message.Parent
Returns a all ancestors of this parent.
getAttachment(String) - Method in class guarana.framework.message.Message
Returns the attachment associated with the given name.
getAttachmentNames() - Method in class guarana.framework.message.Message
Returns all attachment names.
getAttachments() - Method in class guarana.framework.message.Message
Returns all attachments from this message.
getBody() - Method in class guarana.framework.message.Message
Return the body of this message.
getCommunicator() - Method in class guarana.framework.port.Port
Returns the communicator for this port.
getDateToExecute() - Method in class guarana.toolkit.engine.WorkUnit
Return the date on which this work unit can be processed.
getDelayTime() - Method in class guarana.toolkit.task.timers.Delayer
Returns the time this task have to delay the message.
getDynamicAttribute(String) - Method in class guarana.framework.message.Header
Returns the value of an specific dynamic attribute.
getEntryPorts() - Method in class guarana.framework.process.Process
Returns all EntryPorts from the current process.
getExitPorts() - Method in class guarana.framework.process.Process
Returns all ExitPorts from the current process.
getHeader() - Method in class guarana.framework.message.Message
Returns the header of this message.
getHost() - Method in class guarana.toolkit.adapter.rmi.AbstractRMIAdapter
Returns the host for the remote registry.
getID() - Method in class guarana.framework.message.Parent
Returns the parent ID.
getId() - Method in class guarana.toolkit.adapter.proxy.Future
Returns the unique ID that identifies this future.
getId() - Method in interface guarana.toolkit.adapter.proxy.IStubFuture
Returns the unique ID that identifies this future.
getInputGateway() - Method in class guarana.framework.task.Slot
Returns the related input gateway which will consume messages from this slot.
getInterSlot() - Method in class guarana.framework.port.OneWayPort
Returns the interslot in this port.
getInterSlotIn() - Method in class guarana.framework.port.TwoWayPort
Returns the interslot used by this port to receive messages from a process.
getInterSlotOut() - Method in class guarana.framework.port.TwoWayPort
Returns the interslot used by this port to send messages to a process.
getJndiName() - Method in class guarana.toolkit.adapter.jbi.JbiAsyncSolicitorAdapter
Returns the JNDI name used by this resource adapter.
getJndiName() - Method in class guarana.toolkit.adapter.jbi.JbiExitResourceAdapter
Returns the JNDI name used by this resource adapter.
getJndiName() - Method in class guarana.toolkit.adapter.rmi.AbstractRMIAdapter
Returns the JNDI name of the remote object.
getListenedContainers() - Method in class guarana.toolkit.engine.Scheduler
Returns a unmodifiable collection with the names of all listened task containers to this scheduler.
getMessage() - Method in class guarana.framework.task.Gateway
Invoked only on an input gateway and returns a message to be processed.
getName() - Method in class guarana.framework.port.Port
Returns the name of this source.
getName() - Method in interface guarana.framework.process.ISource
Returns the name of this source.
getName() - Method in class guarana.framework.process.Process
Returns the name of this source.
getName() - Method in class guarana.framework.task.Gateway
Returns the name of this source.
getName() - Method in class guarana.framework.task.Slot
Returns the name of this source.
getName() - Method in class guarana.framework.task.Task
Returns the name of this source.
getName() - Method in class guarana.toolkit.engine.Scheduler
Returns the name of this source.
getNextMessage() - Method in class guarana.framework.task.Slot
Retrieves and removes a message from this slot.
getNumber() - Method in class guarana.framework.task.Gateway
Returns the corresponding number of this gateway.
getNumberOfWorkers() - Method in class guarana.toolkit.engine.Scheduler
Returns the number of current workers defined for this scheduler.
getNumberOfWorkUnitsProcessed() - Method in class guarana.toolkit.engine.Scheduler
Returns the number of Work Units processed.
getOutputGateway() - Method in class guarana.framework.task.Slot
Returns the related output gateway which will produce messages to this slot.
getParents() - Method in class guarana.framework.message.Header
Returns all parents of this message.
getPort(String) - Method in class guarana.framework.process.Process
Returns an specific port from this process.
getPort() - Method in class guarana.toolkit.adapter.rmi.AbstractRMIAdapter
Returns the port on which the registry accepts requests.
getProcess() - Method in class guarana.framework.port.Port
Return this process to which belongs this port.
getProperties() - Method in class guarana.toolkit.adapter.jbi.JbiAsyncSolicitorAdapter
Returns the properties object used by this resource adapter.
getProperties() - Method in class guarana.toolkit.adapter.jbi.JbiExitResourceAdapter
Returns the properties object used by this resource adapter.
getQueuedTaskNames() - Method in class guarana.toolkit.engine.WorkQueue
Returns all the names of tasks waiting in this queue.
getResponderPorts() - Method in class guarana.framework.process.Process
Returns all ResponderPorts from the current process.
getResult() - Method in class guarana.toolkit.adapter.proxy.Future
Returns the response message from this future.
getResult() - Method in interface guarana.toolkit.adapter.proxy.IStubFuture
Returns the response message from this future.
getSlot() - Method in class guarana.framework.task.Gateway
Returns the slot associated with this gateway.
getSolicitorPorts() - Method in class guarana.framework.process.Process
Returns all solicitor ports from the current process.
getStats() - Method in class guarana.toolkit.engine.Scheduler
 
getTask(String) - Method in class guarana.framework.port.Port
Searches for a task with a given name inside this task container.
getTask(String) - Method in interface guarana.framework.process.ITaskContainer
Searches for a task with a given name inside this task container.
getTask(String) - Method in class guarana.framework.process.Process
Searches for a task with a given name inside this task container.
getTask() - Method in class guarana.toolkit.engine.WorkUnit
Returns the task assigned to be processed by this work unit.
getTriggerInterval() - Method in class guarana.framework.task.Task
Returns the trigger interval for this task.
getType() - Method in class guarana.framework.task.Gateway
Returns the type of this slot.
guarana.framework.message - package guarana.framework.message
Provides an implementation of message.
guarana.framework.port - package guarana.framework.port
Provides a base implementation for Guaranį's communication ports.
guarana.framework.process - package guarana.framework.process
Provides an abstract implementation for the core processes in Guaranį DSL.
guarana.framework.task - package guarana.framework.task
Provides a base and abstract java implementation for tasks.
guarana.toolkit.adapter - package guarana.toolkit.adapter
Provides adapters to access different resource types.
guarana.toolkit.adapter.jbi - package guarana.toolkit.adapter.jbi
Provides adapter implementations to enable the use of JBI Binding Components as adapters.
guarana.toolkit.adapter.proxy - package guarana.toolkit.adapter.proxy
Provides interfaces for passive and remote communicators.
guarana.toolkit.adapter.rmi - package guarana.toolkit.adapter.rmi
Provides an RMI Adapter to establish direct communication between entry and exit ports inside the solution.
guarana.toolkit.engine - package guarana.toolkit.engine
Provides an asynchronous and multi-thread runtime system to execute EAI Solutions.
guarana.toolkit.task.communicators - package 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 - package guarana.toolkit.task.communicators.dummy
Provides dummy communicators for testing your solution without the need of adapters.
guarana.toolkit.task.mappers - package guarana.toolkit.task.mappers
Provides tasks tho map the body of a message from XML to Stream or vice-versa.
guarana.toolkit.task.modifiers - package 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 - package guarana.toolkit.task.routers
Provide tasks that does not change the state of a message.
guarana.toolkit.task.streamdealers - package guarana.toolkit.task.streamdealers
Provides tasks that does not change the state of a message.
guarana.toolkit.task.streamdealers.ciphers - package guarana.toolkit.task.streamdealers.ciphers
Provides a set of supported and already implemented ciphers.
guarana.toolkit.task.streamdealers.codecs - package guarana.toolkit.task.streamdealers.codecs
Provides a set of supported and already implemented codecs.
guarana.toolkit.task.streamdealers.compressors - package guarana.toolkit.task.streamdealers.compressors
Provides a set of supported and already implemented compressors.
guarana.toolkit.task.timers - package guarana.toolkit.task.timers
Provide tasks that are time-dependent.
guarana.toolkit.task.transformers - package guarana.toolkit.task.transformers
Provide tasks that help transform one or more inbound messages into new outbound messages whose schemata are completely new.
GZipCompressor - Class in guarana.toolkit.task.streamdealers.compressors
A GZip compressor implementation.
GZipCompressor() - Constructor for class guarana.toolkit.task.streamdealers.compressors.GZipCompressor
 

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