Uses of Class
org.terracotta.toolkit.internal.concurrent.locks.ToolkitLockTypeInternal

Packages that use ToolkitLockTypeInternal
org.terracotta.toolkit.internal   
org.terracotta.toolkit.internal.concurrent.locks   
 

Uses of ToolkitLockTypeInternal in org.terracotta.toolkit.internal
 

Methods in org.terracotta.toolkit.internal with parameters of type ToolkitLockTypeInternal
 org.terracotta.toolkit.concurrent.locks.ToolkitLock ToolkitInternal.getLock(String name, ToolkitLockTypeInternal lockType)
          Get a lock with specified internal lock type
 

Uses of ToolkitLockTypeInternal in org.terracotta.toolkit.internal.concurrent.locks
 

Methods in org.terracotta.toolkit.internal.concurrent.locks that return ToolkitLockTypeInternal
static ToolkitLockTypeInternal ToolkitLockTypeInternal.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ToolkitLockTypeInternal[] ToolkitLockTypeInternal.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013 Terracotta, Inc.. All Rights Reserved.