org.alfresco.service.cmr.avm.deploy
Class DeploymentEvent.Type

java.lang.Object
  extended by java.lang.Enum
      extended by 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

Field Summary
static DeploymentEvent.Type CREATED
           
static DeploymentEvent.Type DELETED
           
static DeploymentEvent.Type END
           
static DeploymentEvent.Type FAILED
           
static DeploymentEvent.Type START
           
static DeploymentEvent.Type UPDATED
           
 
Method Summary
static DeploymentEvent.Type valueOf(java.lang.String name)
           
static DeploymentEvent.Type[] 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

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
Method Detail

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.