Uses of Interface
com.kuka.common.concurrent.IWaitToken

Packages that use IWaitToken
com.kuka.common.concurrent Classes in this package are thread safe helpers and base classes for concurrent tasks. 
 

Uses of IWaitToken in com.kuka.common.concurrent
 

Classes in com.kuka.common.concurrent that implement IWaitToken
 class CountDownLatchWaitToken
          Publishable (immutable) wait token for a CountDownLatch.
 

Methods in com.kuka.common.concurrent that return IWaitToken
 IWaitToken SetResetBarrier.getResetToken()
          Returns the wait token for the "reset" state.
 IWaitToken CountDownBarrier.getResetToken()
          Returns the wait token for the "reset" state.
 IWaitToken SetResetBarrier.getSetToken()
          Returns the wait token for the "set" state.
 IWaitToken CountDownBarrier.getSetToken()
          Returns the wait token for the "set" state.
 IWaitToken EventLatch.getWaitToken()
          Returns the IWaitToken for this event latch.
 



Copyright © 2019. All rights reserved.