org.alfresco.service.cmr.avm.deploy
Class DeploymentEvent.Type
java.lang.Object
java.lang.Enum
org.alfresco.service.cmr.avm.deploy.DeploymentEvent.Type
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
- Enclosing class:
- DeploymentEvent
public static final class DeploymentEvent.Type
- extends java.lang.Enum
- implements java.io.Serializable
The type of the event.
- 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 |
CREATED
public static final DeploymentEvent.Type CREATED
UPDATED
public static final DeploymentEvent.Type UPDATED
DELETED
public static final DeploymentEvent.Type DELETED
START
public static final DeploymentEvent.Type START
END
public static final DeploymentEvent.Type END
FAILED
public static final DeploymentEvent.Type FAILED
values
public static DeploymentEvent.Type[] values()
valueOf
public static DeploymentEvent.Type valueOf(java.lang.String name)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.