Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


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


public interface MtpPcmMBean

Inteface for MtpPcmMBean

Author:
osnat NOTE: this code is autogenerated by createConfigMbeans.pl. Do not change it.

Method Summary
 java.lang.String getCode()
          Specifies the line encoding format.
 java.lang.String getCRC()
          Specifies the CRC mode of operation.
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 java.lang.String getFrame()
          Specifies the framing format.
 javax.management.ObjectName getMtpBoard_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: MtpBoard_REFSEP_
 int getPort()
          Specifies a port number of the SS7 board into which the PCM is plugged.
 java.lang.String getType()
          Specifies the type of the PCM hardware.
 void setCode(java.lang.String param)
          Specifies the line encoding format.
 void setCRC(java.lang.String param)
          Specifies the CRC mode of operation.
 void setFrame(java.lang.String param)
          Specifies the framing format.
 void setPort(int param)
          Specifies a port number of the SS7 board into which the PCM is plugged.
 void setType(java.lang.String param)
          Specifies the type of the PCM hardware.

 

Method Detail

getMtpBoard_REFSEP_

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

getType

java.lang.String getType()
                         throws java.io.IOException
Specifies the type of the PCM hardware. Possible values: DISABLED; E1-75ohm; E1-120ohm; T1; E1-75/120 ohm.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setType

void setType(java.lang.String param)
             throws java.io.IOException
Specifies the type of the PCM hardware. Possible values: DISABLED; E1-75ohm; E1-120ohm; T1; E1-75/120 ohm.
Parameters:
param -
Throws:
java.io.IOException

getCRC

java.lang.String getCRC()
                        throws java.io.IOException
Specifies the CRC mode of operation. Possible values: DISABLED; CRC4; CRC4 compatibility mode; CRC6 enabled.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setCRC

void setCRC(java.lang.String param)
            throws java.io.IOException
Specifies the CRC mode of operation. Possible values: DISABLED; CRC4; CRC4 compatibility mode; CRC6 enabled.
Parameters:
param -
Throws:
java.io.IOException

getCode

java.lang.String getCode()
                         throws java.io.IOException
Specifies the line encoding format. Possible values: HDB3 (E1 only); AMI with no zero code; AMI with zero code (T1 only); B8ZS (T1 only). NOTE: Code must match the Type parameter, for example, if the code/frame value is E1 only, then type should be E1.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setCode

void setCode(java.lang.String param)
             throws java.io.IOException
Specifies the line encoding format. Possible values: HDB3 (E1 only); AMI with no zero code; AMI with zero code (T1 only); B8ZS (T1 only). NOTE: Code must match the Type parameter, for example, if the code/frame value is E1 only, then type should be E1.
Parameters:
param -
Throws:
java.io.IOException

getFrame

java.lang.String getFrame()
                          throws java.io.IOException
Specifies the framing format. Possible values: E1 double frame; E1 CRC4 multi-frame; D3/D4 (T1 only); ESF (T1 only) NOTE: Frame must match the Type parameter, for example, if the code/frame value is E1 only, then type should be E1.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setFrame

void setFrame(java.lang.String param)
              throws java.io.IOException
Specifies the framing format. Possible values: E1 double frame; E1 CRC4 multi-frame; D3/D4 (T1 only); ESF (T1 only) NOTE: Frame must match the Type parameter, for example, if the code/frame value is E1 only, then type should be E1.
Parameters:
param -
Throws:
java.io.IOException

getPort

int getPort()
            throws java.io.IOException
Specifies a port number of the SS7 board into which the PCM is plugged. Possible values: 0;1;2;3;
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setPort

void setPort(int param)
             throws java.io.IOException
Specifies a port number of the SS7 board into which the PCM is plugged. Possible values: 0;1;2;3;
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.