Uses of Class
org.glassfish.api.admin.CommandLock.LockType

Packages that use CommandLock.LockType
org.glassfish.api.admin Admin commands in GlassFish 
 

Uses of CommandLock.LockType in org.glassfish.api.admin
 

Methods in org.glassfish.api.admin that return CommandLock.LockType
static CommandLock.LockType CommandLock.LockType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CommandLock.LockType[] CommandLock.LockType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.glassfish.api.admin with parameters of type CommandLock.LockType
 java.util.concurrent.locks.Lock AdminCommandLock.getLock(CommandLock.LockType type)
          Return the appropriate Lock object for the specified LockType.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.