| 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 |
Server.getApplicationRef(String appName) |
ApplicationRef |
Cluster.getApplicationRef(String appName) |
static ApplicationRef |
Domain.Duck.getApplicationRefInServer(Domain me,
String sn,
String name) |
ApplicationRef |
Domain.getApplicationRefInServer(String sn,
String name) |
ApplicationRef |
ConfigBeansUtilities.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> |
Domain.getApplicationRefsInServer(String sn) |
List<ApplicationRef> |
ConfigBeansUtilities.getApplicationRefsInServer(String sn)
Lists the app refs for non-system apps assigned to the specified server
|
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 DeployCommandParameters |
Application.Duck.getDeployParameters(Application app,
ApplicationRef appRef) |
DeployCommandParameters |
Application.getDeployParameters(ApplicationRef appRef) |
| Modifier and Type | Method and Description |
|---|---|
ExtendedDeploymentContext |
ApplicationLifecycle.enable(String target,
Application app,
ApplicationRef appRef,
ActionReport report,
Logger logger) |
List<Deployment.ApplicationDeployment> |
ApplicationLoaderService.processApplication(Application app,
ApplicationRef appRef) |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationRef |
DeploymentGroup.Duck.getApplicationRef(DeploymentGroup me,
String appName) |
ApplicationRef |
DeploymentGroup.getApplicationRef(String appName) |
| Modifier and Type | Method and Description |
|---|---|
DeploymentContext |
Deployment.enable(String target,
Application app,
ApplicationRef appRef,
ActionReport report,
Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
static WebModuleReader[] |
ClusterReaderHelper.getWebModules(Domain domain,
ApplicationRegistry appRegistry,
List<ApplicationRef> refs,
String target)
Returns the web module readers for a set of application refs.
|
| Constructor and Description |
|---|
WebModuleReaderImpl(String name,
ApplicationRef ref,
Application application,
WebBundleDescriptor webBundleDescriptor) |
WebServiceEndpointReaderImpl(String name,
ApplicationRef ref,
Application application,
WebServiceEndpoint bean) |
Copyright © 2019. All rights reserved.