Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


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


public interface MtpBoardMBean

Inteface for MtpBoardMBean

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

Method Summary
 javax.management.ObjectName createMtpPcm(java.lang.String newMbeanIndex)
          create a descendant mbean of type MtpPcm with the given name
 void destroyMtpPcm(java.lang.String delMbeanIndex)
          destroy a descendant mbean of type MtpPcm with the given name
 java.lang.String getClock()
          Specifies how the board is synchronized.
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 javax.management.ObjectName getMtpBoards_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: MtpBoards_REFSEP_
 javax.management.ObjectName[] getMtpPcms()
          return all mbeans of type MtpPcm that are direct descendants of this mbean
 int getSlot()
          Specifies an SSU chassis slot number into which the board is plugged
 javax.management.ObjectName lookupMtpPcm(java.lang.String lookupMBeanIndex)
          return the ObjectName of a specific mbean of type MtpPcm that is a direct descendant of this mbean
 void setClock(java.lang.String param)
          Specifies how the board is synchronized.
 void setSlot(int param)
          Specifies an SSU chassis slot number into which the board is plugged

 

Method Detail

getMtpBoards_REFSEP_

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

getSlot

int getSlot()
            throws java.io.IOException
Specifies an SSU chassis slot number into which the board is plugged
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setSlot

void setSlot(int param)
             throws java.io.IOException
Specifies an SSU chassis slot number into which the board is plugged
Parameters:
param -
Throws:
java.io.IOException

getClock

java.lang.String getClock()
                          throws java.io.IOException
Specifies how the board is synchronized. Possible options: Master: The board uses an external clock from one of its link interfaces to drive the bus clock for other boards on the bus. Slave: The board uses the bus clocks, which must be generated by another board on the bus. Internal: The board uses the on-board clock oscillator to drive the bus clock for other boards on the bus.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setClock

void setClock(java.lang.String param)
              throws java.io.IOException
Specifies how the board is synchronized. Possible options: Master: The board uses an external clock from one of its link interfaces to drive the bus clock for other boards on the bus. Slave: The board uses the bus clocks, which must be generated by another board on the bus. Internal: The board uses the on-board clock oscillator to drive the bus clock for other boards on the bus.
Parameters:
param -
Throws:
java.io.IOException

createMtpPcm

javax.management.ObjectName createMtpPcm(java.lang.String newMbeanIndex)
                                         throws java.io.IOException
create a descendant mbean of type MtpPcm with the given name
Parameters:
newMbeanIndex -
Returns:
ObjectName
Throws:
java.io.IOException

destroyMtpPcm

void destroyMtpPcm(java.lang.String delMbeanIndex)
                   throws java.io.IOException
destroy a descendant mbean of type MtpPcm with the given name
Parameters:
delMbeanIndex -
Throws:
java.io.IOException

lookupMtpPcm

javax.management.ObjectName lookupMtpPcm(java.lang.String lookupMBeanIndex)
return the ObjectName of a specific mbean of type MtpPcm that is a direct descendant of this mbean
Parameters:
lookupMBeanIndex -
Returns:
ObjectName

getMtpPcms

javax.management.ObjectName[] getMtpPcms()
return all mbeans of type MtpPcm that are direct descendants of this mbean
Returns:
ObjectName[]

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.