Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
6.0

E55516-02


oracle.ocsg.plugin.audio_call.sip.management
Interface AudioCallMBean


public interface AudioCallMBean

Field Summary
static boolean chargingAllowed
           
static String fromAddress
           
static String mediaServerJNDI
           
static String routeUri
           

 

Method Summary
 boolean getChargingAllowed()
          Gets the retention duration for status query.
 String getFromAddress()
          Gets the from address.
 String getMediaServerFactoryJNDI()
          Gets the Media Server Factory JNDI.
 int getRetentionDuration()
          Gets the retention duration for the status query.
 String getRouteUri()
          Gets the Route URI.
 void setChargingAllowed(boolean allowed)
          Set the retention duration for the status query.
 void setFromAddress(String fromAddress)
          Sets the from address.
 void setMediaServerFactoryJNDI(String jndi)
          Sets the Media Server Factory JNDI.
 void setRetentionDuration(int duration)
          Sets the retention duration for the status query.
 void setRouteUri(String routeUri)
          Sets the Route URI.

 

Field Detail

chargingAllowed

public static final boolean chargingAllowed
See Also:
Constant Field Values

fromAddress

public static final String fromAddress
See Also:
Constant Field Values

mediaServerJNDI

public static final String mediaServerJNDI
See Also:
Constant Field Values

routeUri

public static final String routeUri
See Also:
Constant Field Values

Method Detail

getChargingAllowed

public boolean getChargingAllowed()
                           throws NotInitializedException,
                                  InvalidTypeException
Gets the retention duration for status query.
Throws:
ManagementException.
NotInitializedException
InvalidTypeException

getFromAddress

public String getFromAddress()
                      throws NotInitializedException,
                             InvalidTypeException
Gets the from address.
Throws:
ManagementException.
NotInitializedException
InvalidTypeException

getMediaServerFactoryJNDI

public String getMediaServerFactoryJNDI()
                                 throws NotInitializedException,
                                        InvalidTypeException
Gets the Media Server Factory JNDI.
Throws:
ManagementException.
NotInitializedException
InvalidTypeException

getRetentionDuration

public int getRetentionDuration()
                         throws NotInitializedException,
                                InvalidTypeException
Gets the retention duration for the status query.
Throws:
ManagementException.
NotInitializedException
InvalidTypeException

getRouteUri

public String getRouteUri()
                   throws NotInitializedException,
                          InvalidTypeException
Gets the Route URI.
Throws:
ManagementException.
NotInitializedException
InvalidTypeException

setChargingAllowed

public void setChargingAllowed(boolean allowed)
                        throws ConfigurationException
Set the retention duration for the status query.
Throws:
ManagementException.
ConfigurationException

setFromAddress

public void setFromAddress(String fromAddress)
                    throws ConfigurationException
Sets the from address.
Throws:
ManagementException.
ConfigurationException

setMediaServerFactoryJNDI

public void setMediaServerFactoryJNDI(String jndi)
                               throws ConfigurationException
Sets the Media Server Factory JNDI.
Throws:
ManagementException.
ConfigurationException

setRetentionDuration

public void setRetentionDuration(int duration)
                          throws ConfigurationException
Sets the retention duration for the status query.
Throws:
ManagementException.
ConfigurationException

setRouteUri

public void setRouteUri(String routeUri)
                 throws ConfigurationException
Sets the Route URI.
Throws:
ManagementException.
ConfigurationException

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.