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 Mtp3MBean


public interface Mtp3MBean

Method Summary
 void addMtpBoards()
          Add a new element named mtpBoards
 BigInteger getLocalPointCode()
          Gets the value of the localPointCode property.
 List<BoardsMBean> getMtpBoardsMBean()
          Return the list of the Boards element
 LinksetsMBean getMtpLinkSetsMBean()
          Return the value of the Linksets element
 RoutesetsMBean getMtpRouteSetsMBean()
          Return the value of the Routesets element
 String getName()
          Gets the value of the name property.
 void removeMtpBoards(int index)
          Remove an element named mtpBoards by the index
 void setLocalPointCode(BigInteger value)
          Sets the value of the localPointCode property.
 void setMtpLinkSetsMBean(LinksetsMBean val)
          Set the value of the Linksets element
 void setMtpRouteSetsMBean(RoutesetsMBean val)
          Set the value of the Routesets element
 void setName(String value)
          Sets the value of the name 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.

getLocalPointCode

BigInteger getLocalPointCode()
Gets the value of the localPointCode property.

setLocalPointCode

void setLocalPointCode(BigInteger value)
Sets the value of the localPointCode property.

addMtpBoards

void addMtpBoards()
Add a new element named mtpBoards

removeMtpBoards

void removeMtpBoards(int index)
Remove an element named mtpBoards by the index

getMtpBoardsMBean

List<BoardsMBean> getMtpBoardsMBean()
Return the list of the Boards element

getMtpLinkSetsMBean

LinksetsMBean getMtpLinkSetsMBean()
Return the value of the Linksets element

setMtpLinkSetsMBean

void setMtpLinkSetsMBean(LinksetsMBean val)
Set the value of the Linksets element

getMtpRouteSetsMBean

RoutesetsMBean getMtpRouteSetsMBean()
Return the value of the Routesets element

setMtpRouteSetsMBean

void setMtpRouteSetsMBean(RoutesetsMBean val)
Set the value of the Routesets 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.