public class ProcessingPerformanceCounterAgent extends java.lang.Object implements LocatedManagementAgent
Constructor and Description |
---|
ProcessingPerformanceCounterAgent() |
Modifier and Type | Method and Description |
---|---|
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.
|
public ManagementAgentLocation getLocation()
getLocation
in interface LocatedManagementAgent
LocatedManagementAgent.getLocation()
public void setLocation(ManagementAgentLocation location)
location
- the new locationpublic PerformanceCounter getInvocations()
public PerformanceCounter getFailures()
public PerformanceCounter getAverageExecutionTime()
public ErrorsBuffer getErrorsBuffer()
public PerformanceCounter getIncomingRecords()
public PerformanceCounter getOutgoingRecords()