|
SMILA (incubation) API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.smila.processing.bpel.ProcessingPerformanceCounter
org.eclipse.smila.processing.bpel.PipelinePartPerformanceCounter
org.eclipse.smila.processing.bpel.PipeletPerformanceCounter
public class PipeletPerformanceCounter
combined performance counters for Simple Pipelet measurement. Counters will appear in JMX under "SMILA processing" -> "Simple Pipelet" -> pipeline name -> class name@location. The location could be line number in the BPEL file.
Constructor Summary | |
---|---|
PipeletPerformanceCounter(java.lang.String pipelineName,
java.lang.String className,
java.lang.String location)
|
Method Summary | |
---|---|
protected java.lang.String |
getElementType()
Gets the element type. |
Methods inherited from class org.eclipse.smila.processing.bpel.PipelinePartPerformanceCounter |
---|
getLocation, getPipelineName |
Methods inherited from class org.eclipse.smila.processing.bpel.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 |
---|
public 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. line number in BPEL file.Method Detail |
---|
protected java.lang.String getElementType()
getElementType
in class ProcessingPerformanceCounter
ProcessingPerformanceCounter.getElementType()
|
SMILA (incubation) API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |