FileDocCategorySizeDatePackage
OldDomainMBean.javaAPI DocGlassfish v2 API4701Fri May 04 22:23:48 BST 2007com.sun.enterprise.management.support.oldconfig

OldDomainMBean

public interface OldDomainMBean implements OldProperties
Implementing class was: com.sun.enterprise.admin.mbeans.DomainMBean

Fields Summary
Constructors Summary
Methods Summary
public javax.management.ObjectNamecreateApplications(javax.management.AttributeList attribute_list)

public javax.management.ObjectNamecreateClusters(javax.management.AttributeList attribute_list)

public javax.management.ObjectNamecreateConfigs(javax.management.AttributeList attribute_list)

public javax.management.ObjectNamecreateLbConfigurations(javax.management.AttributeList attribute_list)

public javax.management.ObjectNamecreateLoadbalancers(javax.management.AttributeList attribute_list)

public javax.management.ObjectNamecreateNodeControllers(javax.management.AttributeList attribute_list)

public javax.management.ObjectNamecreateResources(javax.management.AttributeList attribute_list)

public javax.management.ObjectNamecreateServers(javax.management.AttributeList attribute_list)

public booleandestroyConfigElement()

public java.lang.StringgetApplicationRoot()

public javax.management.ObjectNamegetApplications()

public javax.management.ObjectNamegetClusters()

public java.lang.StringgetConfigDir()

public javax.management.ObjectNamegetConfigs()

public java.lang.StringgetDefaultAttributeValue(java.lang.String attributeName)

public javax.management.AttributeListgetDefaultAttributeValues(java.lang.String param1, java.lang.String[] param2)

public javax.management.AttributeListgetDefaultCustomProperties(java.lang.String param1, javax.management.AttributeList param2)

public javax.management.ObjectNamegetLbConfigurations()

public javax.management.ObjectNamegetLoadbalancers()

public java.lang.StringgetLocale()

public java.lang.StringgetLogRoot()

public javax.management.ObjectNamegetNodeControllers()

public javax.management.ObjectNamegetResources()

public javax.management.ObjectNamegetServers()

public booleanisAutoStartEnabled()

public booleanisAutoStartSupported()

public voidremoveApplications()

public voidremoveClusters()

public voidremoveConfigs()

public voidremoveLbConfigurations()

public voidremoveLoadbalancers()

public voidremoveNodeControllers()

public voidremoveResources()

public voidremoveServers()

public java.lang.StringresolveTokens(java.lang.String value, java.lang.String instanceName)

public voidsetApplicationRoot(java.lang.String value)

public voidsetAutoStartEnabled(boolean param1)

public voidsetLocale(java.lang.String value)

public voidsetLogRoot(java.lang.String value)