Uses of Class
org.glassfish.api.admin.AdminCommandLock.SuspendStatus

Packages that use AdminCommandLock.SuspendStatus
org.glassfish.api.admin Admin commands in GlassFish 
 

Uses of AdminCommandLock.SuspendStatus in org.glassfish.api.admin
 

Methods in org.glassfish.api.admin that return AdminCommandLock.SuspendStatus
 AdminCommandLock.SuspendStatus AdminCommandLock.suspendCommands(long timeout, java.lang.String lockOwner)
          Lock the DAS from accepting any commands annotated with a SHARED or EXCLUSIVE CommandLock.
 AdminCommandLock.SuspendStatus AdminCommandLock.suspendCommands(long timeout, java.lang.String lockOwner, java.lang.String message)
          Lock the DAS from accepting any commands annotated with a SHARED or EXCLUSIVE CommandLock.
static AdminCommandLock.SuspendStatus AdminCommandLock.SuspendStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AdminCommandLock.SuspendStatus[] AdminCommandLock.SuspendStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.