|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Gateway | |
---|---|
guarana.framework.task | Provides a base and abstract java implementation for tasks. |
Uses of Gateway in guarana.framework.task |
---|
Fields in guarana.framework.task declared as Gateway | |
---|---|
Gateway[] |
Task.input
Stores all input gateways of this task. |
Gateway[] |
Task.output
Stores all output gateways of this task. |
Methods in guarana.framework.task that return Gateway | |
---|---|
Gateway |
Slot.getInputGateway()
Returns the related input gateway which will consume messages from this slot. |
Gateway |
Slot.getOutputGateway()
Returns the related output gateway which will produce messages to this slot. |
Methods in guarana.framework.task with parameters of type Gateway | |
---|---|
void |
Slot.setInputGateway(Gateway inputGateway)
Sets the related input gateway which will consume messages from this slot. |
void |
Slot.setOutputGateway(Gateway outputGateway)
Sets the related output gateway which will produce messages to this slot. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |