Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imrasf.config
Interface NetworkEntityMBean


public interface NetworkEntityMBean

Inteface for NetworkEntityMBean

Author:
osnat NetworkEntityMBean enables you to define the SIP Network Entity that R-IM-ASF SIP interacts with. NOTE: this code is autogenerated by createConfigMbeans.pl. Do not change it.

Method Summary
 java.lang.String getAddSelfRoute()
          Specifies if outgoing sessions are intended to be routed back to Service Broker.
 java.lang.String getAsAddress()
          Specifies the address in the SIP URL format of the SIP network entity to which RIM-ASF SIP module instance is connected.
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 void setAddSelfRoute(java.lang.String param)
          Specifies if outgoing sessions are intended to be routed back to Service Broker.
 void setAsAddress(java.lang.String param)
          Specifies the address in the SIP URL format of the SIP network entity to which RIM-ASF SIP module instance is connected.

 

Method Detail

getAsAddress

java.lang.String getAsAddress()
                              throws java.io.IOException
Specifies the address in the SIP URL format of the SIP network entity to which RIM-ASF SIP module instance is connected. Select the alias of an address that is already defined the sip-addresses parameter of the SIP SSU.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setAsAddress

void setAsAddress(java.lang.String param)
                  throws java.io.IOException
Specifies the address in the SIP URL format of the SIP network entity to which RIM-ASF SIP module instance is connected. Select the alias of an address that is already defined the sip-addresses parameter of the SIP SSU.
Parameters:
param -
Throws:
java.io.IOException

getAddSelfRoute

java.lang.String getAddSelfRoute()
                                 throws java.io.IOException
Specifies if outgoing sessions are intended to be routed back to Service Broker. When set to True, IM-ASF adds its own address to the Route header of the outgoing SIP request.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setAddSelfRoute

void setAddSelfRoute(java.lang.String param)
                     throws java.io.IOException
Specifies if outgoing sessions are intended to be routed back to Service Broker. When set to True, IM-ASF adds its own address to the Route header of the outgoing SIP request.
Parameters:
param -
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.