|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Slot | |
---|---|
com.genesyslab.platform.commons.protocol | Contains classes that support the Protocol objects
used by applications developed with the Platform SDKs. |
Uses of Slot in com.genesyslab.platform.commons.protocol |
---|
Methods in com.genesyslab.platform.commons.protocol with parameters of type Slot | ||
---|---|---|
protected
|
DuplexChannel.notifyWithObject(Slot<N> syncObject,
N notification)
Notifies syncObject with some notification object. |
|
protected
|
DuplexChannel.triggerWithObject(Slot<N> syncObject,
N notification)
Notifies IF SOMEONE is waiting, doesn't block notifier thread. |
|
protected
|
DuplexChannel.waitForObject(Slot<N> syncObject,
long timeout)
Deprecated. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |