Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
5.0

E21718-01


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()
          Get the retention duration for status query
 String getFromAddress()
          Get the from address
 String getMediaServerFactoryJNDI()
          Get the Media Server Factory JNDI
 int getRetentionDuration()
          Get the retention duration for status query
 String getRouteUri()
          Get the Route URI
 void setChargingAllowed(boolean allowed)
          Set the retention duration for status query
 void setFromAddress(String fromAddress)
          Set the from address
 void setMediaServerFactoryJNDI(String jndi)
          Set the Media Server Factory JNDI
 void setRetentionDuration(int duration)
          Set the retention duration for status query
 void setRouteUri(String routeUri)
          Set 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
Get the retention duration for status query
Throws:
ManagementException
NotInitializedException
InvalidTypeException

getFromAddress

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

getMediaServerFactoryJNDI

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

getRetentionDuration

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

getRouteUri

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

setChargingAllowed

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

setFromAddress

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

setMediaServerFactoryJNDI

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

setRetentionDuration

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

setRouteUri

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

Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
5.0

E21718-01


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