Class Domain.Duck
java.lang.Object
com.sun.enterprise.config.serverbeans.Domain.Duck
- Enclosing interface:
- Domain
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <P extends DomainExtension>
booleancheckIfExtensionExists(Domain d, Class<P> configBeanType) static List<Application>static List<org.glassfish.api.admin.config.ReferenceContainer>getAllReferencedTargetsForApplication(Domain me, String appName) static ApplicationRefgetApplicationRefInServer(Domain me, String sn, String name) static ApplicationRefgetApplicationRefInTarget(Domain me, String appName, String target) static List<ApplicationRef>getApplicationRefsInServer(Domain me, String sn) static List<ApplicationRef>getApplicationRefsInTarget(Domain me, String target) static List<ApplicationRef>getApplicationRefsInTarget(Domain me, String tgt, boolean includeInstances) static List<Application>getApplicationsInTarget(Domain me, String target) static ClustergetClusterForInstance(Domain d, String instanceName) static ClustergetClusterNamed(Domain d, String name) getClustersOnNode(Domain domain, String nodeName) static ConfiggetConfigNamed(Domain d, String name) static StringgetEnabledForApplication(Domain d, String target, String appName) getInstancesOnNode(Domain domain, String nodeName) static Stringstatic NodegetNodeNamed(Domain d, String name) static org.glassfish.api.admin.config.ReferenceContainergetReferenceContainerNamed(Domain d, String name) static List<org.glassfish.api.admin.config.ReferenceContainer>getReferenceContainersOf(Domain d, Config config) static ServergetServerNamed(Domain d, String name) getServersInTarget(Domain me, String target) static ApplicationgetSystemApplicationReferencedFrom(Domain d, String sn, String appName) static List<Application>getTargets(Domain me, String tgt) static StringgetVirtualServersForApplication(Domain d, String target, String appName) static booleanisAppEnabledInTarget(Domain me, String appName, String target) static booleanisAppRefEnabledInTarget(Domain me, String appName, String target) static booleanisAppReferencedByPaaSTarget(Domain me, String appName) static booleanisCurrentInstanceMatchingTarget(Domain d, String target, String appName, String currentInstance, List<String> referencedTargets) static booleanisNamedSystemApplicationReferencedFrom(Domain d, String appName, String serverName) static boolean
-
Constructor Details
-
Duck
public Duck()
-
-
Method Details
-
getName
-
getInstancesOnNode
-
getClustersOnNode
-
getAllDefinedSystemApplications
-
getApplicationRefInServer
-
getApplicationRefsInServer
-
getSystemApplicationsReferencedFrom
-
getSystemApplicationReferencedFrom
-
isNamedSystemApplicationReferencedFrom
-
getServerNamed
-
getConfigNamed
-
getClusterNamed
-
getNodeNamed
-
isCurrentInstanceMatchingTarget
-
getServersInTarget
-
getApplicationRefsInTarget
-
getTargets
-
getApplicationRefsInTarget
public static List<ApplicationRef> getApplicationRefsInTarget(Domain me, String tgt, boolean includeInstances) -
getApplicationRefInTarget
-
isAppRefEnabledInTarget
-
isAppEnabledInTarget
-
getAllTargets
-
getAllReferencedTargetsForApplication
-
isAppReferencedByPaaSTarget
-
getApplicationsInTarget
-
getVirtualServersForApplication
-
getEnabledForApplication
-
getReferenceContainerNamed
-
getReferenceContainersOf
-
getAllReferenceContainers
-
getClusterForInstance
-
isServer
-
checkIfExtensionExists
public static <P extends DomainExtension> boolean checkIfExtensionExists(Domain d, Class<P> configBeanType)
-