|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<MonitorUtil.EventType>
org.apache.airavata.ws.monitor.MonitorUtil.EventType
public static enum MonitorUtil.EventType
Type of the notification event.
| Enum Constant Summary | |
|---|---|
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 |
|
| Method Summary | |
|---|---|
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. |
| 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 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
| Method Detail |
|---|
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 name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||