|
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.ProcessingPerformanceCounterAgent
public class ProcessingPerformanceCounterAgent
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 |
|---|
public ProcessingPerformanceCounterAgent()
| Method Detail |
|---|
public ManagementAgentLocation getLocation()
getLocation in interface LocatedManagementAgentLocatedManagementAgent.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()
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||