Package | Description |
---|---|
com.sun.enterprise.config.serverbeans | |
fish.payara.enterprise.config.serverbeans | |
org.glassfish.internal.api |
Modifier and Type | Method and Description |
---|---|
static DeploymentGroup |
Domain.Duck.getDeploymentGroupNamed(Domain d,
String name) |
DeploymentGroup |
Domain.getDeploymentGroupNamed(String target) |
Modifier and Type | Method and Description |
---|---|
List<DeploymentGroup> |
Server.getDeploymentGroup() |
static List<DeploymentGroup> |
Server.Duck.getDeploymentGroup(Server server) |
static List<DeploymentGroup> |
Domain.Duck.getDeploymentGroupsForInstance(Domain d,
String instanceName) |
List<DeploymentGroup> |
Domain.getDeploymentGroupsForInstance(String namedInstance) |
Modifier and Type | Method and Description |
---|---|
static DeploymentGroup |
DeploymentGroups.Duck.getDeploymentGroup(DeploymentGroups dgs,
String name) |
DeploymentGroup |
DeploymentGroups.getDeploymentGroup(String name)
Return the deployment group with the specified name
|
Modifier and Type | Method and Description |
---|---|
List<DeploymentGroup> |
DeploymentGroups.getDeploymentGroup()
Returns the list of deployment groups
|
Modifier and Type | Method and Description |
---|---|
static void |
DeploymentGroup.Duck.createResourceRef(DeploymentGroup me,
String enabled,
String refName) |
static void |
DeploymentGroup.Duck.deleteResourceRef(DeploymentGroup me,
String refName) |
static ApplicationRef |
DeploymentGroup.Duck.getApplicationRef(DeploymentGroup me,
String appName) |
static DGServerRef |
DeploymentGroup.Duck.getDGServerRefByRef(DeploymentGroup me,
String name) |
static List<Server> |
DeploymentGroup.Duck.getInstances(DeploymentGroup me) |
static ResourceRef |
DeploymentGroup.Duck.getResourceRef(DeploymentGroup me,
String refName) |
static boolean |
DeploymentGroup.Duck.isResourceRefExists(DeploymentGroup me,
String refName) |
Modifier and Type | Method and Description |
---|---|
List<DeploymentGroup> |
Target.getDGForInstance(String targetName) |
Copyright © 2019. All rights reserved.