Methods Summary |
---|
public void | addClusteringSupportUsingProfile(java.lang.String profile)Adds a cluster management support for this domain. Implementation should
make sure that the support does not already exist. Necessary changes are
made to the configuration of the domain. These changes include but are not
limited to:
- Provision of Pluggable Feature Factory that supports clusters
- Provision of appropriate MBeanServer Builder
- Provision of a template configuration
The behavior of the existing domain should remain unchanged as far as
the deployed application, resources, any other user customizations and
configuration are concerned. It should only add a cluster support. Some
change in the DAS's (domain's runtime incarnation) is permissible.
|
public java.lang.String | getConfigDir()
|
public javax.management.AttributeList | getDefaultAttributeValues(java.lang.String mbeanTypeName, java.lang.String[] attrNames)
|
public javax.management.AttributeList | getDefaultCustomProperties(java.lang.String mbeanTypeName, javax.management.AttributeList attributeList)
|
public java.lang.String | getName()Returns the name of this domain.
|