|
Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee 6.1 E38079-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BaseCdrMBean
Gives access to statistics and replay control of CDRs.
| Method Summary | |
|---|---|
long |
computeCdrReplayRatePerSecond()Calculate the CDR replay rate per second. |
void |
deleteCdrByStatus(String status)Delete degraded CDRs from the CDR store based on the status. |
void |
dumpCdrByStatusToFile(String status, String fileName, boolean append)Dump the degraded CDRs with the given status in the store to file. |
void |
dumpCdrByStatusToStdout(String status)Dump the degraded CDRs with the given status in the store to stdout. |
int |
getCdrCountByStatus(String status)Return the number of CDRs in the CDR store which are in the specified status. |
void |
incrementAddedCdrCount()Increment the count of cdrs which were added to the store, since the server start. |
void |
incrementReplayedCdrCount()Increment the count of cdrs which were replayed, since the server start. |
void |
resetAddedCdrCount()Reset the added cdr count to zero. |
void |
resetReplayedCdrCount()Reset the replayed cdr count to zero. |
long |
showAddedCdrCount()getter for added cdr count. |
long |
showReplayedCdrCount()Getter for replayed cdr count. |
void |
startManualReplay()Triggers a manual replay of CDRs. |
void |
stopManualReplay()Stop replay of CDRs. |
| Method Detail |
|---|
void startManualReplay()
void stopManualReplay()
int getCdrCountByStatus(String status)
status - A valid status valuevoid dumpCdrByStatusToStdout(String status)
status - cdr status
void dumpCdrByStatusToFile(String status,
String fileName,
boolean append)
throws IOException
status - cdr statusfileName - file name in the file system - relative path or complete pathappend - should append if the file already existsIOException - evoid deleteCdrByStatus(String status)
status - CDR statusvoid incrementAddedCdrCount()
void incrementReplayedCdrCount()
void resetAddedCdrCount()
void resetReplayedCdrCount()
long computeCdrReplayRatePerSecond()
long showAddedCdrCount()
long showReplayedCdrCount()
|
Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee 6.1 E38079-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||