Uses of Class
org.glassfish.api.admin.CommandLock.LockType
-
Packages that use CommandLock.LockType Package Description 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 Modifier and Type Method Description CommandLock.LockTypevalue()Returns the type of lock to acquire.static CommandLock.LockTypeCommandLock.LockType. valueOf(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 Modifier and Type Method Description LockAdminCommandLock. getLock(CommandLock.LockType type)Return the appropriate Lock object for the specified LockType.
-