|
Oracle Communications Services Gatekeeper OAM Java API Reference 5.0 E21718-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Runtime MBean to configure the third party call control plugin.
Field Summary | |
static boolean |
chargingAllowed Specifies if charging is allowed or not |
static String |
controllerURI Specifies the third party call controller URI |
static int |
DEFAULT_TIMER_INTERVAL |
static String |
ISCRouteURI Specifies the IMS service control route URI |
static int |
maximumCallLength Specifies the maxium call duration allowed in minutes Format: int |
static int |
statusRetentionTime Specifies the length of time in minutes to retain status after the termination of the call |
Method Summary | |
boolean |
getChargingAllowed() Get boolean value to allow charging or not. |
String |
getControllerURI() Get Controller URI |
int |
getEraseTimerInterval() Get Erase TimerInterval. |
String |
getISCRouteURI() Get ISC RouteURI |
int |
getMaximumCallLength() Get Max long time of call. |
int |
getStatusRetentionTime() Get status Retention Time. |
void |
setChargingAllowed(boolean allowed) Set boolean value to allow charging or not. |
void |
setControllerURI(String name) Set Controller URI |
void |
setEraseTimerInterval(int interval) Set Erase TimerInterval. |
void |
setISCRouteURI(String s) Set ISC RouteURI |
void |
setMaximumCallLength(int minutes) Set Max long time of call. |
void |
setStatusRetentionTime(int t) Set status Retention Time. |
Field Detail |
public static final boolean chargingAllowed
public static final String controllerURI
public static final int DEFAULT_TIMER_INTERVAL
public static final String ISCRouteURI
public static final int maximumCallLength
public static final int statusRetentionTime
Method Detail |
public boolean getChargingAllowed() throws ManagementException
ManagementException,if
- get ChargingAllowed failed, throw ManagementExceptionManagementException
public String getControllerURI() throws ManagementException
ManagementException,if
- Get Controller URI failed, throw ManagementExceptionManagementException
public int getEraseTimerInterval() throws ManagementException
ManagementException,if
- get EraseTimerInterval failed, throw ManagementExceptionManagementException
public String getISCRouteURI() throws ManagementException
ManagementException
public int getMaximumCallLength() throws ManagementException
ManagementException,if
- get MaximumCallLength failed, throw ManagementExceptionManagementException
public int getStatusRetentionTime() throws ManagementException
ManagementException,
- if get retention Time failed, throw ManagementExceptionManagementException
public void setChargingAllowed(boolean allowed) throws ManagementException
allowed
- value true express allowedManagementException,
- if set ChargingAllowed failed, throw ManagementExceptionManagementException
public void setControllerURI(String name) throws ManagementException
name
- of the Controller's URIManagementException,if
- Set Controller URI failed, throw ManagementExceptionManagementException
public void setEraseTimerInterval(int interval) throws ManagementException
interval
- time, unit is second.ManagementException,if
- set EraseTimerInterval failed, throw ManagementExceptionManagementException
public void setISCRouteURI(String s) throws ManagementException
s
- use s to set ISC route URIManagementException,if
- set ISCRoute URI failed, throw ManagementExceptionManagementException
public void setMaximumCallLength(int minutes) throws ManagementException
minutes
- Max length of call alivedManagementException,if
- set MaximumCallLength failed, throw ManagementExceptionManagementException
public void setStatusRetentionTime(int t) throws ManagementException
t
- status will remain t secondsManagementException,if
- set retention Time failed, throw ManagementExceptionManagementException
|
Oracle Communications Services Gatekeeper OAM Java API Reference 5.0 E21718-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |