Uses of Interface
com.sun.enterprise.config.serverbeans.Domain

Packages that use Domain
com.sun.enterprise.config.serverbeans   
com.sun.enterprise.config.util   
org.glassfish.config.support   
 

Uses of Domain in com.sun.enterprise.config.serverbeans
 

Fields in com.sun.enterprise.config.serverbeans declared as Domain
protected  Domain CopyConfig.domain
           
 

Methods in com.sun.enterprise.config.serverbeans that return Domain
static Domain ConfigBeansUtilities.getDomain()
           
 

Methods in com.sun.enterprise.config.serverbeans with parameters of type Domain
static List<Application> Domain.Duck.getAllDefinedSystemApplications(Domain me)
           
static List<ReferenceContainer> Domain.Duck.getAllReferenceContainers(Domain d)
           
static List<String> Domain.Duck.getAllReferencedTargetsForApplication(Domain me, String appName)
           
static List<String> Domain.Duck.getAllTargets(Domain d)
           
static ApplicationRef Domain.Duck.getApplicationRefInServer(Domain me, String sn, String name)
           
static ApplicationRef Domain.Duck.getApplicationRefInTarget(Domain me, String appName, String target)
           
static List<ApplicationRef> Domain.Duck.getApplicationRefsInServer(Domain me, String sn)
           
static List<ApplicationRef> Domain.Duck.getApplicationRefsInTarget(Domain me, String target)
           
static List<ApplicationRef> Domain.Duck.getApplicationRefsInTarget(Domain me, String tgt, boolean includeInstances)
           
static List<Application> Domain.Duck.getApplicationsInTarget(Domain me, String target)
           
static Cluster Domain.Duck.getClusterForInstance(Domain d, String instanceName)
           
static Cluster Domain.Duck.getClusterNamed(Domain d, String name)
           
static List<Cluster> Domain.Duck.getClustersOnNode(Domain domain, String nodeName)
           
static Config Domain.Duck.getConfigNamed(Domain d, String name)
           
static String Domain.Duck.getEnabledForApplication(Domain d, String target, String appName)
           
static List<Server> Domain.Duck.getInstancesOnNode(Domain domain, String nodeName)
           
static String Domain.Duck.getName(Domain domain)
           
static Node Domain.Duck.getNodeNamed(Domain d, String name)
           
static ReferenceContainer Domain.Duck.getReferenceContainerNamed(Domain d, String name)
           
static List<ReferenceContainer> Domain.Duck.getReferenceContainersOf(Domain d, Config config)
           
static Server Domain.Duck.getServerNamed(Domain d, String name)
           
static List<Server> Domain.Duck.getServersInTarget(Domain me, String target)
           
static Application Domain.Duck.getSystemApplicationReferencedFrom(Domain d, String sn, String appName)
           
static List<Application> Domain.Duck.getSystemApplicationsReferencedFrom(Domain d, String sn)
           
static String Domain.Duck.getVirtualServersForApplication(Domain d, String target, String appName)
           
static boolean Domain.Duck.isAppEnabledInTarget(Domain me, String appName, String target)
           
static boolean Domain.Duck.isAppRefEnabledInTarget(Domain me, String appName, String target)
           
static boolean Domain.Duck.isCurrentInstanceMatchingTarget(Domain d, String target, String appName, String currentInstance, List<String> referencedTargets)
           
static boolean Domain.Duck.isNamedSystemApplicationReferencedFrom(Domain d, String appName, String serverName)
           
static boolean Domain.Duck.isServer(Domain d, String name)
           
 

Uses of Domain in com.sun.enterprise.config.util
 

Constructors in com.sun.enterprise.config.util with parameters of type Domain
PortManager(Cluster cluster, Config config, Domain theDomain, Server theNewServer)
           
 

Uses of Domain in org.glassfish.config.support
 

Constructors in org.glassfish.config.support with parameters of type Domain
PropertyResolver(Domain domain, String instanceName)
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.