|
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 CallHandlingMBean
Inteface for CallHandlingMBean
| Method Summary | |
|---|---|
java.lang.String |
getBearerCapability()Specifies the value that IM-SSF sets in the bearerCapability field when invoking trigger message towards the SCP. |
java.lang.String |
getBodyEncodingFormat()Specifies the method that the IM-SSF uses to encode IN parameters in the body of a SAL message. |
java.lang.String |
getDeploymentName()return the Module instance name that this MBean configures |
int |
getDisconnectStatusCode()SAL error response for call denied by SCP |
java.lang.String |
getImssfMediaCapability()Specifies whether or not the underlying network supports IP, SRF or MRF. |
java.lang.String |
getImssfModeOfOperation()Specifies the IM-SSF mode of operation. |
java.lang.String |
getNatureOfNumberOfCalledPartyID()Specifies the NatureOfNumber value of the calledPartyID/collectedAddressInfo fields that IM-SSF sets when invoking a trigger message towards the SCP. |
java.lang.String |
getNatureOfNumberOfCallingPartyID()Specifies the NatureOfNumber value in the CallingPartyID field that IM-SSF sets when invoking trigger message towards the SCP. |
java.lang.String |
getNumberingPlanOfCalledPartyID()Specifies the 'NumberingPlan value of the calledPartyID/collectedAddressInfo fields that IM-SSF sets when invoking a trigger message towards the SCP. |
java.lang.String |
getNumberingPlanOfCallingPartyID()Specifies the NumberingPlan value in the CallingPartyID field that IM-SSF sets when invoking trigger message towards the SCP. |
java.lang.String |
getScreeningIndicatorOfCallingPartyID()Specifies the ScreeningIndicator value in the CallingPartyID field that IM-SSF sets when invoking trigger message towards the SCP. |
java.lang.String |
getSessionCase()Specifies how IM-SSF treats sessions that arrive on the southbound interface, from the OE. |
int |
getTssfDurationInSeconds()Specifies the value, in seconds, of the IM-SSF Tssf timer. |
int |
getTssfUserInteractionDurationInSeconds()Specifies the value, in seconds, of the IM-SSF Tssf timer. |
int |
getUserId()Specifies the value that IM-SSF sets in the userID field when invoking trigger message towards the SCP. |
void |
setBearerCapability(java.lang.String param)Specifies the value that IM-SSF sets in the bearerCapability field when invoking trigger message towards the SCP. |
void |
setBodyEncodingFormat(java.lang.String param)Specifies the method that the IM-SSF uses to encode IN parameters in the body of a SAL message. |
void |
setDisconnectStatusCode(int param)SAL error response for call denied by SCP |
void |
setImssfMediaCapability(java.lang.String param)Specifies whether or not the underlying network supports IP, SRF or MRF. |
void |
setImssfModeOfOperation(java.lang.String param)Specifies the IM-SSF mode of operation. |
void |
setNatureOfNumberOfCalledPartyID(java.lang.String param)Specifies the NatureOfNumber value of the calledPartyID/collectedAddressInfo fields that IM-SSF sets when invoking a trigger message towards the SCP. |
void |
setNatureOfNumberOfCallingPartyID(java.lang.String param)Specifies the NatureOfNumber value in the CallingPartyID field that IM-SSF sets when invoking trigger message towards the SCP. |
void |
setNumberingPlanOfCalledPartyID(java.lang.String param)Specifies the 'NumberingPlan value of the calledPartyID/collectedAddressInfo fields that IM-SSF sets when invoking a trigger message towards the SCP. |
void |
setNumberingPlanOfCallingPartyID(java.lang.String param)Specifies the NumberingPlan value in the CallingPartyID field that IM-SSF sets when invoking trigger message towards the SCP. |
void |
setScreeningIndicatorOfCallingPartyID(java.lang.String param)Specifies the ScreeningIndicator value in the CallingPartyID field that IM-SSF sets when invoking trigger message towards the SCP. |
void |
setSessionCase(java.lang.String param)Specifies how IM-SSF treats sessions that arrive on the southbound interface, from the OE. |
void |
setTssfDurationInSeconds(int param)Specifies the value, in seconds, of the IM-SSF Tssf timer. |
void |
setTssfUserInteractionDurationInSeconds(int param)Specifies the value, in seconds, of the IM-SSF Tssf timer. |
void |
setUserId(int param)Specifies the value that IM-SSF sets in the userID field when invoking trigger message towards the SCP. |
| Method Detail |
|---|
java.lang.String getImssfModeOfOperation()
throws java.io.IOException
java.io.IOException
void setImssfModeOfOperation(java.lang.String param)
throws java.io.IOException
param -java.io.IOException
java.lang.String getSessionCase()
throws java.io.IOException
java.io.IOException
void setSessionCase(java.lang.String param)
throws java.io.IOException
param -java.io.IOException
int getTssfDurationInSeconds()
throws java.io.IOException
java.io.IOException
void setTssfDurationInSeconds(int param)
throws java.io.IOException
param -java.io.IOException
int getTssfUserInteractionDurationInSeconds()
throws java.io.IOException
java.io.IOException
void setTssfUserInteractionDurationInSeconds(int param)
throws java.io.IOException
param -java.io.IOException
java.lang.String getImssfMediaCapability()
throws java.io.IOException
java.io.IOException
void setImssfMediaCapability(java.lang.String param)
throws java.io.IOException
param -java.io.IOException
java.lang.String getBodyEncodingFormat()
throws java.io.IOException
java.io.IOException
void setBodyEncodingFormat(java.lang.String param)
throws java.io.IOException
param -java.io.IOException
java.lang.String getNatureOfNumberOfCalledPartyID()
throws java.io.IOException
java.io.IOException
void setNatureOfNumberOfCalledPartyID(java.lang.String param)
throws java.io.IOException
param -java.io.IOException
java.lang.String getNumberingPlanOfCalledPartyID()
throws java.io.IOException
java.io.IOException
void setNumberingPlanOfCalledPartyID(java.lang.String param)
throws java.io.IOException
param -java.io.IOException
java.lang.String getNatureOfNumberOfCallingPartyID()
throws java.io.IOException
java.io.IOException
void setNatureOfNumberOfCallingPartyID(java.lang.String param)
throws java.io.IOException
param -java.io.IOException
java.lang.String getNumberingPlanOfCallingPartyID()
throws java.io.IOException
java.io.IOException
void setNumberingPlanOfCallingPartyID(java.lang.String param)
throws java.io.IOException
param -java.io.IOException
java.lang.String getScreeningIndicatorOfCallingPartyID()
throws java.io.IOException
java.io.IOException
void setScreeningIndicatorOfCallingPartyID(java.lang.String param)
throws java.io.IOException
param -java.io.IOException
int getUserId()
throws java.io.IOException
java.io.IOException
void setUserId(int param)
throws java.io.IOException
param -java.io.IOException
int getDisconnectStatusCode()
throws java.io.IOException
java.io.IOException
void setDisconnectStatusCode(int param)
throws java.io.IOException
param -java.io.IOException
java.lang.String getBearerCapability()
throws java.io.IOException
java.io.IOException
void setBearerCapability(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 | ||||||||