Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


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


public interface IpLocalSystemMBean

Inteface for IpLocalSystemMBean

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 getFirstIP()
          Specifies an SSU IP.
 javax.management.ObjectName getIpLocalSystems_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: IpLocalSystems_REFSEP_
 int getRoutingContext()
          Specifies a unique identifier that logically identifies a local system when communicating with a traditional SS7 network through a signaling gateway.
 java.lang.String getSecondIP()
          Specifies an alternative SSU IP address.
 java.lang.String getSs7Mode()
          Specifies an SS7 signaling mode that determines the type of SS7 traffic.
 java.lang.String getTrafficMode()
          Specifies the traffic mode in which SSUs operate.
 void setFirstIP(java.lang.String param)
          Specifies an SSU IP.
 void setRoutingContext(int param)
          Specifies a unique identifier that logically identifies a local system when communicating with a traditional SS7 network through a signaling gateway.
 void setSecondIP(java.lang.String param)
          Specifies an alternative SSU IP address.
 void setSs7Mode(java.lang.String param)
          Specifies an SS7 signaling mode that determines the type of SS7 traffic.
 void setTrafficMode(java.lang.String param)
          Specifies the traffic mode in which SSUs operate.

 

Method Detail

getIpLocalSystems_REFSEP_

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

getRoutingContext

int getRoutingContext()
                      throws java.io.IOException
Specifies a unique identifier that logically identifies a local system when communicating with a traditional SS7 network through a signaling gateway. Routing Context can be set to any value between 0 and 2147483647.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setRoutingContext

void setRoutingContext(int param)
                       throws java.io.IOException
Specifies a unique identifier that logically identifies a local system when communicating with a traditional SS7 network through a signaling gateway. Routing Context can be set to any value between 0 and 2147483647.
Parameters:
param -
Throws:
java.io.IOException

getSs7Mode

java.lang.String getSs7Mode()
                            throws java.io.IOException
Specifies an SS7 signaling mode that determines the type of SS7 traffic. Possible options: - ITU14: ITU operation with 14 bit Point Code; - ITU16: ITU operation with 16 bit Point Code; - ITU24: ITU operation with 24 bit Point Code; - ANSI: ANSI operation with 24 bit Point Code;
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setSs7Mode

void setSs7Mode(java.lang.String param)
                throws java.io.IOException
Specifies an SS7 signaling mode that determines the type of SS7 traffic. Possible options: - ITU14: ITU operation with 14 bit Point Code; - ITU16: ITU operation with 16 bit Point Code; - ITU24: ITU operation with 24 bit Point Code; - ANSI: ANSI operation with 24 bit Point Code;
Parameters:
param -
Throws:
java.io.IOException

getTrafficMode

java.lang.String getTrafficMode()
                                throws java.io.IOException
Specifies the traffic mode in which SSUs operate. Possible options: - Loadshare (LS): SSU shares traffic distribution with any other currently active SSUs; - Broadcast (BC): SSU receives the same messages as any other currently active SSUs; - Override (OR): SSU takes over all traffic in Service Broker (that is, primary/backup operation) overriding any currently active SSUs in Service Broker;
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setTrafficMode

void setTrafficMode(java.lang.String param)
                    throws java.io.IOException
Specifies the traffic mode in which SSUs operate. Possible options: - Loadshare (LS): SSU shares traffic distribution with any other currently active SSUs; - Broadcast (BC): SSU receives the same messages as any other currently active SSUs; - Override (OR): SSU takes over all traffic in Service Broker (that is, primary/backup operation) overriding any currently active SSUs in Service Broker;
Parameters:
param -
Throws:
java.io.IOException

getFirstIP

java.lang.String getFirstIP()
                            throws java.io.IOException
Specifies an SSU IP. The IP address must have the following format: n.n.n.n
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setFirstIP

void setFirstIP(java.lang.String param)
                throws java.io.IOException
Specifies an SSU IP. The IP address must have the following format: n.n.n.n
Parameters:
param -
Throws:
java.io.IOException

getSecondIP

java.lang.String getSecondIP()
                             throws java.io.IOException
Specifies an alternative SSU IP address. This address is used when the address defined in the IP Address1 parameter is unreachable. The IP address must have the following format: n.n.n.n.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setSecondIP

void setSecondIP(java.lang.String param)
                 throws java.io.IOException
Specifies an alternative SSU IP address. This address is used when the address defined in the IP Address1 parameter is unreachable. The IP address must have the following format: n.n.n.n.
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.