|
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 |
SIPNodePassword Sets the JNDI password to access the SIP server. |
static String |
SIPNodeUrl Specifies the WebLogic SIP Server JNDI URL, e.g. |
static String |
SIPNodeUsername Sets the JNDI user name to access the SIP server. |
static int |
statusRetentionTime Specified the length of time in minutes to retain status after the termination of the call |
Method Summary | |
boolean |
getChargingAllowed() |
String |
getSIPNodePassword() Gets the JNDI password to access the SIP server. |
String |
getSIPNodeUrl() Gets the SIP server JNDI URL. |
String |
getSIPNodeUsername() Gets the JNDI user name to access the SIP server. |
int |
getStatusRetentionTime() |
void |
setChargingAllowed(boolean allowed) |
void |
setSIPNodePassword(String password) Sets the JNDI password to access the SIP server. |
void |
setSIPNodeUrl(String url) Sets the SIP server JNDI URL. |
void |
setSIPNodeUsername(String username) Sets the JNDI user name to access the SIP server. |
void |
setStatusRetentionTime(int t) |
Field Detail |
public static final boolean chargingAllowed
public static final String SIPNodePassword
public static final String SIPNodeUrl
public static final String SIPNodeUsername
public static final int statusRetentionTime
Method Detail |
public boolean getChargingAllowed() throws ManagementException
ManagementException
public String getSIPNodePassword() throws ManagementException
ManagementException
public String getSIPNodeUrl() throws ManagementException
ManagementException
public String getSIPNodeUsername() throws ManagementException
ManagementException
public int getStatusRetentionTime() throws ManagementException
ManagementException
public void setChargingAllowed(boolean allowed) throws ManagementException
ManagementException
public void setSIPNodePassword(String password) throws ManagementException
password
- the password.ManagementException
public void setSIPNodeUrl(String url) throws ManagementException
url
- SIP server JNDI URLManagementException
public void setSIPNodeUsername(String username) throws ManagementException
username
- the user name.ManagementException
public void setStatusRetentionTime(int t) throws ManagementException
ManagementException
|
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 |