Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.common.sip.config
Interface SipSsuMBean


public interface SipSsuMBean

Inteface for SipSsuMBean

Author:
osnat SsuSipBean is a root MBean for the SIP connectivity configuration. NOTE: this code is autogenerated by createConfigMbeans.pl. Do not change it.

Method Summary
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 java.lang.String getGloballyRoutableUri()
          Specifies a URI that the SIP SSU automatically inserts into Contact and Route-Set headers when communicating with network elements.
 java.lang.String getModulename()
          This is an advanced attribute reserved for internal use.
 java.lang.String getName()
          This is an advanced attribute reserved for internal use.
 java.lang.String getSessionIDOverride()
          Specifies if SessionID override is enabled.
 javax.management.ObjectName getSipIncomingRoutingRules()
          TBD: Add description get the referenced SipIncomingRoutingRules mbean
 javax.management.ObjectName getSipNetworkEntities()
          TBD: Add description get the referenced SipNetworkEntities mbean
 javax.management.ObjectName getStateChangedNotification()
          get the referenced StateChangedNotificationRules mbean
 java.lang.String getVersion()
          This is an advanced attribute reserved for internal use.
 void setGloballyRoutableUri(java.lang.String param)
          Specifies a URI that the SIP SSU automatically inserts into Contact and Route-Set headers when communicating with network elements.
 void setName(java.lang.String param)
          This is an advanced attribute reserved for internal use.
 void setSessionIDOverride(java.lang.String param)
          Specifies if SessionID override is enabled.
 void setStateChangedNotification(javax.management.ObjectName param)
          set the referenced StateChangedNotificationRules mbean

 

Method Detail

getModulename

java.lang.String getModulename()
                               throws java.io.IOException
This is an advanced attribute reserved for internal use. Do NOT change this attribute.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

getVersion

java.lang.String getVersion()
                            throws java.io.IOException
This is an advanced attribute reserved for internal use. Do NOT change this attribute.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

getName

java.lang.String getName()
                         throws java.io.IOException
This is an advanced attribute reserved for internal use. Do NOT change this attribute.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setName

void setName(java.lang.String param)
             throws java.io.IOException
This is an advanced attribute reserved for internal use. Do NOT change this attribute.
Parameters:
param -
Throws:
java.io.IOException

getStateChangedNotification

javax.management.ObjectName getStateChangedNotification()
                                                        throws java.io.IOException
get the referenced StateChangedNotificationRules mbean
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

setStateChangedNotification

void setStateChangedNotification(javax.management.ObjectName param)
                                 throws java.io.IOException
set the referenced StateChangedNotificationRules mbean
Parameters:
param -
Throws:
java.io.IOException

getGloballyRoutableUri

java.lang.String getGloballyRoutableUri()
                                        throws java.io.IOException
Specifies a URI that the SIP SSU automatically inserts into Contact and Route-Set headers when communicating with network elements.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setGloballyRoutableUri

void setGloballyRoutableUri(java.lang.String param)
                            throws java.io.IOException
Specifies a URI that the SIP SSU automatically inserts into Contact and Route-Set headers when communicating with network elements.
Parameters:
param -
Throws:
java.io.IOException

getSessionIDOverride

java.lang.String getSessionIDOverride()
                                      throws java.io.IOException
Specifies if SessionID override is enabled.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setSessionIDOverride

void setSessionIDOverride(java.lang.String param)
                          throws java.io.IOException
Specifies if SessionID override is enabled.
Parameters:
param -
Throws:
java.io.IOException

getSipIncomingRoutingRules

javax.management.ObjectName getSipIncomingRoutingRules()
                                                       throws java.io.IOException
TBD: Add description get the referenced SipIncomingRoutingRules mbean
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

getSipNetworkEntities

javax.management.ObjectName getSipNetworkEntities()
                                                  throws java.io.IOException
TBD: Add description get the referenced SipNetworkEntities mbean
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

getDeploymentName

java.lang.String getDeploymentName()
return the Module instance name that this MBean configures
Returns:
String

Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


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