Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.common.ss7.sigtran.config
Interface SccpMBean


public interface SccpMBean

Inteface for SccpMBean

Author:
osnat 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
 javax.management.ObjectName getGttentity()
          TBD: Add description get the referenced SccpGttEntity mbean
 javax.management.ObjectName getLocalAddressFixedGts()
          TBD: Add description get the referenced SccpLocalAddressFixedGts mbean
 javax.management.ObjectName getLocalAddressSSNs()
          get the referenced SccpLocalAddressSsns mbean
 java.lang.String getLocalNetworkIndicator()
          Specifies the SSU address network type, which is common to all SSU local SCCP addresses.
 javax.management.ObjectName getRemoteAddressDynamicGts()
          TBD: Add description get the referenced SccpRemoteAddressDynamicGts mbean
 javax.management.ObjectName getRemoteAddressFixedGts()
          TBD: Add description get the referenced SccpRemoteAddressFixedGts mbean
 javax.management.ObjectName getRemoteAddressSSNs()
          get the referenced SccpRemoteAddressSsns mbean
 java.lang.String getRemovePcWhenRouteOnGtCalledAddress()
          Specifies whether or not to remove the remote point code from the called party address, when routing is done with Global Title.
 java.lang.String getRemovePcWhenRouteOnGtCallingAddress()
          Specifies whether or not to remove the local SSU point code from the calling party address, when routing is done with Global Title.
 javax.management.ObjectName getSsuSs7Sigtran()
          Returns the MBean parent get accessor to the parent mbean: SsuSs7Sigtran
 void setGttentity(javax.management.ObjectName param)
          TBD: Add description set the referenced SccpGttEntity mbean
 void setLocalAddressFixedGts(javax.management.ObjectName param)
          TBD: Add description set the referenced SccpLocalAddressFixedGts mbean
 void setLocalAddressSSNs(javax.management.ObjectName param)
          set the referenced SccpLocalAddressSsns mbean
 void setLocalNetworkIndicator(java.lang.String param)
          Specifies the SSU address network type, which is common to all SSU local SCCP addresses.
 void setRemoteAddressDynamicGts(javax.management.ObjectName param)
          TBD: Add description set the referenced SccpRemoteAddressDynamicGts mbean
 void setRemoteAddressFixedGts(javax.management.ObjectName param)
          TBD: Add description set the referenced SccpRemoteAddressFixedGts mbean
 void setRemoteAddressSSNs(javax.management.ObjectName param)
          set the referenced SccpRemoteAddressSsns mbean
 void setRemovePcWhenRouteOnGtCalledAddress(java.lang.String param)
          Specifies whether or not to remove the remote point code from the called party address, when routing is done with Global Title.
 void setRemovePcWhenRouteOnGtCallingAddress(java.lang.String param)
          Specifies whether or not to remove the local SSU point code from the calling party address, when routing is done with Global Title.

 

Method Detail

getSsuSs7Sigtran

javax.management.ObjectName getSsuSs7Sigtran()
                                             throws java.io.IOException
Returns the MBean parent get accessor to the parent mbean: SsuSs7Sigtran
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

getLocalNetworkIndicator

java.lang.String getLocalNetworkIndicator()
                                          throws java.io.IOException
Specifies the SSU address network type, which is common to all SSU local SCCP addresses.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setLocalNetworkIndicator

void setLocalNetworkIndicator(java.lang.String param)
                              throws java.io.IOException
Specifies the SSU address network type, which is common to all SSU local SCCP addresses.
Parameters:
param -
Throws:
java.io.IOException

getRemovePcWhenRouteOnGtCalledAddress

java.lang.String getRemovePcWhenRouteOnGtCalledAddress()
                                                       throws java.io.IOException
Specifies whether or not to remove the remote point code from the called party address, when routing is done with Global Title. Possible values: True - remote point code will be removed from the called party address False - remote point code will remain in the called party address
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setRemovePcWhenRouteOnGtCalledAddress

void setRemovePcWhenRouteOnGtCalledAddress(java.lang.String param)
                                           throws java.io.IOException
Specifies whether or not to remove the remote point code from the called party address, when routing is done with Global Title. Possible values: True - remote point code will be removed from the called party address False - remote point code will remain in the called party address
Parameters:
param -
Throws:
java.io.IOException

getRemovePcWhenRouteOnGtCallingAddress

java.lang.String getRemovePcWhenRouteOnGtCallingAddress()
                                                        throws java.io.IOException
Specifies whether or not to remove the local SSU point code from the calling party address, when routing is done with Global Title. Possible values: True - local point code will be removed from the calling party address False - local point code will remain in the calling party address
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setRemovePcWhenRouteOnGtCallingAddress

void setRemovePcWhenRouteOnGtCallingAddress(java.lang.String param)
                                            throws java.io.IOException
Specifies whether or not to remove the local SSU point code from the calling party address, when routing is done with Global Title. Possible values: True - local point code will be removed from the calling party address False - local point code will remain in the calling party address
Parameters:
param -
Throws:
java.io.IOException

getLocalAddressSSNs

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

setLocalAddressSSNs

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

getRemoteAddressSSNs

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

setRemoteAddressSSNs

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

getLocalAddressFixedGts

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

setLocalAddressFixedGts

void setLocalAddressFixedGts(javax.management.ObjectName param)
                             throws java.io.IOException
TBD: Add description set the referenced SccpLocalAddressFixedGts mbean
Parameters:
param -
Throws:
java.io.IOException

getRemoteAddressFixedGts

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

setRemoteAddressFixedGts

void setRemoteAddressFixedGts(javax.management.ObjectName param)
                              throws java.io.IOException
TBD: Add description set the referenced SccpRemoteAddressFixedGts mbean
Parameters:
param -
Throws:
java.io.IOException

getRemoteAddressDynamicGts

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

setRemoteAddressDynamicGts

void setRemoteAddressDynamicGts(javax.management.ObjectName param)
                                throws java.io.IOException
TBD: Add description set the referenced SccpRemoteAddressDynamicGts mbean
Parameters:
param -
Throws:
java.io.IOException

getGttentity

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

setGttentity

void setGttentity(javax.management.ObjectName param)
                  throws java.io.IOException
TBD: Add description set the referenced SccpGttEntity mbean
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.