Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.common.framework.ssuconfig
Interface DomainMBean


public interface DomainMBean

Inteface for DomainMBean

Author:
osnat NOTE: this code is autogenerated by createConfigMbeans.pl. Do not change it.

Method Summary
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 javax.management.ObjectName getDomainGroup_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: DomainGroup_REFSEP_
 java.lang.String getDomainName()
          Specifies a unique name of a domain group
 int getWeight()
          Specifies the weight of this target domain
 void setDomainName(java.lang.String param)
          Specifies a unique name of a domain group
 void setWeight(int param)
          Specifies the weight of this target domain

 

Method Detail

getDomainGroup_REFSEP_

javax.management.ObjectName getDomainGroup_REFSEP_()
                                                   throws java.io.IOException
Returns the MBean parent get accessor to the parent mbean: DomainGroup_REFSEP_
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

getDomainName

java.lang.String getDomainName()
                               throws java.io.IOException
Specifies a unique name of a domain group
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setDomainName

void setDomainName(java.lang.String param)
                   throws java.io.IOException
Specifies a unique name of a domain group
Parameters:
param -
Throws:
java.io.IOException

getWeight

int getWeight()
              throws java.io.IOException
Specifies the weight of this target domain
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setWeight

void setWeight(int param)
               throws java.io.IOException
Specifies the weight of this target domain
Parameters:
param -
Throws:
java.io.IOException

getDeploymentName

java.lang.String getDeploymentName()
return the Module instance name that this MBean configures
Returns:
String

Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


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