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 DomainGroupMBean


public interface DomainGroupMBean

Method Summary
 void addDomain()
          Add a new element named domain
 List<DomainMBean> getDomainMBean()
          Return the list of the Domain element
 String getGroupName()
          Gets the value of the groupName property.
 String getName()
          Gets the value of the name property.
 void removeDomain(int index)
          Remove an element named domain by the index
 void setGroupName(String value)
          Sets the value of the groupName property.
 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.

getGroupName

String getGroupName()
Gets the value of the groupName property.

setGroupName

void setGroupName(String value)
Sets the value of the groupName property.

addDomain

void addDomain()
Add a new element named domain

removeDomain

void removeDomain(int index)
Remove an element named domain by the index

getDomainMBean

List<DomainMBean> getDomainMBean()
Return the list of the Domain 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.