Methods Summary |
---|
public boolean | clearData()
|
public boolean | deleteRequestIds(java.lang.String[] requestIds)
|
public boolean | disable()
|
public boolean | enable()Enables the DB Access Object. It acquires connection to the database
It creates the required tables in the database. If the tables are present
it will not drop them.
|
public java.util.List | getCallStackInformation(java.lang.String requestId)
|
public java.util.Map | getNumOfRequestsProcessed()Returns the total number of requests processed broken by the table name
|
public java.lang.String | getNumOfRequestsProcessedAsString()Returns no of requests processed as a string
|
public java.util.Map | getPieInformation(java.lang.String requestId)
|
public java.util.List | getRequestInformation()
|
public boolean | insert(TransferObject[] transferObject)
|