|
Oracle Communications Service Broker Module MBean Java API Reference Release 6.0 E26174-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DegradedModeMBean
Inteface for DegradedModeMBean
| Method Summary | |
|---|---|
java.lang.String |
getCDRMode()Specifies how CDR should be written: ALWAYS - means that CDR will be written always, HISTORY - means that CDR will be written on failure with all message of that call and NORMAL - means CDR will be written on failure only for event after failure (including.) |
java.lang.String |
getCDRWriterImpl()Specifies what is the implementation that will be used to written CDRs, String identifying string name, should be in a fragment jar of imocf. |
java.lang.String |
getCDRWriterService()Specifies what is the CDR writer service that the CDR writer implementation will use, if not specified NULL will be passed. |
java.lang.String |
getDegradedModeErrorCodes()Error codes to trigger degraded mode as comma separated values, for example '5012,5023', can be left empty |
int |
getDegradedModeTimer()Specifies the time in MS for which the module will wait for reply from OCF before setting the user to degraded mode. |
java.lang.String |
getDeploymentName()return the Module instance name that this MBean configures |
java.lang.String |
getExternalProtocol()Specifies the external protocol for the Local-OCF (e.g. |
java.lang.String |
getLocalOCFAlias()Specifies the target of the local ocf, this should match the alias configured in the outbound routing and will be set in the destianation realm. |
java.lang.String |
getOnOcfFailure()Specifies module behavior on OCF Failure: ALWAYS_REFUSE - Degraded mode is disabled (do not write records), refuse to grant service. |
void |
setCDRMode(java.lang.String param)Specifies how CDR should be written: ALWAYS - means that CDR will be written always, HISTORY - means that CDR will be written on failure with all message of that call and NORMAL - means CDR will be written on failure only for event after failure (including.) |
void |
setCDRWriterImpl(java.lang.String param)Specifies what is the implementation that will be used to written CDRs, String identifying string name, should be in a fragment jar of imocf. |
void |
setCDRWriterService(java.lang.String param)Specifies what is the CDR writer service that the CDR writer implementation will use, if not specified NULL will be passed. |
void |
setDegradedModeErrorCodes(java.lang.String param)Error codes to trigger degraded mode as comma separated values, for example '5012,5023', can be left empty |
void |
setDegradedModeTimer(int param)Specifies the time in MS for which the module will wait for reply from OCF before setting the user to degraded mode. |
void |
setExternalProtocol(java.lang.String param)Specifies the external protocol for the Local-OCF (e.g. |
void |
setLocalOCFAlias(java.lang.String param)Specifies the target of the local ocf, this should match the alias configured in the outbound routing and will be set in the destianation realm. |
void |
setOnOcfFailure(java.lang.String param)Specifies module behavior on OCF Failure: ALWAYS_REFUSE - Degraded mode is disabled (do not write records), refuse to grant service. |
| Method Detail |
|---|
java.lang.String getOnOcfFailure()
throws java.io.IOException
java.io.IOException
void setOnOcfFailure(java.lang.String param)
throws java.io.IOException
param -java.io.IOException
java.lang.String getCDRMode()
throws java.io.IOException
java.io.IOException
void setCDRMode(java.lang.String param)
throws java.io.IOException
param -java.io.IOException
java.lang.String getCDRWriterImpl()
throws java.io.IOException
java.io.IOException
void setCDRWriterImpl(java.lang.String param)
throws java.io.IOException
param -java.io.IOException
java.lang.String getCDRWriterService()
throws java.io.IOException
java.io.IOException
void setCDRWriterService(java.lang.String param)
throws java.io.IOException
param -java.io.IOException
int getDegradedModeTimer()
throws java.io.IOException
java.io.IOException
void setDegradedModeTimer(int param)
throws java.io.IOException
param -java.io.IOException
java.lang.String getLocalOCFAlias()
throws java.io.IOException
java.io.IOException
void setLocalOCFAlias(java.lang.String param)
throws java.io.IOException
param -java.io.IOException
java.lang.String getExternalProtocol()
throws java.io.IOException
java.io.IOException
void setExternalProtocol(java.lang.String param)
throws java.io.IOException
param -java.io.IOException
java.lang.String getDegradedModeErrorCodes()
throws java.io.IOException
java.io.IOException
void setDegradedModeErrorCodes(java.lang.String param)
throws java.io.IOException
param -java.io.IOExceptionjava.lang.String getDeploymentName()
|
Oracle Communications Service Broker Module MBean Java API Reference Release 6.0 E26174-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||