Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


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


public interface SccpGttEntityMBean

Inteface for SccpGttEntityMBean

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
 java.lang.String getOperationMode()
          Specifies the mode in which the primary and secondary remote point codes operate.
 int getPrimaryPointCode()
          Specifies a primary remote point code that performs GTT
 javax.management.ObjectName getSccp()
          Returns the MBean parent get accessor to the parent mbean: Sccp
 int getSecondaryPointCode()
          Specifies an alternative remote point code that performs GTT
 void setOperationMode(java.lang.String param)
          Specifies the mode in which the primary and secondary remote point codes operate.
 void setPrimaryPointCode(int param)
          Specifies a primary remote point code that performs GTT
 void setSecondaryPointCode(int param)
          Specifies an alternative remote point code that performs GTT

 

Method Detail

getSccp

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

getPrimaryPointCode

int getPrimaryPointCode()
                        throws java.io.IOException
Specifies a primary remote point code that performs GTT
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setPrimaryPointCode

void setPrimaryPointCode(int param)
                         throws java.io.IOException
Specifies a primary remote point code that performs GTT
Parameters:
param -
Throws:
java.io.IOException

getSecondaryPointCode

int getSecondaryPointCode()
                          throws java.io.IOException
Specifies an alternative remote point code that performs GTT
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setSecondaryPointCode

void setSecondaryPointCode(int param)
                           throws java.io.IOException
Specifies an alternative remote point code that performs GTT
Parameters:
param -
Throws:
java.io.IOException

getOperationMode

java.lang.String getOperationMode()
                                  throws java.io.IOException
Specifies the mode in which the primary and secondary remote point codes operate. The following options are available: - LS (Load Sharing): the SSU sends messages to both primary and secondary point codes in a load sharing mode. - PS (Primary/Secondary): the SSU sends messages to the primary point code. If the primary point code is not available, the SSU routes messages to the secondary point code.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setOperationMode

void setOperationMode(java.lang.String param)
                      throws java.io.IOException
Specifies the mode in which the primary and secondary remote point codes operate. The following options are available: - LS (Load Sharing): the SSU sends messages to both primary and secondary point codes in a load sharing mode. - PS (Primary/Secondary): the SSU sends messages to the primary point code. If the primary point code is not available, the SSU routes messages to the secondary point code.
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.