|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Message | |
---|---|
guarana.framework.message | Provides an implementation of message. |
guarana.framework.task | Provides a base and abstract java implementation for tasks. |
guarana.toolkit.adapter | Provides adapters to access different resource types. |
guarana.toolkit.adapter.jbi | Provides adapter implementations to enable the use of JBI Binding Components as adapters. |
guarana.toolkit.adapter.proxy | Provides interfaces for passive and remote communicators. |
guarana.toolkit.adapter.rmi | Provides an RMI Adapter to establish direct communication between entry and exit ports inside the solution. |
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. |
Uses of Message in guarana.framework.message |
---|
Methods in guarana.framework.message that return Message | |
---|---|
Message<T> |
Message.copy()
Creates a copy of this message. |
Methods in guarana.framework.message with parameters of type Message | |
---|---|
void |
Message.addParent(Message<?> parent)
Adds a parent to the message. |
int |
Message.compareTo(Message<T> msg)
|
Constructors in guarana.framework.message with parameters of type Message | |
---|---|
Message(Message<?> parent)
Constructs a new message that has a given message as parent. |
Uses of Message in guarana.framework.task |
---|
Methods in guarana.framework.task that return Message | |
---|---|
Message<?> |
Gateway.getMessage()
Invoked only on an input gateway and returns a message to be processed. |
Message<?> |
Slot.getNextMessage()
Retrieves and removes a message from this slot. |
Methods in guarana.framework.task with parameters of type Message | |
---|---|
void |
Slot.addMessage(Message<?> message)
Adds a message to this slot. |
void |
Gateway.setMessage(Message<?> message)
Invoked only on an output gateway to set an output message. |
Uses of Message in guarana.toolkit.adapter |
---|
Methods in guarana.toolkit.adapter that return Message | |
---|---|
Message<?> |
IEntryAdapter.read()
EntryPort (Active) Reads a message from the passive resource. |
Methods in guarana.toolkit.adapter with parameters of type Message | |
---|---|
void |
IAsyncOutIn.callback(Message<?> response)
Notifies the communicator that the response is now completed and ready to be sent back to the solution. |
void |
IAsyncSolicitorAdapter.solicit(Message<?> message,
guarana.util.remote.RemoteObjectReference replyTo)
Sends the solicit message to the resource and gets the response. |
void |
IExitAdapter.write(Message<?> message)
Writes the message to the passive resource. |
Uses of Message in guarana.toolkit.adapter.jbi |
---|
Methods in guarana.toolkit.adapter.jbi with parameters of type Message | |
---|---|
void |
AsyncHandler.setResult(Message<?> response)
Sets the result to the future object. |
void |
JbiAsyncSolicitorAdapter.solicit(Message<?> message,
guarana.util.remote.RemoteObjectReference replyTo)
Sends a solicit message to the remote object via its stub and return immediately returns a future object as the result. |
void |
JbiExitResourceAdapter.write(Message<?> message)
Writes a message to the remote object via its stub. |
Uses of Message in guarana.toolkit.adapter.proxy |
---|
Methods in guarana.toolkit.adapter.proxy that return Message | |
---|---|
Message<?> |
IStubOut.fetch()
This method can be invoked to fetch a message from a passive ExitPort via an Out-Communicator task. |
Message<?> |
IStubFuture.getResult()
Returns the response message from this future. |
Message<?> |
Future.getResult()
Returns the response message from this future. |
Methods in guarana.toolkit.adapter.proxy with parameters of type Message | |
---|---|
void |
IStubIn.pushRead(Message<?> message)
This method can be invoked to push a message into an EntryPort via an In-Communicator task. |
IStubFuture |
IStubInOut.pushRequest(Message<?> message)
This method can be invoked to push a request message into the ResponderPort via InOut-Communicator. |
void |
IStubFuture.setResult(Message<?> message)
Sets a response message to this future. |
void |
Future.setResult(Message<?> result)
Sets a response message to this future. |
Uses of Message in guarana.toolkit.adapter.rmi |
---|
Methods in guarana.toolkit.adapter.rmi that return Message | |
---|---|
Message<?> |
RMIEntryAdapter.read()
EntryPort (Active) Reads a message from the passive resource. |
Methods in guarana.toolkit.adapter.rmi with parameters of type Message | |
---|---|
void |
RMIExitAdapter.write(Message<?> message)
Writes the message to the passive resource. |
Uses of Message in guarana.toolkit.task.communicators |
---|
Methods in guarana.toolkit.task.communicators that return Message | |
---|---|
Message<?> |
OutCommunicator.fetch()
This method can be invoked to fetch a message from a passive ExitPort via an Out-Communicator task. |
Methods in guarana.toolkit.task.communicators with parameters of type Message | |
---|---|
void |
OutInCommunicator.callback(Message<?> response)
Invoked to notifies this communicator that the response is now completed and ready to be sent back to the solution. |
void |
InCommunicator.pushRead(Message<?> message)
This method can be invoked to push a message into an EntryPort via an In-Communicator task. |
IStubFuture |
InOutCommunicator.pushRequest(Message<?> message)
This method can be invoked to push a request message into the ResponderPort via InOut-Communicator. |
Uses of Message in guarana.toolkit.task.communicators.dummy |
---|
Methods in guarana.toolkit.task.communicators.dummy with parameters of type Message | |
---|---|
void |
InDummyCommunicator.pushRead(Message<?> message)
This method can be invoked to push a message into an EntryPort via an In-Communicator task. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |