Uses of Interface
com.sun.enterprise.config.serverbeans.Applications
-
-
Uses of Applications in com.sun.enterprise.config.serverbeans
Subinterfaces of Applications in com.sun.enterprise.config.serverbeans Modifier and Type Interface Description interfaceSystemApplicationsElement describing the system-applications in domain.xmlMethods in com.sun.enterprise.config.serverbeans that return Applications Modifier and Type Method Description @NotNull ApplicationsDomain. getApplications()Gets the value of the applications property.Methods in com.sun.enterprise.config.serverbeans with parameters of type Applications Modifier and Type Method Description static ApplicationApplications.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> TApplications.Duck. getModule(Applications apps, Class<T> type, String moduleID)static <T> List<T>Applications.Duck. getModules(Applications apps, Class<T> type)voidDomain. setApplications(Applications value)Sets the value of the system-applications property.Constructors in com.sun.enterprise.config.serverbeans with parameters of type Applications Constructor Description ConfigBeansUtilities(Applications paramApps, Domain paramDomain) -
Uses of Applications in com.sun.enterprise.connectors
Methods in com.sun.enterprise.connectors that return Applications Modifier and Type Method Description ApplicationsConnectorRuntime. getApplications() -
Uses of Applications in com.sun.enterprise.v3.server
Fields in com.sun.enterprise.v3.server declared as Applications Modifier and Type Field Description protected ApplicationsApplicationLifecycle. applicationsprotected ApplicationsApplicationLoaderService. applications -
Uses of Applications in com.sun.enterprise.web
Methods in com.sun.enterprise.web with parameters of type Applications Modifier and Type Method Description protected WebModuleConfigVirtualServer. 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 forma:bora#b, whereais the name of the J2EE application andbis the name of the embedded web module. -
Uses of Applications in org.glassfish.concurrent.runtime
Constructors in org.glassfish.concurrent.runtime with parameters of type Applications Constructor Description ContextSetupProviderImpl(InvocationManager invocationManager, Deployment deployment, ComponentEnvManager compEnvMgr, ApplicationRegistry applicationRegistry, Applications applications, JavaEETransactionManager transactionManager, Set<String> propagated, Set<String> cleared, Set<String> unchanged) -
Uses of Applications in org.glassfish.deployment.admin
Methods in org.glassfish.deployment.admin with parameters of type Applications Modifier and Type Method 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. -
Uses of Applications in org.glassfish.javaee.core.deployment
Fields in org.glassfish.javaee.core.deployment declared as Applications Modifier and Type Field Description ApplicationsListSubComponentsCommand. applications -
Uses of Applications in org.glassfish.resources.module
Constructors in org.glassfish.resources.module with parameters of type Applications Constructor Description ResourcesDeployer(ResourceFactory resourceFactoryParam, ApplicationRegistry appRegistryParam, jakarta.inject.Provider<ResourceManagerFactory> resourceManagerFactoryProviderParam, ResourcesBinder resourcesBinderParam, Applications applicationsParam)
-