|
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 DegradedModeMBean
Degraded mode mbean - gives access to statistics and replay control.
Method Summary | |
---|---|
boolean |
checkIfSystemInDegradedMode() Is system in degraded mode. |
Long |
getDegradedModeEntryTimeForUser(String userId) Return the time since the user has pending CDRs. |
int |
getPendingCdrCountForUser(String userId) Return the number of CDRs in the CDR store which are in PN status for the given user. |
boolean |
isUserInDegradedMode(String userId) Is user in degraded mode. |
void |
markSystemStatusAsDegraded(boolean shouldDegrade) This operation will take the system in to degraded mode or out of degraded made. |
Methods inherited from interface oracle.ocsb.app.rcc.service.dmode.mbean.BaseCdrMBean |
---|
computeCdrReplayRatePerSecond, deleteCdrByStatus, dumpCdrByStatusToFile, dumpCdrByStatusToStdout, getCdrCountByStatus, incrementAddedCdrCount, incrementReplayedCdrCount, resetAddedCdrCount, resetReplayedCdrCount, showAddedCdrCount, showReplayedCdrCount, startManualReplay, stopManualReplay |
Method Detail |
---|
void markSystemStatusAsDegraded(boolean shouldDegrade)
shouldDegrade
- if true, take the system to degraded mode. If false, take the system out of degraded modeint getPendingCdrCountForUser(String userId)
userId
- user idboolean checkIfSystemInDegradedMode()
boolean isUserInDegradedMode(String userId)
userId
- user idLong getDegradedModeEntryTimeForUser(String userId)
userId
- user id
|
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 |