| Modifier and Type | Interface and Description |
|---|---|
interface |
SystemApplications
Element describing the system-applications in domain.xml
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull Applications |
Domain.getApplications()
Gets the value of the applications property.
|
| Modifier and Type | Method and Description |
|---|---|
static Application |
Applications.Duck.getApplication(Applications apps,
String moduleID) |
static List<Application> |
Applications.Duck.getApplications(Applications apps) |
static List<Application> |
Applications.Duck.getApplicationsWithSnifferType(Applications apps,
String snifferType) |
static List<Application> |
Applications.Duck.getApplicationsWithSnifferType(Applications apps,
String snifferType,
boolean onlyStandaloneModules) |
static <T> T |
Applications.Duck.getModule(Applications apps,
Class<T> type,
String moduleID) |
static <T> List<T> |
Applications.Duck.getModules(Applications apps,
Class<T> type) |
void |
Domain.setApplications(Applications value)
Sets the value of the system-applications property.
|
| Constructor and Description |
|---|
ConfigBeansUtilities(Applications paramApps,
Domain paramDomain) |
| Modifier and Type | Method and Description |
|---|---|
Applications |
ConnectorRuntime.getApplications() |
| Modifier and Type | Field and Description |
|---|---|
protected Applications |
ApplicationLoaderService.applications |
protected Applications |
ApplicationLifecycle.applications |
| Modifier and Type | Method and Description |
|---|---|
protected WebModuleConfig |
VirtualServer.findWebModuleInJ2eeApp(Applications appsBean,
String id,
ApplicationRegistry appRegistry)
Finds and returns information about a web module embedded within a J2EE application, which is identified by a string
of the form
a:b or a#b, where a is the name of the J2EE application and
b is the name of the embedded web module. |
| Constructor and Description |
|---|
ContextSetupProviderImpl(InvocationManager invocationManager,
Deployment deployment,
ComponentEnvManager compEnvMgr,
ApplicationRegistry applicationRegistry,
Applications applications,
JavaEETransactionManager transactionManager,
org.glassfish.concurrent.runtime.ContextSetupProviderImpl.CONTEXT_TYPE... contextTypes) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<? extends AccessRequired.AccessCheck> |
DeploymentCommandUtils.getAccessChecksForExistingApp(Domain domain,
Applications applications,
String target,
Collection<String> matchedVersions,
String appAction,
String appRefAction)
Prepares AccessChecks for an application already deployed to one or
more targets, returning an access check for the application itself and
access checks for each matching version on whatever targets to which
it is assigned.
|
static Collection<? extends AccessRequired.AccessCheck> |
DeploymentCommandUtils.getAccessChecksForNewApp(Domain domain,
Applications applications,
String target,
String action)
Returns access checks for a new application (not already deployed) and
for the corresponding app ref(s) given the specified target.
|
| Modifier and Type | Field and Description |
|---|---|
Applications |
ListSubComponentsCommand.applications |
| Constructor and Description |
|---|
ResourcesDeployer(ResourceFactory resourceFactoryParam,
ApplicationRegistry appRegistryParam,
javax.inject.Provider<ResourceManagerFactory> resourceManagerFactoryProviderParam,
ResourcesBinder resourcesBinderParam,
Applications applicationsParam) |
Copyright © 2019. All rights reserved.