Rio Project 4.2 API Documentation



org.rioproject.monitor
Enum ProvisionMonitorEvent.Action

java.lang.Object
  extended by java.lang.Enum<ProvisionMonitorEvent.Action>
      extended by org.rioproject.monitor.ProvisionMonitorEvent.Action
All Implemented Interfaces:
Serializable, Comparable<ProvisionMonitorEvent.Action>
Enclosing class:
ProvisionMonitorEvent

public static enum ProvisionMonitorEvent.Action
extends Enum<ProvisionMonitorEvent.Action>


Enum Constant Summary
OPSTRING_DEPLOYED
          Indicates that this event has been created and sent as a result of deploying an OperationalString
OPSTRING_MGR_CHANGED
          Indicates that this event has been created and sent as a result of changing the primary OperationalStringManager
OPSTRING_UNDEPLOYED
          Indicates that this event has been created and sent as a result of undeploying an OperationalString
OPSTRING_UPDATED
          Indicates that this event has been created and sent as a result of updating an OperationalString
REDEPLOY_REQUEST
          Indicates that this event has been created and sent as a result of submitting a redeployment request
SERVICE_BEAN_DECREMENTED
          Indicates that this event has been created and sent as a result of incrementing the number of ServiceBean instances in an OperationalString
SERVICE_BEAN_INCREMENTED
          Indicates that this event has been created and sent as a result of incrementing the number of ServiceBean instances in an OperationalString
SERVICE_BEAN_INSTANCE_UPDATED
          Indicates that this event has been created and sent as a result of updating a ServiceBeanInstance
SERVICE_ELEMENT_ADDED
          Indicates that this event has been created and sent as a result of adding a service to an OperationalString
SERVICE_ELEMENT_REMOVED
          Indicates that this event has been created and sent as a result of removing a service from an OperationalString
SERVICE_ELEMENT_UPDATED
          Indicates that this event has been created and sent as a result of updating a ServiceElement in an OperationalString
SERVICE_FAILED
          Indicates that this event has been created and sent as a result of a service failure
SERVICE_PROVISIONED
          Indicates that this event has been created and sent as a result of a successful service provisioning
SERVICE_TERMINATED
          Indicates that this event has been created and sent as a result of a service termination
 
Method Summary
static ProvisionMonitorEvent.Action valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ProvisionMonitorEvent.Action[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
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
 

Enum Constant Detail

SERVICE_ELEMENT_UPDATED

public static final ProvisionMonitorEvent.Action SERVICE_ELEMENT_UPDATED
Indicates that this event has been created and sent as a result of updating a ServiceElement in an OperationalString


SERVICE_BEAN_INCREMENTED

public static final ProvisionMonitorEvent.Action SERVICE_BEAN_INCREMENTED
Indicates that this event has been created and sent as a result of incrementing the number of ServiceBean instances in an OperationalString


SERVICE_BEAN_DECREMENTED

public static final ProvisionMonitorEvent.Action SERVICE_BEAN_DECREMENTED
Indicates that this event has been created and sent as a result of incrementing the number of ServiceBean instances in an OperationalString


SERVICE_ELEMENT_ADDED

public static final ProvisionMonitorEvent.Action SERVICE_ELEMENT_ADDED
Indicates that this event has been created and sent as a result of adding a service to an OperationalString


SERVICE_ELEMENT_REMOVED

public static final ProvisionMonitorEvent.Action SERVICE_ELEMENT_REMOVED
Indicates that this event has been created and sent as a result of removing a service from an OperationalString


OPSTRING_DEPLOYED

public static final ProvisionMonitorEvent.Action OPSTRING_DEPLOYED
Indicates that this event has been created and sent as a result of deploying an OperationalString


OPSTRING_UNDEPLOYED

public static final ProvisionMonitorEvent.Action OPSTRING_UNDEPLOYED
Indicates that this event has been created and sent as a result of undeploying an OperationalString


OPSTRING_UPDATED

public static final ProvisionMonitorEvent.Action OPSTRING_UPDATED
Indicates that this event has been created and sent as a result of updating an OperationalString


SERVICE_BEAN_INSTANCE_UPDATED

public static final ProvisionMonitorEvent.Action SERVICE_BEAN_INSTANCE_UPDATED
Indicates that this event has been created and sent as a result of updating a ServiceBeanInstance


REDEPLOY_REQUEST

public static final ProvisionMonitorEvent.Action REDEPLOY_REQUEST
Indicates that this event has been created and sent as a result of submitting a redeployment request


SERVICE_PROVISIONED

public static final ProvisionMonitorEvent.Action SERVICE_PROVISIONED
Indicates that this event has been created and sent as a result of a successful service provisioning


SERVICE_FAILED

public static final ProvisionMonitorEvent.Action SERVICE_FAILED
Indicates that this event has been created and sent as a result of a service failure


OPSTRING_MGR_CHANGED

public static final ProvisionMonitorEvent.Action OPSTRING_MGR_CHANGED
Indicates that this event has been created and sent as a result of changing the primary OperationalStringManager


SERVICE_TERMINATED

public static final ProvisionMonitorEvent.Action SERVICE_TERMINATED
Indicates that this event has been created and sent as a result of a service termination

Method Detail

values

public static ProvisionMonitorEvent.Action[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ProvisionMonitorEvent.Action c : ProvisionMonitorEvent.Action.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ProvisionMonitorEvent.Action valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

Copyright © Rio Project.

Copyright © 2006-2011 Rio Project. All Rights Reserved.