|
Oracle Corporation | |||||||||||
| 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 ManagementException
ManagementException
public String getControllerURI()
throws ManagementException
ManagementException,if - Get Controller URI failed, throw ManagementException
ManagementException
public int getEraseTimerInterval()
throws ManagementException
ManagementException,if - get EraseTimerInterval failed, throw ManagementException
ManagementException
public String getISCRouteURI()
throws ManagementException
ManagementException
public int getMaximumCallLength()
throws ManagementException
ManagementException,if - get MaximumCallLength failed, throw ManagementException
ManagementException
public int getStatusRetentionTime()
throws ManagementException
ManagementException, - if get retention Time failed, throw ManagementException
ManagementException
public void setChargingAllowed(boolean allowed)
throws ManagementException
allowed - value true express allowed
ManagementException, - if set ChargingAllowed failed, throw ManagementException
ManagementException
public void setControllerURI(String name)
throws ManagementException
name - of the Controller's URI
ManagementException,if - Set Controller URI failed, throw ManagementException
ManagementException
public void setEraseTimerInterval(int interval)
throws ManagementException
interval - time, unit is second.
ManagementException,if - set EraseTimerInterval failed, throw ManagementException
ManagementException
public void setISCRouteURI(String s)
throws ManagementException
s - use s to set ISC route URI
ManagementException,if - set ISCRoute URI failed, throw ManagementException
ManagementException
public void setMaximumCallLength(int minutes)
throws ManagementException
ManagementException,if - set MaximumCallLength failed, throw ManagementException
ManagementException
public void setStatusRetentionTime(int t)
throws ManagementException
t - status will remain t seconds
ManagementException,if - set retention Time failed, throw ManagementException
ManagementException
|
Oracle Corporation | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||