Skip navigation links

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

E38079-01


com.convergin.wcs.osgi.framework.ssu.impl
Interface DomainGroupsMBean


public interface DomainGroupsMBean

Method Summary
 void addDomainGroup()
          Add a new element named domainGroup
 List<DomainGroupMBean> getDomainGroupMBean()
          Return the list of the DomainGroup element
 String getName()
          Gets the value of the name property.
 void removeDomainGroup(int index)
          Remove an element named domainGroup by the index
 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.

addDomainGroup

void addDomainGroup()
Add a new element named domainGroup

removeDomainGroup

void removeDomainGroup(int index)
Remove an element named domainGroup by the index

getDomainGroupMBean

List<DomainGroupMBean> getDomainGroupMBean()
Return the list of the DomainGroup 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.