public static enum MonitorUtil.EventType extends Enum<MonitorUtil.EventType>
| Enum Constant and Description |
|---|
APPLICATION_AUDIT
applicationAudit
|
COMPUTATION_DURATION
computationDuration
|
DATA_CONSUMED
dataConsumed
|
DATA_PRODUCED
dataProduced
|
DATA_RECEIVE_DURATION
dataReceiveDuration
|
INVOKING_SERVICE
invokingService
|
INVOKING_SERVICE_FAILED
invokingServiceFailed
|
INVOKING_SERVICE_SUCCEEDED
invokingServiceSucceeded
|
LOG_DEBUG
logDebug
|
LOG_EXCEPTION
logException
|
LOG_INFO
logInfo
|
LOG_WARNING
logWarning
|
PUBLISH_URL
publishURL
|
RECEIVED_FAULT
receivedFault
|
RECEIVED_RESULT
receivedResult
|
RESOURCE_MAPPING
resourceMapping
|
SENDING_FAULT
sendingFault
|
SENDING_RESPONSE_FAILED
sendingResponseFailed
|
SENDING_RESULT
sendingResult
|
SERVICE_INVOKED
serviceInvoked
|
UNKNOWN
unknown
|
WORKFLOW_INITIALIZED
workflowInitialized
|
WORKFLOW_INVOKED
workflowInvoked
|
WORKFLOW_TERMINATED
workflowTerminated
|
| Modifier and Type | Method and Description |
|---|---|
static MonitorUtil.EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MonitorUtil.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MonitorUtil.EventType UNKNOWN
public static final MonitorUtil.EventType WORKFLOW_INITIALIZED
public static final MonitorUtil.EventType WORKFLOW_INVOKED
public static final MonitorUtil.EventType WORKFLOW_TERMINATED
public static final MonitorUtil.EventType INVOKING_SERVICE
public static final MonitorUtil.EventType INVOKING_SERVICE_SUCCEEDED
public static final MonitorUtil.EventType INVOKING_SERVICE_FAILED
public static final MonitorUtil.EventType RECEIVED_RESULT
public static final MonitorUtil.EventType RECEIVED_FAULT
public static final MonitorUtil.EventType SERVICE_INVOKED
public static final MonitorUtil.EventType SENDING_RESULT
public static final MonitorUtil.EventType SENDING_RESPONSE_FAILED
public static final MonitorUtil.EventType SENDING_FAULT
public static final MonitorUtil.EventType LOG_INFO
public static final MonitorUtil.EventType LOG_EXCEPTION
public static final MonitorUtil.EventType LOG_WARNING
public static final MonitorUtil.EventType LOG_DEBUG
public static final MonitorUtil.EventType DATA_CONSUMED
public static final MonitorUtil.EventType DATA_PRODUCED
public static final MonitorUtil.EventType DATA_RECEIVE_DURATION
public static final MonitorUtil.EventType APPLICATION_AUDIT
public static final MonitorUtil.EventType COMPUTATION_DURATION
public static final MonitorUtil.EventType PUBLISH_URL
public static final MonitorUtil.EventType RESOURCE_MAPPING
public static MonitorUtil.EventType[] values()
for (MonitorUtil.EventType c : MonitorUtil.EventType.values()) System.out.println(c);
public static MonitorUtil.EventType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.