Uses of Interface
fish.payara.enterprise.config.serverbeans.DeploymentGroup
-
Packages that use DeploymentGroup Package Description com.sun.enterprise.config.serverbeans fish.payara.enterprise.config.serverbeans org.glassfish.internal.api -
-
Uses of DeploymentGroup in com.sun.enterprise.config.serverbeans
Methods in com.sun.enterprise.config.serverbeans that return DeploymentGroup Modifier and Type Method Description static DeploymentGroupDomain.Duck. getDeploymentGroupNamed(Domain d, String name)DeploymentGroupDomain. getDeploymentGroupNamed(String target)Methods in com.sun.enterprise.config.serverbeans that return types with arguments of type DeploymentGroup Modifier and Type Method Description static List<DeploymentGroup>Server.Duck. getDeploymentGroup(Server server)List<DeploymentGroup>Server. getDeploymentGroup()static List<DeploymentGroup>Domain.Duck. getDeploymentGroupsForInstance(Domain d, String instanceName)List<DeploymentGroup>Domain. getDeploymentGroupsForInstance(String namedInstance) -
Uses of DeploymentGroup in fish.payara.enterprise.config.serverbeans
Methods in fish.payara.enterprise.config.serverbeans that return DeploymentGroup Modifier and Type Method Description static DeploymentGroupDeploymentGroups.Duck. getDeploymentGroup(DeploymentGroups dgs, String name)DeploymentGroupDeploymentGroups. getDeploymentGroup(String name)Return the deployment group with the specified nameMethods in fish.payara.enterprise.config.serverbeans that return types with arguments of type DeploymentGroup Modifier and Type Method Description List<DeploymentGroup>DeploymentGroups. getDeploymentGroup()Returns the list of deployment groupsMethods in fish.payara.enterprise.config.serverbeans with parameters of type DeploymentGroup Modifier and Type Method Description static voidDeploymentGroup.Duck. createResourceRef(DeploymentGroup me, String enabled, String refName)static voidDeploymentGroup.Duck. deleteResourceRef(DeploymentGroup me, String refName)static ApplicationRefDeploymentGroup.Duck. getApplicationRef(DeploymentGroup me, String appName)static DGServerRefDeploymentGroup.Duck. getDGServerRefByRef(DeploymentGroup me, String name)static List<Server>DeploymentGroup.Duck. getInstances(DeploymentGroup me)static ResourceRefDeploymentGroup.Duck. getResourceRef(DeploymentGroup me, String refName)static booleanDeploymentGroup.Duck. isResourceRefExists(DeploymentGroup me, String refName) -
Uses of DeploymentGroup in org.glassfish.internal.api
Methods in org.glassfish.internal.api that return types with arguments of type DeploymentGroup Modifier and Type Method Description List<DeploymentGroup>Target. getDGForInstance(String targetName)
-