Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


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


public interface SsuSs7SigtranMBean

Inteface for SsuSs7SigtranMBean

Author:
osnat Ss7SsuSigtranMBean is a root MBean for the SS7 SSU for SIGTRAN configuration. NOTE: this code is autogenerated by createConfigMbeans.pl. Do not change it.

Method Summary
 javax.management.ObjectName createSsuSs7SigtranTarget(java.lang.String newMbeanIndex)
          create a descendant mbean of type SsuSs7SigtranTarget with the given name
 void destroySsuSs7SigtranTarget(java.lang.String delMbeanIndex)
          destroy a descendant mbean of type SsuSs7SigtranTarget with the given name
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 javax.management.ObjectName getKeyBasedDispatch()
          TBD: Add description get the referenced SccpIncomingRoutingRules mbean
 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 getProtocol()
          Specifies the standard to use to encode M3UA messages.
 int getRemoteSystemReconnectDelay()
          TBD: Add description
 java.lang.String getRemoteSystemReconnectFixedDelay()
          TBD: Add description
 int getRemoteSystemReconnectPeriod()
          TBD: Add description
 javax.management.ObjectName getSccp()
          This sub-tab is used to assign local point codes to the different SS7 Signaling Server Unit (SSU) modules of the WCS.
 java.lang.String getSccpCliBuffer()
          TBD: Add description
 int getSlsRange()
          Specifies the sls range used, available ranges: 16, 32, 256
 int getSsuHashExpiredPeriodInSeconds()
          TBD: Add description
 int getSsuHashSearchForExpiredIntervalInSeconds()
          TBD: Add description
 int getSsuJmsConnectionReconnectTime()
          TBD: Add description
 int getSsuJmsHeartbeatFreqInSecDeadState()
          TBD: Add description
 int getSsuJmsHeartbeatFreqInSecLiveState()
          TBD: Add description
 int getSsuJmsHeartbeatResponseExpireTime()
          TBD: Add description
 java.lang.String getSsuJmsInitialContextFactory()
          TBD: Add description
 java.lang.String getSsuJmsQueueConnectionFactory()
          TBD: Add description
 javax.management.ObjectName[] getSsuSs7SigtranTargets()
          return all mbeans of type SsuSs7SigtranTarget that are direct descendants of this mbean
 int getSsuStartupSsuFailoverPeriodInSeconds()
          TBD: Add description
 java.lang.String getStackIp()
          Specifies the IP address of the underlying SS7 stack process
 int getStackPort()
          Specifies the port that the underlying SS7 stack process listens to
 javax.management.ObjectName getStateChangedNotification()
          get the referenced StateChangedNotificationRules mbean
 java.lang.String getVendor()
          Specifies the stack vendor
 java.lang.String getVersion()
          This is an advanced attribute reserved for internal use.
 javax.management.ObjectName lookupSsuSs7SigtranTarget(java.lang.String lookupMBeanIndex)
          return the ObjectName of a specific mbean of type SsuSs7SigtranTarget that is a direct descendant of this mbean
 void setKeyBasedDispatch(javax.management.ObjectName param)
          TBD: Add description set the referenced SccpIncomingRoutingRules mbean
 void setModuleName(java.lang.String param)
          This is an advanced attribute reserved for internal use.
 void setName(java.lang.String param)
          This is an advanced attribute reserved for internal use.
 void setProtocol(java.lang.String param)
          Specifies the standard to use to encode M3UA messages.
 void setRemoteSystemReconnectDelay(int param)
          TBD: Add description
 void setRemoteSystemReconnectFixedDelay(java.lang.String param)
          TBD: Add description
 void setRemoteSystemReconnectPeriod(int param)
          TBD: Add description
 void setSccp(javax.management.ObjectName param)
          This sub-tab is used to assign local point codes to the different SS7 Signaling Server Unit (SSU) modules of the WCS.
 void setSccpCliBuffer(java.lang.String param)
          TBD: Add description
 void setSlsRange(int param)
          Specifies the sls range used, available ranges: 16, 32, 256
 void setSsuHashExpiredPeriodInSeconds(int param)
          TBD: Add description
 void setSsuHashSearchForExpiredIntervalInSeconds(int param)
          TBD: Add description
 void setSsuJmsConnectionReconnectTime(int param)
          TBD: Add description
 void setSsuJmsHeartbeatFreqInSecDeadState(int param)
          TBD: Add description
 void setSsuJmsHeartbeatFreqInSecLiveState(int param)
          TBD: Add description
 void setSsuJmsHeartbeatResponseExpireTime(int param)
          TBD: Add description
 void setSsuJmsInitialContextFactory(java.lang.String param)
          TBD: Add description
 void setSsuJmsQueueConnectionFactory(java.lang.String param)
          TBD: Add description
 void setSsuStartupSsuFailoverPeriodInSeconds(int param)
          TBD: Add description
 void setStackIp(java.lang.String param)
          Specifies the IP address of the underlying SS7 stack process
 void setStackPort(int param)
          Specifies the port that the underlying SS7 stack process listens to
 void setStateChangedNotification(javax.management.ObjectName param)
          set the referenced StateChangedNotificationRules mbean
 void setVendor(java.lang.String param)
          Specifies the stack vendor
 void setVersion(java.lang.String param)
          This is an advanced attribute reserved for internal use.

 

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

setModuleName

void setModuleName(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

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

setVersion

void setVersion(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

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

getKeyBasedDispatch

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

setKeyBasedDispatch

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

getVendor

java.lang.String getVendor()
                           throws java.io.IOException
Specifies the stack vendor
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setVendor

void setVendor(java.lang.String param)
               throws java.io.IOException
Specifies the stack vendor
Parameters:
param -
Throws:
java.io.IOException

getStackIp

java.lang.String getStackIp()
                            throws java.io.IOException
Specifies the IP address of the underlying SS7 stack process
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setStackIp

void setStackIp(java.lang.String param)
                throws java.io.IOException
Specifies the IP address of the underlying SS7 stack process
Parameters:
param -
Throws:
java.io.IOException

getStackPort

int getStackPort()
                 throws java.io.IOException
Specifies the port that the underlying SS7 stack process listens to
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setStackPort

void setStackPort(int param)
                  throws java.io.IOException
Specifies the port that the underlying SS7 stack process listens to
Parameters:
param -
Throws:
java.io.IOException

getProtocol

java.lang.String getProtocol()
                             throws java.io.IOException
Specifies the standard to use to encode M3UA messages. Possible values: - ANSI; - ETSI;
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setProtocol

void setProtocol(java.lang.String param)
                 throws java.io.IOException
Specifies the standard to use to encode M3UA messages. Possible values: - ANSI; - ETSI;
Parameters:
param -
Throws:
java.io.IOException

getSlsRange

int getSlsRange()
                throws java.io.IOException
Specifies the sls range used, available ranges: 16, 32, 256
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setSlsRange

void setSlsRange(int param)
                 throws java.io.IOException
Specifies the sls range used, available ranges: 16, 32, 256
Parameters:
param -
Throws:
java.io.IOException

getSsuHashExpiredPeriodInSeconds

int getSsuHashExpiredPeriodInSeconds()
                                     throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setSsuHashExpiredPeriodInSeconds

void setSsuHashExpiredPeriodInSeconds(int param)
                                      throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

getSsuHashSearchForExpiredIntervalInSeconds

int getSsuHashSearchForExpiredIntervalInSeconds()
                                                throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setSsuHashSearchForExpiredIntervalInSeconds

void setSsuHashSearchForExpiredIntervalInSeconds(int param)
                                                 throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

getSsuStartupSsuFailoverPeriodInSeconds

int getSsuStartupSsuFailoverPeriodInSeconds()
                                            throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setSsuStartupSsuFailoverPeriodInSeconds

void setSsuStartupSsuFailoverPeriodInSeconds(int param)
                                             throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

getSsuJmsConnectionReconnectTime

int getSsuJmsConnectionReconnectTime()
                                     throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setSsuJmsConnectionReconnectTime

void setSsuJmsConnectionReconnectTime(int param)
                                      throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

getSsuJmsHeartbeatResponseExpireTime

int getSsuJmsHeartbeatResponseExpireTime()
                                         throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setSsuJmsHeartbeatResponseExpireTime

void setSsuJmsHeartbeatResponseExpireTime(int param)
                                          throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

getSsuJmsHeartbeatFreqInSecDeadState

int getSsuJmsHeartbeatFreqInSecDeadState()
                                         throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setSsuJmsHeartbeatFreqInSecDeadState

void setSsuJmsHeartbeatFreqInSecDeadState(int param)
                                          throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

getSsuJmsHeartbeatFreqInSecLiveState

int getSsuJmsHeartbeatFreqInSecLiveState()
                                         throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setSsuJmsHeartbeatFreqInSecLiveState

void setSsuJmsHeartbeatFreqInSecLiveState(int param)
                                          throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

getSsuJmsQueueConnectionFactory

java.lang.String getSsuJmsQueueConnectionFactory()
                                                 throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setSsuJmsQueueConnectionFactory

void setSsuJmsQueueConnectionFactory(java.lang.String param)
                                     throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

getSsuJmsInitialContextFactory

java.lang.String getSsuJmsInitialContextFactory()
                                                throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setSsuJmsInitialContextFactory

void setSsuJmsInitialContextFactory(java.lang.String param)
                                    throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

createSsuSs7SigtranTarget

javax.management.ObjectName createSsuSs7SigtranTarget(java.lang.String newMbeanIndex)
                                                      throws java.io.IOException
create a descendant mbean of type SsuSs7SigtranTarget with the given name
Parameters:
newMbeanIndex -
Returns:
ObjectName
Throws:
java.io.IOException

destroySsuSs7SigtranTarget

void destroySsuSs7SigtranTarget(java.lang.String delMbeanIndex)
                                throws java.io.IOException
destroy a descendant mbean of type SsuSs7SigtranTarget with the given name
Parameters:
delMbeanIndex -
Throws:
java.io.IOException

lookupSsuSs7SigtranTarget

javax.management.ObjectName lookupSsuSs7SigtranTarget(java.lang.String lookupMBeanIndex)
return the ObjectName of a specific mbean of type SsuSs7SigtranTarget that is a direct descendant of this mbean
Parameters:
lookupMBeanIndex -
Returns:
ObjectName

getSsuSs7SigtranTargets

javax.management.ObjectName[] getSsuSs7SigtranTargets()
return all mbeans of type SsuSs7SigtranTarget that are direct descendants of this mbean
Returns:
ObjectName[]

getSccp

javax.management.ObjectName getSccp()
                                    throws java.io.IOException
This sub-tab is used to assign local point codes to the different SS7 Signaling Server Unit (SSU) modules of the WCS. get the referenced Sccp mbean
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

setSccp

void setSccp(javax.management.ObjectName param)
             throws java.io.IOException
This sub-tab is used to assign local point codes to the different SS7 Signaling Server Unit (SSU) modules of the WCS. set the referenced Sccp mbean
Parameters:
param -
Throws:
java.io.IOException

getRemoteSystemReconnectDelay

int getRemoteSystemReconnectDelay()
                                  throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setRemoteSystemReconnectDelay

void setRemoteSystemReconnectDelay(int param)
                                   throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

getRemoteSystemReconnectPeriod

int getRemoteSystemReconnectPeriod()
                                   throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setRemoteSystemReconnectPeriod

void setRemoteSystemReconnectPeriod(int param)
                                    throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

getRemoteSystemReconnectFixedDelay

java.lang.String getRemoteSystemReconnectFixedDelay()
                                                    throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setRemoteSystemReconnectFixedDelay

void setRemoteSystemReconnectFixedDelay(java.lang.String param)
                                        throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

getSccpCliBuffer

java.lang.String getSccpCliBuffer()
                                  throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setSccpCliBuffer

void setSccpCliBuffer(java.lang.String param)
                      throws java.io.IOException
TBD: Add description
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.