| Package | Description |
|---|---|
| com.sun.enterprise.config.serverbeans |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationRef |
Cluster.Duck.getApplicationRef(Cluster cluster,
String appName) |
static ApplicationRef |
Server.Duck.getApplicationRef(Server server,
String appName) |
ApplicationRef |
Cluster.getApplicationRef(String appName) |
ApplicationRef |
Server.getApplicationRef(String appName) |
static ApplicationRef |
Domain.Duck.getApplicationRefInServer(Domain me,
String sn,
String name) |
ApplicationRef |
ConfigBeansUtilities.getApplicationRefInServer(String sn,
String name) |
ApplicationRef |
Domain.getApplicationRefInServer(String sn,
String name) |
static ApplicationRef |
Domain.Duck.getApplicationRefInTarget(Domain me,
String appName,
String target) |
ApplicationRef |
Domain.getApplicationRefInTarget(String appName,
String target) |
ApplicationRef |
Domain.getApplicationRefInTarget(String appName,
String target,
boolean includeInstances) |
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationRef> |
RefContainer.getApplicationRef()
List of all the applications that this instance is referencing.
|
static List<ApplicationRef> |
Domain.Duck.getApplicationRefsInServer(Domain me,
String sn) |
List<ApplicationRef> |
ConfigBeansUtilities.getApplicationRefsInServer(String sn)
Lists the app refs for non-system apps assigned to the specified server
|
List<ApplicationRef> |
Domain.getApplicationRefsInServer(String sn) |
List<ApplicationRef> |
ConfigBeansUtilities.getApplicationRefsInServer(String sn,
boolean excludeSystemApps)
Lists the app refs for apps assigned to the specified server, excluding
system apps from the result if requested.
|
static List<ApplicationRef> |
Domain.Duck.getApplicationRefsInTarget(Domain me,
String target) |
static List<ApplicationRef> |
Domain.Duck.getApplicationRefsInTarget(Domain me,
String tgt,
boolean includeInstances) |
List<ApplicationRef> |
Domain.getApplicationRefsInTarget(String target) |
| Modifier and Type | Method and Description |
|---|---|
static org.glassfish.api.deployment.DeployCommandParameters |
Application.Duck.getDeployParameters(Application app,
ApplicationRef appRef) |
org.glassfish.api.deployment.DeployCommandParameters |
Application.getDeployParameters(ApplicationRef appRef) |
Copyright © 2013. All Rights Reserved.