SMILA 1.0 API documentation

org.eclipse.smila.processing.bpel.counter
Class PipelinePerformanceCounter

java.lang.Object
  extended by org.eclipse.smila.processing.bpel.counter.ProcessingPerformanceCounter
      extended by org.eclipse.smila.processing.bpel.counter.PipelinePerformanceCounter

public class PipelinePerformanceCounter
extends ProcessingPerformanceCounter

combined performance counters for pipeline measurement.

Author:
jschumacher

Constructor Summary
PipelinePerformanceCounter(java.lang.String pipelineName)
          create new performance counters for given pipeline.
 
Method Summary
protected  java.lang.String getElementType()
          Gets the element type.
 ManagementAgentLocation getLocation()
          Gets the location.
 
Methods inherited from class org.eclipse.smila.processing.bpel.counter.ProcessingPerformanceCounter
addError, countFailureMillis, countFailureNanos, countIds, countInvocationMillis, countInvocationNanos, countSuccessMillis, countSuccessNanos, getElementName, registerAgent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PipelinePerformanceCounter

public PipelinePerformanceCounter(java.lang.String pipelineName)
create new performance counters for given pipeline.

Parameters:
pipelineName - name of a pipeline.
Method Detail

getElementType

protected java.lang.String getElementType()
Gets the element type.

Specified by:
getElementType in class ProcessingPerformanceCounter
Returns:
name of top level JMX category under "SMILA Processing"
See Also:
ProcessingPerformanceCounter.getElementType()

getLocation

public ManagementAgentLocation getLocation()
Gets the location.

Specified by:
getLocation in class ProcessingPerformanceCounter
Returns:
the location

SMILA 1.0 API documentation