org.ow2.petals.commons.logger
Class ProvideFlowStepBeginLogData
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<java.lang.String,java.lang.Object>
com.ebmwebsourcing.easycommons.logger.LogData
org.ow2.petals.commons.logger.AbstractFlowLogData
org.ow2.petals.commons.logger.ProvideFlowStepBeginLogData
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Object>
public class ProvideFlowStepBeginLogData
- extends AbstractFlowLogData
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from class java.util.AbstractMap |
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
|
Constructor Summary |
ProvideFlowStepBeginLogData(java.lang.String flowInstanceId,
java.lang.String flowStepId,
java.lang.String flowStepInterfaceName,
java.lang.String flowStepServiceName,
java.lang.String flowStepOperationName,
java.lang.String flowStepEndpointName,
java.lang.String flowPreviousStepId)
|
| Methods inherited from class com.ebmwebsourcing.easycommons.logger.LogData |
clear, clone, entrySet, keySet, put, putData, remove, values |
| Methods inherited from class java.util.LinkedHashMap |
containsValue, get, removeEldestEntry |
| Methods inherited from class java.util.HashMap |
containsKey, isEmpty, putAll, size |
| Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
containsKey, equals, hashCode, isEmpty, putAll, size |
FLOW_STEP_INTERFACE_NAME_PROPERTY_NAME
public static final java.lang.String FLOW_STEP_INTERFACE_NAME_PROPERTY_NAME
- See Also:
- Constant Field Values
FLOW_STEP_OPERATION_NAME_PROPERTY_NAME
public static final java.lang.String FLOW_STEP_OPERATION_NAME_PROPERTY_NAME
- See Also:
- Constant Field Values
FLOW_STEP_SERVICE_NAME_PROPERTY_NAME
public static final java.lang.String FLOW_STEP_SERVICE_NAME_PROPERTY_NAME
- See Also:
- Constant Field Values
FLOW_STEP_ENDPOINT_NAME_PROPERTY_NAME
public static final java.lang.String FLOW_STEP_ENDPOINT_NAME_PROPERTY_NAME
- See Also:
- Constant Field Values
FLOW_PREVIOUS_STEP_ID_PROPERTY_NAME
public static final java.lang.String FLOW_PREVIOUS_STEP_ID_PROPERTY_NAME
- See Also:
- Constant Field Values
ProvideFlowStepBeginLogData
public ProvideFlowStepBeginLogData(java.lang.String flowInstanceId,
java.lang.String flowStepId,
java.lang.String flowStepInterfaceName,
java.lang.String flowStepServiceName,
java.lang.String flowStepOperationName,
java.lang.String flowStepEndpointName,
java.lang.String flowPreviousStepId)
Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.