Package org.jboss.as.ee.naming
Class InjectedEENamespaceContextSelector
- java.lang.Object
-
- org.jboss.as.naming.context.NamespaceContextSelector
-
- org.jboss.as.ee.naming.InjectedEENamespaceContextSelector
-
public final class InjectedEENamespaceContextSelector extends NamespaceContextSelector
A simple EE-style namespace context selector which uses injected services for the contexts.- Author:
- David M. Lloyd, Richard Opalka
-
-
Constructor Summary
Constructors Constructor Description InjectedEENamespaceContextSelector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.as.server.deployment.DelegatingSupplier<NamingStore>getAppContextSupplier()org.jboss.as.server.deployment.DelegatingSupplier<NamingStore>getCompContextSupplier()ContextgetContext(String identifier)org.jboss.as.server.deployment.DelegatingSupplier<NamingStore>getExportedContextSupplier()org.jboss.as.server.deployment.DelegatingSupplier<NamingStore>getGlobalContextSupplier()org.jboss.as.server.deployment.DelegatingSupplier<NamingStore>getJbossContextSupplier()org.jboss.as.server.deployment.DelegatingSupplier<NamingStore>getModuleContextSupplier()-
Methods inherited from class org.jboss.as.naming.context.NamespaceContextSelector
getCurrentSelector, popCurrentSelector, pushCurrentSelector, setDefault
-
-
-
-
Method Detail
-
getAppContextSupplier
public org.jboss.as.server.deployment.DelegatingSupplier<NamingStore> getAppContextSupplier()
-
getModuleContextSupplier
public org.jboss.as.server.deployment.DelegatingSupplier<NamingStore> getModuleContextSupplier()
-
getCompContextSupplier
public org.jboss.as.server.deployment.DelegatingSupplier<NamingStore> getCompContextSupplier()
-
getJbossContextSupplier
public org.jboss.as.server.deployment.DelegatingSupplier<NamingStore> getJbossContextSupplier()
-
getGlobalContextSupplier
public org.jboss.as.server.deployment.DelegatingSupplier<NamingStore> getGlobalContextSupplier()
-
getExportedContextSupplier
public org.jboss.as.server.deployment.DelegatingSupplier<NamingStore> getExportedContextSupplier()
-
getContext
public Context getContext(String identifier)
- Specified by:
getContextin classNamespaceContextSelector
-
-