Uses of Interface
com.sun.enterprise.config.serverbeans.Domain
Packages that use Domain
Package
Description
-
Uses of Domain in com.sun.enterprise.config.modularity.command
Methods in com.sun.enterprise.config.modularity.command with parameters of type DomainModifier and TypeMethodDescriptionprotected ConfigAbstractConfigModularityCommand.getConfigForName(String targetName, org.glassfish.hk2.api.ServiceLocator serviceLocator, Domain domain) -
Uses of Domain in com.sun.enterprise.config.serverbeans
Fields in com.sun.enterprise.config.serverbeans declared as DomainMethods in com.sun.enterprise.config.serverbeans that return DomainMethods in com.sun.enterprise.config.serverbeans with parameters of type DomainModifier and TypeMethodDescriptionstatic <P extends DomainExtension>
booleanDomain.Duck.checkIfExtensionExists(Domain d, Class<P> configBeanType) static List<Application>Domain.Duck.getAllDefinedSystemApplications(Domain me) static List<org.glassfish.api.admin.config.ReferenceContainer>Domain.Duck.getAllReferenceContainers(Domain d) Domain.Duck.getAllReferencedTargetsForApplication(Domain me, String appName) Domain.Duck.getAllTargets(Domain d) static ApplicationRefDomain.Duck.getApplicationRefInServer(Domain me, String sn, String name) static ApplicationRefDomain.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 ClusterDomain.Duck.getClusterForInstance(Domain d, String instanceName) static ClusterDomain.Duck.getClusterNamed(Domain d, String name) Domain.Duck.getClustersOnNode(Domain domain, String nodeName) static ConfigDomain.Duck.getConfigNamed(Domain d, String name) static StringDomain.Duck.getEnabledForApplication(Domain d, String target, String appName) Domain.Duck.getInstancesOnNode(Domain domain, String nodeName) static Stringstatic NodeDomain.Duck.getNodeNamed(Domain d, String name) static org.glassfish.api.admin.config.ReferenceContainerDomain.Duck.getReferenceContainerNamed(Domain d, String name) static List<org.glassfish.api.admin.config.ReferenceContainer>Domain.Duck.getReferenceContainersOf(Domain d, Config config) static ServerDomain.Duck.getServerNamed(Domain d, String name) Domain.Duck.getServersInTarget(Domain me, String target) static ApplicationDomain.Duck.getSystemApplicationReferencedFrom(Domain d, String sn, String appName) static List<Application>Domain.Duck.getSystemApplicationsReferencedFrom(Domain d, String sn) Domain.Duck.getTargets(Domain me, String tgt) static StringDomain.Duck.getVirtualServersForApplication(Domain d, String target, String appName) static booleanDomain.Duck.isAppEnabledInTarget(Domain me, String appName, String target) static booleanDomain.Duck.isAppRefEnabledInTarget(Domain me, String appName, String target) static booleanDomain.Duck.isAppReferencedByPaaSTarget(Domain me, String appName) static booleanDomain.Duck.isCurrentInstanceMatchingTarget(Domain d, String target, String appName, String currentInstance, List<String> referencedTargets) static booleanDomain.Duck.isNamedSystemApplicationReferencedFrom(Domain d, String appName, String serverName) static booleanConstructors in com.sun.enterprise.config.serverbeans with parameters of type Domain -
Uses of Domain in com.sun.enterprise.config.util
Constructors in com.sun.enterprise.config.util with parameters of type DomainModifierConstructorDescriptionPortManager(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