|
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 SipMBean
Inteface for SipMBean
Method Summary | |
---|---|
java.lang.String |
getDeploymentName() return the Module instance name that this MBean configures |
int |
getMaxCallDurationTimeoutIntervalInMinutes() Specifies the maximum duration of established calls which are measured from OK to BYE. |
int |
getT2TimeoutIntervalSeconds() Specifies a maximum retransmission interval for non-INVITE requests and INVITE responses. |
int |
getT7TimeoutIntervalSeconds() Specifies the time period in seconds during which the IM-ASF SIP waits for the first SIP provisional response (except for 100) after sending an INVITE request. |
int |
getT9TimeoutIntervalSeconds() Specifies the time period in seconds during which the IM-ASF SIP waits for an OK response or any call release response (for example, ERROR) after sending an INVITE request. |
void |
setMaxCallDurationTimeoutIntervalInMinutes(int param) Specifies the maximum duration of established calls which are measured from OK to BYE. |
void |
setT2TimeoutIntervalSeconds(int param) Specifies a maximum retransmission interval for non-INVITE requests and INVITE responses. |
void |
setT7TimeoutIntervalSeconds(int param) Specifies the time period in seconds during which the IM-ASF SIP waits for the first SIP provisional response (except for 100) after sending an INVITE request. |
void |
setT9TimeoutIntervalSeconds(int param) Specifies the time period in seconds during which the IM-ASF SIP waits for an OK response or any call release response (for example, ERROR) after sending an INVITE request. |
Method Detail |
---|
int getT2TimeoutIntervalSeconds() throws java.io.IOException
java.io.IOException
void setT2TimeoutIntervalSeconds(int param) throws java.io.IOException
param
-java.io.IOException
int getT7TimeoutIntervalSeconds() throws java.io.IOException
java.io.IOException
void setT7TimeoutIntervalSeconds(int param) throws java.io.IOException
param
-java.io.IOException
int getT9TimeoutIntervalSeconds() throws java.io.IOException
java.io.IOException
void setT9TimeoutIntervalSeconds(int param) throws java.io.IOException
param
-java.io.IOException
int getMaxCallDurationTimeoutIntervalInMinutes() throws java.io.IOException
java.io.IOException
void setMaxCallDurationTimeoutIntervalInMinutes(int param) throws java.io.IOException
param
-java.io.IOException
java.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 |