Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


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


public interface MtpLinkMBean

Inteface for MtpLinkMBean

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 getMtp2ecm()
          Specifies the MTP2 error correction mode.
 javax.management.ObjectName getMtpLinkset_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: MtpLinkset_REFSEP_
 javax.management.ObjectName getMtpPcm()
          Specifies a physical PCM cable with which a link is associated.
 java.lang.String getOperationmode()
          Specifies the rate on which the link operates.
 int getSlc()
          Specifies a unique identifier (signaling link code) of the link in the linkset.
 int getTimeslot()
          Specifies the PCMs time slot used for a signaling link.
 void setMtp2ecm(java.lang.String param)
          Specifies the MTP2 error correction mode.
 void setMtpPcm(javax.management.ObjectName param)
          Specifies a physical PCM cable with which a link is associated.
 void setOperationmode(java.lang.String param)
          Specifies the rate on which the link operates.
 void setSlc(int param)
          Specifies a unique identifier (signaling link code) of the link in the linkset.
 void setTimeslot(int param)
          Specifies the PCMs time slot used for a signaling link.

 

Method Detail

getMtpLinkset_REFSEP_

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

getMtpPcm

javax.management.ObjectName getMtpPcm()
                                      throws java.io.IOException
Specifies a physical PCM cable with which a link is associated. You can select one of the PCMs that you have previously defined on the PCM subtab. get the referenced MtpPcm mbean
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

setMtpPcm

void setMtpPcm(javax.management.ObjectName param)
               throws java.io.IOException
Specifies a physical PCM cable with which a link is associated. You can select one of the PCMs that you have previously defined on the PCM subtab. set the referenced MtpPcm mbean
Parameters:
param -
Throws:
java.io.IOException

getTimeslot

int getTimeslot()
                throws java.io.IOException
Specifies the PCMs time slot used for a signaling link. The value that you can select depends on the protocol you use: E1: any value from 1 to 31; T1: any value from 1 to 24.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setTimeslot

void setTimeslot(int param)
                 throws java.io.IOException
Specifies the PCMs time slot used for a signaling link. The value that you can select depends on the protocol you use: E1: any value from 1 to 31; T1: any value from 1 to 24.
Parameters:
param -
Throws:
java.io.IOException

getSlc

int getSlc()
           throws java.io.IOException
Specifies a unique identifier (signaling link code) of the link in the linkset. The value must be unique within the link set. Signaling Link Code can be set to any value from 0 to 15.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setSlc

void setSlc(int param)
            throws java.io.IOException
Specifies a unique identifier (signaling link code) of the link in the linkset. The value must be unique within the link set. Signaling Link Code can be set to any value from 0 to 15.
Parameters:
param -
Throws:
java.io.IOException

getOperationmode

java.lang.String getOperationmode()
                                  throws java.io.IOException
Specifies the rate on which the link operates. Possible values: 56 kbits/s; 64 kbits/s.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setOperationmode

void setOperationmode(java.lang.String param)
                      throws java.io.IOException
Specifies the rate on which the link operates. Possible values: 56 kbits/s; 64 kbits/s.
Parameters:
param -
Throws:
java.io.IOException

getMtp2ecm

java.lang.String getMtp2ecm()
                            throws java.io.IOException
Specifies the MTP2 error correction mode. Possible values: - PCR: Preventive Cyclic Retransmission; - BMEC: Basic Method of Error Correction;
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setMtp2ecm

void setMtp2ecm(java.lang.String param)
                throws java.io.IOException
Specifies the MTP2 error correction mode. Possible values: - PCR: Preventive Cyclic Retransmission; - BMEC: Basic Method of Error Correction;
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.