Uses of Class
com.kuka.resource.locking.LockPriority

Packages that use LockPriority
com.kuka.resource.locking Locking API classes. 
 

Uses of LockPriority in com.kuka.resource.locking
 

Fields in com.kuka.resource.locking declared as LockPriority
static LockPriority LockPriority.DEFAULT
          Constant for default lock priority.
static LockPriority LockPriority.HIGHEST
          Constant for highest lock priority.
static LockPriority LockPriority.LOWEST
          Constant for lowest lock priority.
 

Methods in com.kuka.resource.locking that return LockPriority
 LockPriority ILockable.getLockPriority()
          Provides the priority of the task holding the lock.
 LockPriority ResourceAlreadyLockedException.getPriority()
          Returns the priority of the lock holder.
static LockPriority LockPriority.valueOf(int priority)
          Constructs a new LockPriority from a integer value.
 

Methods in com.kuka.resource.locking with parameters of type LockPriority
 boolean LockPriority.isHigherThan(LockPriority other)
          Return true if this priority is higher than the other priority, i.e. if this priority can preempt locks taken with the other priority, for example.
 

Constructors in com.kuka.resource.locking with parameters of type LockPriority
ResourceAlreadyLockedException(LockPriority priority)
          Constructs a new exception with the priority of the current lock holder.
ResourceAlreadyLockedException(String currentHolderName, LockPriority priority)
          Constructs a new exception with the priority of the current lock holder.
 



Copyright © 2019. All rights reserved.