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 DomainMBean


public interface DomainMBean

Method Summary
 String getDomainName()
          Gets the value of the domainName property.
 String getName()
          Gets the value of the name property.
 BigInteger getWeight()
          Gets the value of the weight property.
 void setDomainName(String value)
          Sets the value of the domainName property.
 void setName(String value)
          Sets the value of the name property.
 void setWeight(BigInteger value)
          Sets the value of the weight 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.

getDomainName

String getDomainName()
Gets the value of the domainName property.

setDomainName

void setDomainName(String value)
Sets the value of the domainName property.

getWeight

BigInteger getWeight()
Gets the value of the weight property.

setWeight

void setWeight(BigInteger value)
Sets the value of the weight property.

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.