Uses of Enum Class
org.glassfish.api.admin.CommandLock.LockType
Packages that use CommandLock.LockType
-
Uses of CommandLock.LockType in org.glassfish.api.admin
Methods in org.glassfish.api.admin that return CommandLock.LockTypeModifier and TypeMethodDescriptionstatic CommandLock.LockTypeReturns the enum constant of this class with the specified name.static CommandLock.LockType[]CommandLock.LockType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.glassfish.api.admin with parameters of type CommandLock.LockTypeModifier and TypeMethodDescriptionAdminCommandLock.getLock(CommandLock.LockType type) Return the appropriate Lock object for the specified LockType.