|
Oracle Communications Services Gatekeeper OAM Java API Reference 6.0 E55516-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Runtime MBean used to configure the third party call control plug-in.
Field Summary | |
static boolean |
chargingAllowed Specifies if charging is allowed or not, meaning that the charging parameter is allowed to be present in a request from an application. |
static String |
controllerURI Specifies the Controller SIP URI that is used to establish the third party call. |
static int |
DEFAULT_TIMER_INTERVAL |
static boolean |
initialEmptySDP If the initial SDP to the first callleg should be empty. |
static String |
ISCRouteURI Specifies the IMS service control route URI. |
static int |
maximumCallLength Specifies the maximum call duration allowed, in minutes. |
static int |
statusRetentionTime Specifies the length of time, in minutes, to retain status after the termination of the call. |
Method Summary | |
boolean |
getChargingAllowed() Returns true if charging is allowed. |
String |
getControllerURI() Gets the Controller URI |
int |
getEraseTimerInterval() Gets the Erase TimerInterval. |
boolean |
getInitialEmptySDP() If this is true the first call leg will use no SDP (empty SDP). |
String |
getISCRouteURI() Gets the ISC RouteURI |
int |
getMaximumCallLength() Gets the maximum length of a call. |
int |
getStatusRetentionTime() Gets the status Retention Time. |
void |
setChargingAllowed(boolean allowed) If true, charging is allowed. |
void |
setControllerURI(String name) Sets the Controller URI |
void |
setEraseTimerInterval(int interval) Sets the Erase TimerInterval. |
void |
setInitialEmptySDP(boolean pInitialEmptySDP) If this is true the first call leg will use no SDP (empty SDP). |
void |
setISCRouteURI(String s) Sets the ISC RouteURI |
void |
setMaximumCallLength(int minutes) Sets the maximum call length. |
void |
setStatusRetentionTime(int t) Sets the status Retention Time. |
Field Detail |
public static final boolean chargingAllowed
Scope: Cluster
public static final String controllerURI
Scope: Cluster
public static final int DEFAULT_TIMER_INTERVAL
public static final boolean initialEmptySDP
Scope: Cluster
public static final String ISCRouteURI
Scope: Cluster
public static final int maximumCallLength
Scope: Cluster
public static final int statusRetentionTime
Scope: Cluster
Method Detail |
public boolean getChargingAllowed() throws ManagementException
Scope: Cluster
ManagementException.
ManagementException
public String getControllerURI() throws ManagementException
Scope: Cluster
ManagementException.
ManagementException
public int getEraseTimerInterval() throws ManagementException
Scope: Cluster
ManagementException.
ManagementException
public boolean getInitialEmptySDP() throws ManagementException
Scope: Cluster
ManagementException
public String getISCRouteURI() throws ManagementException
Scope: Cluster
ManagementException.
ManagementException
public int getMaximumCallLength() throws ManagementException
Scope: Cluster
ManagementException
public int getStatusRetentionTime() throws ManagementException
Scope: Cluster
ManagementException.
ManagementException
public void setChargingAllowed(boolean allowed) throws ManagementException
Scope: Cluster
allowed
- True if charging is allowed.ManagementException.
ManagementException
public void setControllerURI(String name) throws ManagementException
Scope: Cluster
name
- The controller URL.ManagementException.
ManagementException
public void setEraseTimerInterval(int interval) throws ManagementException
Scope: Cluster
interval
- time in seconds.ManagementException.
ManagementException
public void setInitialEmptySDP(boolean pInitialEmptySDP) throws ManagementException
Scope: Cluster
ManagementException
public void setISCRouteURI(String s) throws ManagementException
Scope: Cluster
s
- Sets the ISC route URIManagementException
public void setMaximumCallLength(int minutes) throws ManagementException
Scope: Cluster
minutes
- Max length of call in minutes.ManagementException.
ManagementException
public void setStatusRetentionTime(int t) throws ManagementException
Scope: Cluster
t
- Time the status will be retained, in seconds.ManagementException.
ManagementException
|
Oracle Communications Services Gatekeeper OAM Java API Reference 6.0 E55516-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |