org.glassfish.admin.amx.intf.config
Interface Domain

All Superinterfaces:
AMX_SPI, AMXConfigProxy, AMXProxy, AttributeResolver, ConfigElement, PropertiesAccess, Singleton, SystemPropertiesAccess

Deprecated.

@AMXMBeanMetadata
@Deprecated
public interface Domain
extends Singleton, ConfigElement, PropertiesAccess, SystemPropertiesAccess


Method Summary
 List getAllDefinedSystemApplications()
          Deprecated.  
 List getAllReferenceContainers()
          Deprecated.  
 List getAllReferencedTargetsForApplication(String param1)
          Deprecated.  
 List getAllTargets()
          Deprecated.  
 AmxPref getAmxPref()
          Deprecated.  
 ApplicationRef getApplicationRefInServer(String param1, String param2)
          Deprecated.  
 ApplicationRef getApplicationRefInTarget(String param1, String param2)
          Deprecated.  
 ApplicationRef getApplicationRefInTarget(String param1, String param2, boolean param3)
          Deprecated.  
 Map<String,ApplicationRef> getApplicationRefsInServer(String param1)
          Deprecated.  
 Map<String,ApplicationRef> getApplicationRefsInTarget(String param1)
          Deprecated.  
 String getApplicationRoot()
          Deprecated.  
 Applications getApplications()
          Deprecated.  
 Map<String,Applications> getApplicationsInTarget(String param1)
          Deprecated.  
 Cluster getClusterForInstance(String param1)
          Deprecated.  
 Cluster getClusterNamed(String param1)
          Deprecated.  
 Clusters getClusters()
          Deprecated.  
 Map<String,Cluster> getClustersOnNode(String param1)
          Deprecated.  
 Config getConfigNamed(String param1)
          Deprecated.  
 Configs getConfigs()
          Deprecated.  
 String getEnabledForApplication(String param1, String param2)
          Deprecated.  
 List getInstancesOnNode(String param1)
          Deprecated.  
 LbConfigs getLbConfigs()
          Deprecated.  
 LoadBalancers getLoadBalancers()
          Deprecated.  
 String getLocale()
          Deprecated.  
 String getLogRoot()
          Deprecated.  
 NodeAgents getNodeAgents()
          Deprecated.  
 Node getNodeNamed(String param1)
          Deprecated.  
 Nodes getNodes()
          Deprecated.  
 Map<String,RefContainer> getReferenceContainersOf(Config param1)
          Deprecated.  
 Resources getResources()
          Deprecated.  
 SecureAdmin getSecureAdmin()
          Deprecated.  
 Server getServerNamed(String param1)
          Deprecated.  
 Servers getServers()
          Deprecated.  
 Map<String,Server> getServersInTarget(String param1)
          Deprecated.  
 Application getSystemApplicationReferencedFrom(String param1, String param2)
          Deprecated.  
 SystemApplications getSystemApplications()
          Deprecated.  
 Map<String,ApplicationRef> getSystemApplicationsReferencedFrom(String param1)
          Deprecated.  
 String getVersion()
          Deprecated.  
 String getVirtualServersForApplication(String param1, String param2)
          Deprecated.  
 boolean isAppEnabledInTarget(String param1, String param2)
          Deprecated.  
 boolean isAppRefEnabledInTarget(String param1, String param2)
          Deprecated.  
 boolean isCurrentInstanceMatchingTarget(String param1, String param2, String param3, List param4)
          Deprecated.  
 boolean isNamedSystemApplicationReferencedFrom(String param1, String param2)
          Deprecated.  
 boolean isServer(String param1)
          Deprecated.  
 void setAmxPref(AmxPref param1)
          Deprecated.  
 void setApplicationRoot(String param1)
          Deprecated.  
 void setApplications(Applications param1)
          Deprecated.  
 void setClusters(Clusters param1)
          Deprecated.  
 void setConfigs(Configs param1)
          Deprecated.  
 void setLbConfigs(LbConfigs param1)
          Deprecated.  
 void setLoadBalancers(LoadBalancers param1)
          Deprecated.  
 void setLocale(String param1)
          Deprecated.  
 void setLogRoot(String param1)
          Deprecated.  
 void setNodeAgents(NodeAgents param1)
          Deprecated.  
 void setNodes(Nodes param1)
          Deprecated.  
 void setResources(Resources param1)
          Deprecated.  
 void setSecureAdmin(SecureAdmin param1)
          Deprecated.  
 void setServers(Servers param1)
          Deprecated.  
 void setSystemApplications(SystemApplications param1)
          Deprecated.  
 
Methods inherited from interface org.glassfish.admin.amx.intf.config.PropertiesAccess
getProperty
 
Methods inherited from interface org.glassfish.admin.amx.intf.config.SystemPropertiesAccess
getSystemProperty
 
Methods inherited from interface org.glassfish.admin.amx.config.AMXConfigProxy
createChild, createChildren, getDefaultValues, getDefaultValues, removeChild, removeChild, setAttributesTransactionally
 
Methods inherited from interface org.glassfish.admin.amx.core.AMXProxy
as, attributeNames, attributesMap, attributesMap, child, child, childrenMap, childrenMap, childrenMaps, childrenSet, extra, invokeOp, invokeOp, java, nameProp, objectName, parent, parentPath, path, type, valid
 
Methods inherited from interface org.glassfish.admin.amx.core.AMX_SPI
getChildren, getName, getParent
 
Methods inherited from interface org.glassfish.admin.amx.config.AttributeResolver
resolveAttribute, resolveAttributes, resolveAttributeValue, resolveBoolean, resolveLong
 

Method Detail

getResources

Resources getResources()
Deprecated. 

getApplications

Applications getApplications()
Deprecated. 

getSystemApplications

SystemApplications getSystemApplications()
Deprecated. 

getServers

Servers getServers()
Deprecated. 

getConfigs

Configs getConfigs()
Deprecated. 

getClusters

Clusters getClusters()
Deprecated. 

getNodeAgents

NodeAgents getNodeAgents()
Deprecated. 

getAmxPref

AmxPref getAmxPref()
Deprecated. 

getVersion

String getVersion()
Deprecated. 

getLbConfigs

LbConfigs getLbConfigs()
Deprecated. 

getLoadBalancers

LoadBalancers getLoadBalancers()
Deprecated. 

getApplicationRoot

String getApplicationRoot()
Deprecated. 

setApplicationRoot

void setApplicationRoot(String param1)
Deprecated. 

getLocale

String getLocale()
Deprecated. 

setLocale

void setLocale(String param1)
Deprecated. 

getLogRoot

String getLogRoot()
Deprecated. 

setLogRoot

void setLogRoot(String param1)
Deprecated. 

setResources

void setResources(Resources param1)
Deprecated. 

isServer

boolean isServer(String param1)
Deprecated. 

getSystemApplicationsReferencedFrom

Map<String,ApplicationRef> getSystemApplicationsReferencedFrom(String param1)
Deprecated. 

getSystemApplicationReferencedFrom

Application getSystemApplicationReferencedFrom(String param1,
                                               String param2)
Deprecated. 

isNamedSystemApplicationReferencedFrom

boolean isNamedSystemApplicationReferencedFrom(String param1,
                                               String param2)
Deprecated. 

getServerNamed

Server getServerNamed(String param1)
Deprecated. 

getAllDefinedSystemApplications

List getAllDefinedSystemApplications()
Deprecated. 

getApplicationRefsInServer

Map<String,ApplicationRef> getApplicationRefsInServer(String param1)
Deprecated. 

getApplicationRefInServer

ApplicationRef getApplicationRefInServer(String param1,
                                         String param2)
Deprecated. 

getSecureAdmin

SecureAdmin getSecureAdmin()
Deprecated. 

setSecureAdmin

void setSecureAdmin(SecureAdmin param1)
Deprecated. 

setApplications

void setApplications(Applications param1)
Deprecated. 

setSystemApplications

void setSystemApplications(SystemApplications param1)
Deprecated. 

setConfigs

void setConfigs(Configs param1)
Deprecated. 

setServers

void setServers(Servers param1)
Deprecated. 

setClusters

void setClusters(Clusters param1)
Deprecated. 

getNodes

Nodes getNodes()
Deprecated. 

setNodes

void setNodes(Nodes param1)
Deprecated. 

setNodeAgents

void setNodeAgents(NodeAgents param1)
Deprecated. 

setLbConfigs

void setLbConfigs(LbConfigs param1)
Deprecated. 

setLoadBalancers

void setLoadBalancers(LoadBalancers param1)
Deprecated. 

setAmxPref

void setAmxPref(AmxPref param1)
Deprecated. 

getConfigNamed

Config getConfigNamed(String param1)
Deprecated. 

getClusterNamed

Cluster getClusterNamed(String param1)
Deprecated. 

getNodeNamed

Node getNodeNamed(String param1)
Deprecated. 

isCurrentInstanceMatchingTarget

boolean isCurrentInstanceMatchingTarget(String param1,
                                        String param2,
                                        String param3,
                                        List param4)
Deprecated. 

getServersInTarget

Map<String,Server> getServersInTarget(String param1)
Deprecated. 

getApplicationRefsInTarget

Map<String,ApplicationRef> getApplicationRefsInTarget(String param1)
Deprecated. 

getApplicationRefInTarget

ApplicationRef getApplicationRefInTarget(String param1,
                                         String param2)
Deprecated. 

getApplicationRefInTarget

ApplicationRef getApplicationRefInTarget(String param1,
                                         String param2,
                                         boolean param3)
Deprecated. 

isAppRefEnabledInTarget

boolean isAppRefEnabledInTarget(String param1,
                                String param2)
Deprecated. 

isAppEnabledInTarget

boolean isAppEnabledInTarget(String param1,
                             String param2)
Deprecated. 

getAllReferencedTargetsForApplication

List getAllReferencedTargetsForApplication(String param1)
Deprecated. 

getAllTargets

List getAllTargets()
Deprecated. 

getApplicationsInTarget

Map<String,Applications> getApplicationsInTarget(String param1)
Deprecated. 

getVirtualServersForApplication

String getVirtualServersForApplication(String param1,
                                       String param2)
Deprecated. 

getEnabledForApplication

String getEnabledForApplication(String param1,
                                String param2)
Deprecated. 

getClusterForInstance

Cluster getClusterForInstance(String param1)
Deprecated. 

getAllReferenceContainers

List getAllReferenceContainers()
Deprecated. 

getReferenceContainersOf

Map<String,RefContainer> getReferenceContainersOf(Config param1)
Deprecated. 

getInstancesOnNode

List getInstancesOnNode(String param1)
Deprecated. 

getClustersOnNode

Map<String,Cluster> getClustersOnNode(String param1)
Deprecated. 


Copyright © 2012 GlassFish Community. All Rights Reserved.