Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


com.convergin.wcs.osgi.sf.ssuss7.tdm
Interface BoardMBean


public interface BoardMBean

Method Summary
 void addMtpPcm()
          Add a new element named mtpPcm
 String getClockValue()
           
 List<PcmMBean> getMtpPcmMBean()
          Return the list of the Pcm element
 String getName()
          Gets the value of the name property.
 BigInteger getSlot()
          Gets the value of the slot property.
 void removeMtpPcm(int index)
          Remove an element named mtpPcm by the index
 void setClockValue(String value)
          Set the value of clock
 void setName(String value)
          Sets the value of the name property.
 void setSlot(BigInteger value)
          Sets the value of the slot property.

 

Method Detail

getName

String getName()
Gets the value of the name property.

setName

void setName(String value)
Sets the value of the name property.

getSlot

BigInteger getSlot()
Gets the value of the slot property.

setSlot

void setSlot(BigInteger value)
Sets the value of the slot property.

setClockValue

void setClockValue(String value)
Set the value of clock

getClockValue

String getClockValue()

addMtpPcm

void addMtpPcm()
Add a new element named mtpPcm

removeMtpPcm

void removeMtpPcm(int index)
Remove an element named mtpPcm by the index

getMtpPcmMBean

List<PcmMBean> getMtpPcmMBean()
Return the list of the Pcm element

Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


Copyright © 2013, Oracle and/or its affiliates. All rights reserved.