Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


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


public interface SctpAssociationMBean

Inteface for SctpAssociationMBean

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
 int getLocalPort()
          Specifies an SCTP port on the local system side.
 int getRemotePort()
          Specifies an SCTP port on the remote system side
 javax.management.ObjectName getRemoteSide()
          Specifies an entity on the associations network side.
 javax.management.ObjectName getSctpAssociations_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: SctpAssociations_REFSEP_
 java.lang.String getSide()
          Specifies the mode in which the local side operates.
 java.lang.String getType()
          Specifies the SIGTRAN mode.
 void setLocalPort(int param)
          Specifies an SCTP port on the local system side.
 void setRemotePort(int param)
          Specifies an SCTP port on the remote system side
 void setRemoteSide(javax.management.ObjectName param)
          Specifies an entity on the associations network side.
 void setSide(java.lang.String param)
          Specifies the mode in which the local side operates.
 void setType(java.lang.String param)
          Specifies the SIGTRAN mode.

 

Method Detail

getSctpAssociations_REFSEP_

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

getSide

java.lang.String getSide()
                         throws java.io.IOException
Specifies the mode in which the local side operates. Possible options: - Client; - Server; Setting this parameter requires coordination with the application on the remote side.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setSide

void setSide(java.lang.String param)
             throws java.io.IOException
Specifies the mode in which the local side operates. Possible options: - Client; - Server; Setting this parameter requires coordination with the application on the remote side.
Parameters:
param -
Throws:
java.io.IOException

getType

java.lang.String getType()
                         throws java.io.IOException
Specifies the SIGTRAN mode. Set this parameter to M3UA.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setType

void setType(java.lang.String param)
             throws java.io.IOException
Specifies the SIGTRAN mode. Set this parameter to M3UA.
Parameters:
param -
Throws:
java.io.IOException

getLocalPort

int getLocalPort()
                 throws java.io.IOException
Specifies an SCTP port on the local system side.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setLocalPort

void setLocalPort(int param)
                  throws java.io.IOException
Specifies an SCTP port on the local system side.
Parameters:
param -
Throws:
java.io.IOException

getRemoteSide

javax.management.ObjectName getRemoteSide()
                                          throws java.io.IOException
Specifies an entity on the associations network side. Select one of the remote systems that you have previously defined on the Remote Systems subtab in the Connectivity section. get the referenced IpRemoteSystem mbean
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

setRemoteSide

void setRemoteSide(javax.management.ObjectName param)
                   throws java.io.IOException
Specifies an entity on the associations network side. Select one of the remote systems that you have previously defined on the Remote Systems subtab in the Connectivity section. set the referenced IpRemoteSystem mbean
Parameters:
param -
Throws:
java.io.IOException

getRemotePort

int getRemotePort()
                  throws java.io.IOException
Specifies an SCTP port on the remote system side
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setRemotePort

void setRemotePort(int param)
                   throws java.io.IOException
Specifies an SCTP port on the remote system side
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.