Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.common.ss7.tdm.config
Interface SsuSs7TdmMBean


public interface SsuSs7TdmMBean

Inteface for SsuSs7TdmMBean

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

Method Summary
 javax.management.ObjectName createSsuSs7TdmTarget(java.lang.String newMbeanIndex)
          create a descendant mbean of type SsuSs7TdmTarget with the given name
 void destroySsuSs7TdmTarget(java.lang.String delMbeanIndex)
          destroy a descendant mbean of type SsuSs7TdmTarget with the given name
 java.lang.String getBoardType()
          Specifies the board density.
 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 getMtp3routsettest()
          Specifies whether or not the MTP RouteSetTest message must be sent when an RPC becomes unavailable.
 java.lang.String getMtp3rpo()
          Specifies the method of handling the Remote Processor Outage (RPO).
 java.lang.String getMtp3userpart()
          TBD: Add description
 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.
 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.
 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[] getSsuSs7TdmTargets()
          return all mbeans of type SsuSs7TdmTarget 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 lookupSsuSs7TdmTarget(java.lang.String lookupMBeanIndex)
          return the ObjectName of a specific mbean of type SsuSs7TdmTarget that is a direct descendant of this mbean
 void setBoardType(java.lang.String param)
          Specifies the board density.
 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 setMtp3routsettest(java.lang.String param)
          Specifies whether or not the MTP RouteSetTest message must be sent when an RPC becomes unavailable.
 void setMtp3rpo(java.lang.String param)
          Specifies the method of handling the Remote Processor Outage (RPO).
 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 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 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

getMtp3rpo

java.lang.String getMtp3rpo()
                            throws java.io.IOException
Specifies the method of handling the Remote Processor Outage (RPO). Possible values: Yes: Upon RPO, put the link in the Out of Service mode and select an alternative link. No: Upon RPO, activate a timer first. Only if the failure remains by the time that the timer expires, move the link to the Out of Service mode and select an alternative link. The messages pulled up during time activation are discarded.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setMtp3rpo

void setMtp3rpo(java.lang.String param)
                throws java.io.IOException
Specifies the method of handling the Remote Processor Outage (RPO). Possible values: Yes: Upon RPO, put the link in the Out of Service mode and select an alternative link. No: Upon RPO, activate a timer first. Only if the failure remains by the time that the timer expires, move the link to the Out of Service mode and select an alternative link. The messages pulled up during time activation are discarded.
Parameters:
param -
Throws:
java.io.IOException

getMtp3routsettest

java.lang.String getMtp3routsettest()
                                    throws java.io.IOException
Specifies whether or not the MTP RouteSetTest message must be sent when an RPC becomes unavailable. Possible values: Yes;No (enable;disable RouteSetTest)
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setMtp3routsettest

void setMtp3routsettest(java.lang.String param)
                        throws java.io.IOException
Specifies whether or not the MTP RouteSetTest message must be sent when an RPC becomes unavailable. Possible values: Yes;No (enable;disable RouteSetTest)
Parameters:
param -
Throws:
java.io.IOException

getMtp3userpart

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

getBoardType

java.lang.String getBoardType()
                              throws java.io.IOException
Specifies the board density. Possible values: High;Low (density)
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setBoardType

void setBoardType(java.lang.String param)
                  throws java.io.IOException
Specifies the board density. Possible values: High;Low (density)
Parameters:
param -
Throws:
java.io.IOException

createSsuSs7TdmTarget

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

destroySsuSs7TdmTarget

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

lookupSsuSs7TdmTarget

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

getSsuSs7TdmTargets

javax.management.ObjectName[] getSsuSs7TdmTargets()
return all mbeans of type SsuSs7TdmTarget 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

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.