| Modifier and Type | Method and Description |
|---|---|
static Application |
Applications.Duck.getApplication(Applications apps,
String moduleID) |
Application |
Applications.getApplication(String moduleID)
Return the application with the given module ID (name), or null if
no such application exists.
|
static Application |
Domain.Duck.getSystemApplicationReferencedFrom(Domain d,
String sn,
String appName) |
Application |
Domain.getSystemApplicationReferencedFrom(String sn,
String appName) |
Application |
ConfigBeansUtilities.getSystemApplicationReferencedFrom(String sn,
String appName) |
| Modifier and Type | Method and Description |
|---|---|
static File |
Application.Duck.altDD(Application instance) |
static File |
Application.Duck.application(Application instance) |
static String |
Application.Duck.archiveType(Application instance) |
static boolean |
Application.Duck.containsSnifferType(Application app,
String snifferType) |
static File |
Application.Duck.deploymentPlan(Application instance) |
static DeployCommandParameters |
Application.Duck.getDeployParameters(Application app,
ApplicationRef appRef) |
static Properties |
Application.Duck.getDeployProperties(Application instance) |
static <T extends ApplicationExtension> |
Application.Duck.getExtensionByType(Application a,
Class<T> type) |
static <T extends ApplicationExtension> |
Application.Duck.getExtensionsByType(Application a,
Class<T> type) |
static Module |
Application.Duck.getModule(Application instance,
String name) |
static Map<String,Properties> |
Application.Duck.getModulePropertiesMap(Application me) |
static boolean |
Application.Duck.isLifecycleModule(Application me) |
static boolean |
Application.Duck.isStandaloneModule(Application me) |
static File |
Application.Duck.runtimeAltDD(Application instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ContextRootCheckValidator.isValid(Application app,
javax.validation.ConstraintValidatorContext cvc) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ResourcesUtil.isEnabled(Application application) |
| Modifier and Type | Method and Description |
|---|---|
void |
JMSDestinationDefinitionDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
void |
AbstractConnectorResourceDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
void |
ConnectionFactoryDefinitionDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
void |
MailSessionDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
void |
AdministeredObjectDefinitionDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
void |
JMSConnectionFactoryDefinitionDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
| Modifier and Type | Method and Description |
|---|---|
ExtendedDeploymentContext |
ApplicationLifecycle.disable(UndeployCommandParameters commandParams,
Application app,
ApplicationInfo appInfo,
ActionReport report,
Logger logger) |
ExtendedDeploymentContext |
ApplicationLifecycle.enable(String target,
Application app,
ApplicationRef appRef,
ActionReport report,
Logger logger) |
List<Sniffer> |
ApplicationLifecycle.getSniffersFromApp(Application app) |
boolean |
ApplicationLifecycle.isAppEnabled(Application app) |
void |
ApplicationLoaderService.processApplication(Application app,
ApplicationRef appRef) |
| Modifier and Type | Method and Description |
|---|---|
Application |
WebModuleConfig.getBean()
Return the configuration information specified in server.xml.
|
Application |
WebModule.getBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
WebModuleConfig.setBean(Application wmBean)
Set the elements of information specified in the web-module element
in server.xml.
|
void |
WebModule.setBean(Application bean) |
| Modifier and Type | Method and Description |
|---|---|
Application |
RestMonitoringAdapter.getSystemApplicationConfig()
Gets the application config for the system application with the matching name or context root (in that order).
|
Application |
RestMonitoringAdapter.getSystemApplicationConfig(String contextRoot)
Gets the application config for the system application with the matching context root.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedExecutorServiceDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
void |
ManagedThreadFactoryDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
void |
ContextServiceDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
void |
ManagedScheduledExecutorServiceDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DeployCommand.retrieveArtifacts(AdminCommandContext context,
Application app,
String targetLocalDir)
Places into the outgoing payload the downloadable artifacts for an
application.
|
static void |
DeployCommand.retrieveArtifacts(AdminCommandContext context,
Application app,
String targetLocalDir,
boolean reportErrorsInTopReport)
Places into the outgoing payload the downloadable artifacts for an
application.
|
| Modifier and Type | Method and Description |
|---|---|
static Artifacts |
DeploymentUtils.downloadableArtifacts(Application app)
Returns the downloadable artifacts object derived from the properties
saved with the specified Application
|
static Artifacts |
DeploymentUtils.generatedArtifacts(Application app)
Returns the generated artifacts object derived from the properties
saved with the specified Application
|
| Constructor and Description |
|---|
ApplicationConfigInfo(Application app) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
VersioningUtils.getVersions(String untaggedName,
List<Application> allApplications)
Extract the set of version(s) of the given application from a set of
applications.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationInfo.save(Application app)
Saves its state to the configuration.
|
| Modifier and Type | Method and Description |
|---|---|
Application |
ApplicationOrderInfo.getApplication() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentContext |
Deployment.disable(UndeployCommandParameters commandParams,
Application app,
ApplicationInfo appInfo,
ActionReport report,
Logger logger) |
DeploymentContext |
Deployment.enable(String target,
Application app,
ApplicationRef appRef,
ActionReport report,
Logger logger) |
List<Sniffer> |
Deployment.getSniffersFromApp(Application app) |
boolean |
Deployment.isAppEnabled(Application app) |
| Constructor and Description |
|---|
ApplicationOrderInfo(Application app,
int order) |
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcResourceDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
void |
DataSourceDefinitionDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
void |
JdbcConnectionPoolDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
| Constructor and Description |
|---|
WebModuleReaderImpl(String name,
ApplicationRef ref,
Application application,
WebBundleDescriptor webBundleDescriptor) |
WebServiceEndpointReaderImpl(String name,
ApplicationRef ref,
Application application,
WebServiceEndpoint bean) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomResourceDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
void |
ExternalJndiResourceDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
| Modifier and Type | Method and Description |
|---|---|
void |
MailResourceDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
Copyright © 2017. All rights reserved.