|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Slot | |
---|---|
guarana.framework.port | Provides a base implementation for Guaranį's communication ports. |
guarana.framework.task | Provides a base and abstract java implementation for tasks. |
Uses of Slot in guarana.framework.port |
---|
Methods in guarana.framework.port that return Slot | |
---|---|
Slot |
OneWayPort.getInterSlot()
Returns the interslot in this port. |
Slot |
TwoWayPort.getInterSlotIn()
Returns the interslot used by this port to receive messages from a process. |
Slot |
TwoWayPort.getInterSlotOut()
Returns the interslot used by this port to send messages to a process. |
Methods in guarana.framework.port with parameters of type Slot | |
---|---|
void |
OneWayPort.setInterSlot(Slot interSlot)
Sets the interslot to this port. |
void |
TwoWayPort.setInterSlotIn(Slot interSlot)
Sets the interslot used by this port to receive messages from a process. |
void |
TwoWayPort.setInterSlotOut(Slot interSlot)
Sets the interslot used by this port to send messages to a process. |
Uses of Slot in guarana.framework.task |
---|
Methods in guarana.framework.task that return Slot | |
---|---|
Slot |
Gateway.getSlot()
Returns the slot associated with this gateway. |
Methods in guarana.framework.task with parameters of type Slot | |
---|---|
void |
Gateway.bind(Slot slot)
Binds an slot to this gateway. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |