SMILA (incubation) API documentation

org.eclipse.smila.processing.bpel
Class PipelinePartPerformanceCounter

java.lang.Object
  extended by org.eclipse.smila.processing.bpel.ProcessingPerformanceCounter
      extended by org.eclipse.smila.processing.bpel.PipelinePartPerformanceCounter
Direct Known Subclasses:
PipeletPerformanceCounter, ServicePerformanceCounter

public abstract class PipelinePartPerformanceCounter
extends ProcessingPerformanceCounter

The Class PipelinePartPerformanceCounter.


Constructor Summary
PipelinePartPerformanceCounter(java.lang.String pipelineName, java.lang.String elementName)
          Instantiates a new pipeline part performance counter.
 
Method Summary
 ManagementAgentLocation getLocation()
          Gets the location.
protected  java.lang.String getPipelineName()
          Gets the pipeline name.
 
Methods inherited from class org.eclipse.smila.processing.bpel.ProcessingPerformanceCounter
addError, countFailureMillis, countFailureNanos, countInvocationMillis, countInvocationNanos, countSuccessMillis, countSuccessNanos, getElementName, getElementType, registerAgent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PipelinePartPerformanceCounter

public PipelinePartPerformanceCounter(java.lang.String pipelineName,
                                      java.lang.String elementName)
Instantiates a new pipeline part performance counter.

Parameters:
pipelineName - the pipeline name
elementName - the element name
Method Detail

getPipelineName

protected java.lang.String getPipelineName()
Gets the pipeline name.

Returns:
the pipeline name

getLocation

public ManagementAgentLocation getLocation()
Gets the location.

Specified by:
getLocation in class ProcessingPerformanceCounter
Returns:
the location
See Also:
ProcessingPerformanceCounter.getLocation()

SMILA (incubation) API documentation