public class PipeletPerformanceCounter extends ProcessingPerformanceCounter
| Constructor and Description |
|---|
PipeletPerformanceCounter(java.lang.String pipelineName,
java.lang.String className,
java.lang.String location) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getElementType()
Gets the element type.
|
ManagementAgentLocation |
getLocation()
Gets the location.
|
protected java.lang.String |
getPipelineName()
Gets the pipeline name.
|
addError, countFailureMillis, countFailureNanos, countIds, countInvocationMillis, countInvocationNanos, countSuccessMillis, countSuccessNanos, getElementName, registerAgent, toStringpublic PipeletPerformanceCounter(java.lang.String pipelineName,
java.lang.String className,
java.lang.String location)
pipelineName - name of pipelineclassName - class name of pipeletlocation - location descriptor, e.g. name of invokePipelet element in BPEL file.protected java.lang.String getPipelineName()
public ManagementAgentLocation getLocation()
getLocation in class ProcessingPerformanceCounterProcessingPerformanceCounter.getLocation()protected java.lang.String getElementType()
getElementType in class ProcessingPerformanceCounterProcessingPerformanceCounter.getElementType()