|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ProvisionMonitorEvent.Action>
org.rioproject.monitor.ProvisionMonitorEvent.Action
public static 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 |
|---|
public static final ProvisionMonitorEvent.Action SERVICE_ELEMENT_UPDATED
public static final ProvisionMonitorEvent.Action SERVICE_BEAN_INCREMENTED
public static final ProvisionMonitorEvent.Action SERVICE_BEAN_DECREMENTED
public static final ProvisionMonitorEvent.Action SERVICE_ELEMENT_ADDED
public static final ProvisionMonitorEvent.Action SERVICE_ELEMENT_REMOVED
public static final ProvisionMonitorEvent.Action OPSTRING_DEPLOYED
public static final ProvisionMonitorEvent.Action OPSTRING_UNDEPLOYED
public static final ProvisionMonitorEvent.Action OPSTRING_UPDATED
public static final ProvisionMonitorEvent.Action SERVICE_BEAN_INSTANCE_UPDATED
public static final ProvisionMonitorEvent.Action REDEPLOY_REQUEST
public static final ProvisionMonitorEvent.Action SERVICE_PROVISIONED
public static final ProvisionMonitorEvent.Action SERVICE_FAILED
public static final ProvisionMonitorEvent.Action OPSTRING_MGR_CHANGED
public static final ProvisionMonitorEvent.Action SERVICE_TERMINATED
| Method Detail |
|---|
public static ProvisionMonitorEvent.Action[] values()
for (ProvisionMonitorEvent.Action c : ProvisionMonitorEvent.Action.values()) System.out.println(c);
public static ProvisionMonitorEvent.Action valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
Copyright © Rio Project. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||