org.alfresco.deployment.impl.server
Class DeploymentState

java.lang.Object
  extended by java.lang.Enum
      extended by org.alfresco.deployment.impl.server.DeploymentState
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class DeploymentState
extends java.lang.Enum
implements java.io.Serializable

The status of a Deployment.

See Also:
Serialized Form

Field Summary
static DeploymentState ABORTED
           
static DeploymentState COMMITTED
           
static DeploymentState PREPARED
           
static DeploymentState WORKING
           
 
Method Summary
static DeploymentState valueOf(java.lang.String name)
           
static DeploymentState[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

WORKING

public static final DeploymentState WORKING

PREPARED

public static final DeploymentState PREPARED

COMMITTED

public static final DeploymentState COMMITTED

ABORTED

public static final DeploymentState ABORTED
Method Detail

values

public static DeploymentState[] values()

valueOf

public static DeploymentState valueOf(java.lang.String name)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.