SMILA (incubation) API documentation

org.eclipse.smila.processing.bpel
Class ProcessingPerformanceCounterAgent

java.lang.Object
  extended by org.eclipse.smila.processing.bpel.ProcessingPerformanceCounterAgent
All Implemented Interfaces:
LocatedManagementAgent, ManagementAgent

public class ProcessingPerformanceCounterAgent
extends java.lang.Object
implements LocatedManagementAgent

The Class ProcessingPerformanceCounterAgent.


Constructor Summary
ProcessingPerformanceCounterAgent()
           
 
Method Summary
 PerformanceCounter getAverageExecutionTime()
          Gets the average execution time.
 ErrorsBuffer getErrorsBuffer()
          Gets the errors buffer.
 PerformanceCounter getFailures()
          Gets the failures.
 PerformanceCounter getInvocations()
          Gets the invocations.
 ManagementAgentLocation getLocation()
          Gets the location.
 void setLocation(ManagementAgentLocation location)
          Sets the location.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessingPerformanceCounterAgent

public ProcessingPerformanceCounterAgent()
Method Detail

getLocation

public ManagementAgentLocation getLocation()
Gets the location.

Specified by:
getLocation in interface LocatedManagementAgent
Returns:
the location
See Also:
LocatedManagementAgent.getLocation()

setLocation

public void setLocation(ManagementAgentLocation location)
Sets the location.

Parameters:
location - the new location

getInvocations

public PerformanceCounter getInvocations()
Gets the invocations.

Returns:
the invocations

getFailures

public PerformanceCounter getFailures()
Gets the failures.

Returns:
the failures

getAverageExecutionTime

public PerformanceCounter getAverageExecutionTime()
Gets the average execution time.

Returns:
the average execution time

getErrorsBuffer

public ErrorsBuffer getErrorsBuffer()
Gets the errors buffer.

Returns:
the errors buffer

SMILA (incubation) API documentation