org.alfresco.deployment.impl.server
Class DeploymentState
java.lang.Object
java.lang.Enum
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
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 |
WORKING
public static final DeploymentState WORKING
PREPARED
public static final DeploymentState PREPARED
COMMITTED
public static final DeploymentState COMMITTED
ABORTED
public static final DeploymentState ABORTED
values
public static DeploymentState[] values()
valueOf
public static DeploymentState valueOf(java.lang.String name)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.