Uses of Class
org.jboss.as.naming.context.NamespaceContextSelector
-
Packages that use NamespaceContextSelector Package Description org.jboss.as.naming.context -
-
Uses of NamespaceContextSelector in org.jboss.as.naming.context
Methods in org.jboss.as.naming.context that return NamespaceContextSelector Modifier and Type Method Description static NamespaceContextSelectorNamespaceContextSelector. getCurrentSelector()Get the current context selector for the current thread.static NamespaceContextSelectorNamespaceContextSelector. popCurrentSelector()Pops the current selector for the thread, replacing it with the previous selectorMethods in org.jboss.as.naming.context with parameters of type NamespaceContextSelector Modifier and Type Method Description static voidNamespaceContextSelector. pushCurrentSelector(NamespaceContextSelector selector)Set the current context selector for the current thread.static voidNamespaceContextSelector. setDefault(NamespaceContextSelector selector)
-