Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
6.0

E55516-02


com.bea.wlcp.wlng.plugin.tpc.sip
Interface TPCMBean


public interface TPCMBean

Runtime MBean to configure the third party call control plug-in.


Field Summary
static boolean chargingAllowed
          Specifies if charging is allowed or not.
static String SIPNodePassword
          Sets the JNDI password used to access the SIP server.
static String SIPNodeUrl
          Specifies the WebLogic SIP Server JNDI URL, for example, t3://127.0.0.1:7002.
static String SIPNodeUsername
          Sets the JNDI user name used to access the SIP server.
static int statusRetentionTime
          Specifies 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 used to access the SIP server.
 String getSIPNodeUrl()
          Gets the SIP server JNDI URL.
 String getSIPNodeUsername()
          Gets the JNDI user name used to access the SIP server.
 int getStatusRetentionTime()
           
 void setChargingAllowed(boolean allowed)
           
 void setSIPNodePassword(String password)
          Sets the JNDI password used to access the SIP server.
 void setSIPNodeUrl(String url)
          Sets the SIP server JNDI URL.
 void setSIPNodeUsername(String username)
          Sets the JNDI user name used to access the SIP server.
 void setStatusRetentionTime(int t)
           

 

Field Detail

chargingAllowed

public static final boolean chargingAllowed
Specifies if charging is allowed or not.
See Also:
Constant Field Values

SIPNodePassword

public static final String SIPNodePassword
Sets the JNDI password used to access the SIP server.
See Also:
Constant Field Values

SIPNodeUrl

public static final String SIPNodeUrl
Specifies the WebLogic SIP Server JNDI URL, for example, t3://127.0.0.1:7002.
See Also:
Constant Field Values

SIPNodeUsername

public static final String SIPNodeUsername
Sets the JNDI user name used to access the SIP server.
See Also:
Constant Field Values

statusRetentionTime

public static final int statusRetentionTime
Specifies the length of time, in minutes, to retain status after the termination of the call.
See Also:
Constant Field Values

Method Detail

getChargingAllowed

public boolean getChargingAllowed()
                           throws ManagementException
Throws:
ManagementException

getSIPNodePassword

public String getSIPNodePassword()
                          throws ManagementException
Gets the JNDI password used to access the SIP server.
Returns:
The currently configured SIP node password.
Throws:
ManagementException

getSIPNodeUrl

public String getSIPNodeUrl()
                     throws ManagementException
Gets the SIP server JNDI URL.
Returns:
The currently configured SIP node URL.
Throws:
ManagementException

getSIPNodeUsername

public String getSIPNodeUsername()
                          throws ManagementException
Gets the JNDI user name used to access the SIP server.
Returns:
The currently configured SIP node name.
Throws:
ManagementException

getStatusRetentionTime

public int getStatusRetentionTime()
                           throws ManagementException
Throws:
ManagementException

setChargingAllowed

public void setChargingAllowed(boolean allowed)
                        throws ManagementException
Throws:
ManagementException

setSIPNodePassword

public void setSIPNodePassword(String password)
                        throws ManagementException
Sets the JNDI password used to access the SIP server.
Parameters:
password - The password.
Throws:
ManagementException

setSIPNodeUrl

public void setSIPNodeUrl(String url)
                   throws ManagementException
Sets the SIP server JNDI URL.
Parameters:
url - SIP server JNDI URL.
Throws:
ManagementException

setSIPNodeUsername

public void setSIPNodeUsername(String username)
                        throws ManagementException
Sets the JNDI user name used to access the SIP server.
Parameters:
username - The user name.
Throws:
ManagementException

setStatusRetentionTime

public void setStatusRetentionTime(int t)
                            throws ManagementException
Throws:
ManagementException

Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
6.0

E55516-02


Copyright © 2008, 2015, Oracle and/or its affiliates. All rights reserved.