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 getIncomingRecords()
          Get the number of incoming records.
 PerformanceCounter getInvocations()
          Gets the invocations.
 ManagementAgentLocation getLocation()
          Gets the location.
 PerformanceCounter getOutgoingRecords()
          Get the number of outgoing records.
 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

getIncomingRecords

public PerformanceCounter getIncomingRecords()
Get the number of incoming records.

Returns:
the number of incoming records

getOutgoingRecords

public PerformanceCounter getOutgoingRecords()
Get the number of outgoing records.

Returns:
the number of outgoing records

SMILA (incubation) API documentation