Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


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


public interface IpRemoteSystemMBean

Inteface for IpRemoteSystemMBean

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 a network entity IP address.
 javax.management.ObjectName getIpRemoteSystems_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: IpRemoteSystems_REFSEP_
 java.lang.String getSecondIP()
          Specifies a network entity alternative IP address.
 java.lang.String getType()
          Specifies the network entity type.
 void setFirstIP(java.lang.String param)
          Specifies a network entity IP address.
 void setSecondIP(java.lang.String param)
          Specifies a network entity alternative IP address.
 void setType(java.lang.String param)
          Specifies the network entity type.

 

Method Detail

getIpRemoteSystems_REFSEP_

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

getType

java.lang.String getType()
                         throws java.io.IOException
Specifies the network entity type. Possible options: - SG: Signaling gateway (reference to SIGTRAN SGW model); - Peer: Peer application server;
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setType

void setType(java.lang.String param)
             throws java.io.IOException
Specifies the network entity type. Possible options: - SG: Signaling gateway (reference to SIGTRAN SGW model); - Peer: Peer application server;
Parameters:
param -
Throws:
java.io.IOException

getFirstIP

java.lang.String getFirstIP()
                            throws java.io.IOException
Specifies a network entity IP address. 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 a network entity IP address. 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 a network entity alternative IP address. This address is used when the address defined in the IP Address 1 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 a network entity alternative IP address. This address is used when the address defined in the IP Address 1 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.