Java Client API Reference 6.0.2.61

com.baan.b3.boi1
Class IBackend.Statistics

java.lang.Object
  |
  +--com.baan.b3.boi1.IBackend.Statistics
Enclosing class:
IBackend

public static class IBackend.Statistics
extends java.lang.Object

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

Total

public int Total
Total calls handled by the Backend.

Function

public int Function
Number of function calls (Function Model) handled by the Backend.

Query

public int Query
Number of Query calls (Data Model) handled by the Backend.

Update

public int Update
Number of Update calls (Data Model) handled by the Backend.

Control

public int Control
Number of Control messages handled by the Backend.

BusErrors

public int BusErrors
Number of BusErrors returned by the Backend.

ApplicationErrors

public int ApplicationErrors
Number of Application Errors returned by the Backend.

FatalErrors

public int FatalErrors
Number of Fatal Errors returned by the Backend.

ProcessingTime

public long ProcessingTime
Number of milliseconds spend in processing requests.

RunningTime

public long RunningTime
Number of milliseconds the backend is running.
Constructor Detail

IBackend.Statistics

public IBackend.Statistics()
Method Detail

getTotal

public int getTotal()
Get total calls handled by the Backend.

getFunction

public int getFunction()
Get number of function calls (Function Model) handled by the Backend.

getQuery

public int getQuery()
Get number of Query calls (Data Model) handled by the Backend.

getUpdate

public int getUpdate()
Get number of Update calls (Data Model) handled by the Backend.

getControl

public int getControl()
Get number of Control messages handled by the Backend.

getBusErrors

public int getBusErrors()
Get number of BusErrors returned by the Backend.

getApplicationErrors

public int getApplicationErrors()
Get number of Application Errors returned by the Backend.

getFatalErrors

public int getFatalErrors()
Get number of Fatal Errors returned by the Backend.

getProcessingTime

public long getProcessingTime()
Get Number of milliseconds spend in processing requests.

getRunningTime

public long getRunningTime()
Get Number of milliseconds the backend is running.

Java Client API Reference 6.0.2.61

Visit the SSA Global website for more information.