|
Java Client API Reference 6.0.2.61 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.baan.b3.boi1.IBackend.Statistics
Structure containing the statistics of the Backend.
| Field Summary | |
int |
ApplicationErrors
Number of Application Errors returned by the Backend. |
int |
BusErrors
Number of BusErrors returned by the Backend. |
int |
Control
Number of Control messages handled by the Backend. |
int |
FatalErrors
Number of Fatal Errors returned by the Backend. |
int |
Function
Number of function calls (Function Model) handled by the Backend. |
long |
ProcessingTime
Number of milliseconds spend in processing requests. |
int |
Query
Number of Query calls (Data Model) handled by the Backend. |
long |
RunningTime
Number of milliseconds the backend is running. |
int |
Total
Total calls handled by the Backend. |
int |
Update
Number of Update calls (Data Model) handled by the Backend. |
| Constructor Summary | |
IBackend.Statistics()
|
|
| Method Summary | |
int |
getApplicationErrors()
Get number of Application Errors returned by the Backend. |
int |
getBusErrors()
Get number of BusErrors returned by the Backend. |
int |
getControl()
Get number of Control messages handled by the Backend. |
int |
getFatalErrors()
Get number of Fatal Errors returned by the Backend. |
int |
getFunction()
Get number of function calls (Function Model) handled by the Backend. |
long |
getProcessingTime()
Get Number of milliseconds spend in processing requests. |
int |
getQuery()
Get number of Query calls (Data Model) handled by the Backend. |
long |
getRunningTime()
Get Number of milliseconds the backend is running. |
int |
getTotal()
Get total calls handled by the Backend. |
int |
getUpdate()
Get number of Update calls (Data Model) handled by the Backend. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int Total
public int Function
public int Query
public int Update
public int Control
public int BusErrors
public int ApplicationErrors
public int FatalErrors
public long ProcessingTime
public long RunningTime
| Constructor Detail |
public IBackend.Statistics()
| Method Detail |
public int getTotal()
public int getFunction()
public int getQuery()
public int getUpdate()
public int getControl()
public int getBusErrors()
public int getApplicationErrors()
public int getFatalErrors()
public long getProcessingTime()
public long getRunningTime()
|
Java Client API Reference 6.0.2.61 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||