Class Domain.Duck

java.lang.Object
com.sun.enterprise.config.serverbeans.Domain.Duck
Enclosing interface:
Domain

public static class Domain.Duck extends Object
  • Constructor Details

    • Duck

      public Duck()
  • Method Details

    • getName

      public static String getName(Domain domain)
    • getInstancesOnNode

      public static List<Server> getInstancesOnNode(Domain domain, String nodeName)
    • getClustersOnNode

      public static List<Cluster> getClustersOnNode(Domain domain, String nodeName)
    • getAllDefinedSystemApplications

      public static List<Application> getAllDefinedSystemApplications(Domain me)
    • getApplicationRefInServer

      public static ApplicationRef getApplicationRefInServer(Domain me, String sn, String name)
    • getApplicationRefsInServer

      public static List<ApplicationRef> getApplicationRefsInServer(Domain me, String sn)
    • getSystemApplicationsReferencedFrom

      public static List<Application> getSystemApplicationsReferencedFrom(Domain d, String sn)
    • getSystemApplicationReferencedFrom

      public static Application getSystemApplicationReferencedFrom(Domain d, String sn, String appName)
    • isNamedSystemApplicationReferencedFrom

      public static boolean isNamedSystemApplicationReferencedFrom(Domain d, String appName, String serverName)
    • getServerNamed

      public static Server getServerNamed(Domain d, String name)
    • getConfigNamed

      public static Config getConfigNamed(Domain d, String name)
    • getClusterNamed

      public static Cluster getClusterNamed(Domain d, String name)
    • getNodeNamed

      public static Node getNodeNamed(Domain d, String name)
    • isCurrentInstanceMatchingTarget

      public static boolean isCurrentInstanceMatchingTarget(Domain d, String target, String appName, String currentInstance, List<String> referencedTargets)
    • getServersInTarget

      public static List<Server> getServersInTarget(Domain me, String target)
    • getApplicationRefsInTarget

      public static List<ApplicationRef> getApplicationRefsInTarget(Domain me, String target)
    • getTargets

      public static List<String> getTargets(Domain me, String tgt)
    • getApplicationRefsInTarget

      public static List<ApplicationRef> getApplicationRefsInTarget(Domain me, String tgt, boolean includeInstances)
    • getApplicationRefInTarget

      public static ApplicationRef getApplicationRefInTarget(Domain me, String appName, String target)
    • isAppRefEnabledInTarget

      public static boolean isAppRefEnabledInTarget(Domain me, String appName, String target)
    • isAppEnabledInTarget

      public static boolean isAppEnabledInTarget(Domain me, String appName, String target)
    • getAllTargets

      public static List<String> getAllTargets(Domain d)
    • getAllReferencedTargetsForApplication

      public static List<String> getAllReferencedTargetsForApplication(Domain me, String appName)
    • isAppReferencedByPaaSTarget

      public static boolean isAppReferencedByPaaSTarget(Domain me, String appName)
    • getApplicationsInTarget

      public static List<Application> getApplicationsInTarget(Domain me, String target)
    • getVirtualServersForApplication

      public static String getVirtualServersForApplication(Domain d, String target, String appName)
    • getEnabledForApplication

      public static String getEnabledForApplication(Domain d, String target, String appName)
    • getReferenceContainerNamed

      public static org.glassfish.api.admin.config.ReferenceContainer getReferenceContainerNamed(Domain d, String name)
    • getReferenceContainersOf

      public static List<org.glassfish.api.admin.config.ReferenceContainer> getReferenceContainersOf(Domain d, Config config)
    • getAllReferenceContainers

      public static List<org.glassfish.api.admin.config.ReferenceContainer> getAllReferenceContainers(Domain d)
    • getClusterForInstance

      public static Cluster getClusterForInstance(Domain d, String instanceName)
    • isServer

      public static boolean isServer(Domain d, String name)
    • checkIfExtensionExists

      public static <P extends DomainExtension> boolean checkIfExtensionExists(Domain d, Class<P> configBeanType)