Uses of Interface
org.jboss.as.naming.context.external.ExternalContexts
-
Packages that use ExternalContexts Package Description org.jboss.as.naming.context.external org.jboss.as.naming.deployment org.jboss.as.naming.service -
-
Uses of ExternalContexts in org.jboss.as.naming.context.external
Classes in org.jboss.as.naming.context.external that implement ExternalContexts Modifier and Type Class Description classExternalContextsNavigableSetAnExternalContextsimplementation using aNavigableSetto store the service names of the existent external contexts. -
Uses of ExternalContexts in org.jboss.as.naming.deployment
Fields in org.jboss.as.naming.deployment with type parameters of type ExternalContexts Modifier and Type Field Description static org.jboss.as.server.deployment.AttachmentKey<ExternalContexts>Attachments. EXTERNAL_CONTEXTSThe DU key where the subsystem'sExternalContextsinstance may be found by DUPs.Methods in org.jboss.as.naming.deployment that return ExternalContexts Modifier and Type Method Description ExternalContextsExternalContextsProcessor. getExternalContexts()Constructors in org.jboss.as.naming.deployment with parameters of type ExternalContexts Constructor Description ExternalContextsProcessor(ExternalContexts externalContexts) -
Uses of ExternalContexts in org.jboss.as.naming.service
Methods in org.jboss.as.naming.service that return ExternalContexts Modifier and Type Method Description ExternalContextsExternalContextsService. getValue()Methods in org.jboss.as.naming.service that return types with arguments of type ExternalContexts Modifier and Type Method Description org.jboss.msc.value.InjectedValue<ExternalContexts>ExternalContextBinderService. getExternalContextsInjector()Constructors in org.jboss.as.naming.service with parameters of type ExternalContexts Constructor Description ExternalContextsService(ExternalContexts externalContexts)
-