Uses of Class
org.glassfish.internal.data.ApplicationRegistry
-
-
Uses of ApplicationRegistry in com.sun.enterprise.connectors
Methods in com.sun.enterprise.connectors that return ApplicationRegistry Modifier and Type Method Description ApplicationRegistryConnectorRuntime. getAppRegistry() -
Uses of ApplicationRegistry in com.sun.enterprise.v3.server
Fields in com.sun.enterprise.v3.server declared as ApplicationRegistry Modifier and Type Field Description ApplicationRegistryApplicationLifecycle. appRegistry -
Uses of ApplicationRegistry in com.sun.enterprise.web
Methods in com.sun.enterprise.web with parameters of type ApplicationRegistry 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.protected StringVirtualServer. getDefaultContextPath(Domain domain, ApplicationRegistry appRegistry)Gets the context root of the web module that the user/configuration has designated as the default-web-module for this virtual server.protected WebModuleConfigVirtualServer. getDefaultWebModule(Domain domain, WebArchivist webArchivist, ApplicationRegistry appRegistry) -
Uses of ApplicationRegistry in org.glassfish.admin.amx.impl.j2ee.loader
Methods in org.glassfish.admin.amx.impl.j2ee.loader that return ApplicationRegistry Modifier and Type Method Description ApplicationRegistryAMXJ2EEStartupService. getApplicationRegistry()ApplicationRegistryJ2EEInjectedValues. getApplicationRegistry() -
Uses of ApplicationRegistry in org.glassfish.concurrent.runtime
Constructors in org.glassfish.concurrent.runtime with parameters of type ApplicationRegistry 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 ApplicationRegistry in org.glassfish.javaee.core.deployment
Fields in org.glassfish.javaee.core.deployment declared as ApplicationRegistry Modifier and Type Field Description protected ApplicationRegistryJavaEEDeployer. appRegistryApplicationRegistryListSubComponentsCommand. appRegistry -
Uses of ApplicationRegistry in org.glassfish.loadbalancer.admin.cli.helper
Methods in org.glassfish.loadbalancer.admin.cli.helper with parameters of type ApplicationRegistry Modifier and Type Method Description static LoadbalancerReaderLbConfigHelper. getLbReader(Domain domain, ApplicationRegistry appRegistry, String lbConfigName)exports the loadbalancer.xml from the config to the outputstream provided -
Uses of ApplicationRegistry in org.glassfish.loadbalancer.admin.cli.reader.impl
Methods in org.glassfish.loadbalancer.admin.cli.reader.impl with parameters of type ApplicationRegistry Modifier and Type Method 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.Constructors in org.glassfish.loadbalancer.admin.cli.reader.impl with parameters of type ApplicationRegistry Constructor Description ClusterReaderImpl(Domain domain, ApplicationRegistry appRegistry, Cluster cluster)ClusterReaderImpl(Domain domain, ApplicationRegistry appRegistry, ClusterRef clusterRef)LoadbalancerReaderImpl(Domain domain, ApplicationRegistry appRegistry, Set<String> clusters, Properties properties)LoadbalancerReaderImpl(Domain domain, ApplicationRegistry appRegistry, LbConfig lbConfig)StandAloneClusterReaderImpl(Domain domain, ApplicationRegistry appRegistry, Server server)StandAloneClusterReaderImpl(Domain domain, ApplicationRegistry appRegistry, ServerRef ref) -
Uses of ApplicationRegistry in org.glassfish.resources.module
Constructors in org.glassfish.resources.module with parameters of type ApplicationRegistry Constructor Description ResourcesDeployer(ResourceFactory resourceFactoryParam, ApplicationRegistry appRegistryParam, jakarta.inject.Provider<ResourceManagerFactory> resourceManagerFactoryProviderParam, ResourcesBinder resourcesBinderParam, Applications applicationsParam) -
Uses of ApplicationRegistry in org.glassfish.webservices
Methods in org.glassfish.webservices that return ApplicationRegistry Modifier and Type Method Description ApplicationRegistryWebServiceContractImpl. getApplicationRegistry()
-