Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.commons.threading.Slot

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
<N> void
DuplexChannel.notifyWithObject(Slot<N> syncObject, N notification)
          Notifies syncObject with some notification object.
protected
<N> boolean
DuplexChannel.triggerWithObject(Slot<N> syncObject, N notification)
          Notifies IF SOMEONE is waiting, doesn't block notifier thread.
protected
<N> N
DuplexChannel.waitForObject(Slot<N> syncObject, long timeout)
          Deprecated. 
 


Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.