Skip navigation links
WildFly: Naming Subsystem 21.0.0.Beta1
A B C D E F G H I J K L M N O P R S T U V W 

A

acquire() - Method in class org.jboss.as.naming.service.BinderService
 
ACTION_ADD_NAMING_LISTENER - Static variable in class org.wildfly.naming.java.permission.JndiPermission
The bitwise encoding of the addNamingListener action.
ACTION_ALL - Static variable in class org.wildfly.naming.java.permission.JndiPermission
The bitwise encoding of the * action.
ACTION_BIND - Static variable in class org.wildfly.naming.java.permission.JndiPermission
The bitwise encoding of the bind action.
ACTION_CREATE_SUBCONTEXT - Static variable in class org.wildfly.naming.java.permission.JndiPermission
The bitwise encoding of the createSubcontext action.
ACTION_DESTROY_SUBCONTEXT - Static variable in class org.wildfly.naming.java.permission.JndiPermission
The bitwise encoding of the destroySubcontext action.
ACTION_LIST - Static variable in class org.wildfly.naming.java.permission.JndiPermission
The bitwise encoding of the list action.
ACTION_LIST_BINDINGS - Static variable in class org.wildfly.naming.java.permission.JndiPermission
The bitwise encoding of the listBindings action.
ACTION_LOOKUP - Static variable in class org.wildfly.naming.java.permission.JndiPermission
The bitwise encoding of the lookup action.
ACTION_REBIND - Static variable in class org.wildfly.naming.java.permission.JndiPermission
The bitwise encoding of the rebind action.
ACTION_UNBIND - Static variable in class org.wildfly.naming.java.permission.JndiPermission
The bitwise encoding of the unbind action.
activatingSubsystem() - Method in interface org.jboss.as.naming.logging.NamingLogger
Logs an informational message indicating the naming subsystem is being activated.
activatingSubsystem() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
activatingSubsystem$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
add(BinderService) - Method in class org.jboss.as.naming.deployment.RuntimeBindReleaseService.References
 
add(ServiceName) - Method in class org.jboss.as.naming.ServiceBasedNamingStore
 
addEntries(ModelNode, Context) - Method in interface org.jboss.as.naming.management.JndiViewExtensionContext
Add all the entries from the provided context into the provided model node.
addExtension(JndiViewExtension) - Method in class org.jboss.as.naming.management.JndiViewExtensionRegistry
 
addExternalContext(ServiceName) - Method in interface org.jboss.as.naming.context.external.ExternalContexts
Adds an external context.
addExternalContext(ServiceName) - Method in class org.jboss.as.naming.context.external.ExternalContextsNavigableSet
 
addNamingListener(Name, int, NamingListener) - Method in class org.jboss.as.naming.InMemoryNamingStore
Add a NamingListener to the naming event coordinator.
addNamingListener(Name, int, NamingListener) - Method in class org.jboss.as.naming.NamingContext
addNamingListener(String, int, NamingListener) - Method in class org.jboss.as.naming.NamingContext
addNamingListener(Name, int, NamingListener) - Method in interface org.jboss.as.naming.NamingStore
Add a NamingListener for a specific target and scope.
addNamingListener(Name, int, NamingListener) - Method in class org.jboss.as.naming.ServiceBasedNamingStore
 
addToEnvironment(String, Object) - Method in class org.jboss.as.naming.NamingContext
addUrlContextFactory(String, ObjectFactory) - Static method in class org.jboss.as.naming.InitialContext
Add an ObjectFactory to handle requests for a specific URL scheme.
append(String) - Method in class org.jboss.as.naming.deployment.JndiName
Create a new JNDI name by appending a new local entry name to this name.
APPLICATION_CONTEXT_SERVICE_NAME - Static variable in class org.jboss.as.naming.deployment.ContextNames
Parent ServiceName for java:app namespace
Attachments - Class in org.jboss.as.naming.deployment
The Naming subsystem's DU attachment keys.
Attachments() - Constructor for class org.jboss.as.naming.deployment.Attachments
 

B

bind(Name, Object) - Method in class org.jboss.as.naming.InMemoryNamingStore
Bind and object into the naming store, creating parent contexts if needed.
bind(Name, Object, Class<?>) - Method in class org.jboss.as.naming.InMemoryNamingStore
Bind and object into the naming store, creating parent contexts if needed.
bind(Name, Object) - Method in class org.jboss.as.naming.NamingContext
bind(String, Object) - Method in class org.jboss.as.naming.NamingContext
bind(Name, Object) - Method in interface org.jboss.as.naming.WritableNamingStore
Bind and object into the naming store, creating parent contexts if needed.
bind(Name, Object, Class<?>) - Method in interface org.jboss.as.naming.WritableNamingStore
Bind and object into the naming store, creating parent contexts if needed.
bind(Name, Object, Class<?>) - Method in class org.jboss.as.naming.WritableServiceBasedNamingStore
 
bind(Name, Object) - Method in class org.jboss.as.naming.WritableServiceBasedNamingStore
 
BinderService - Class in org.jboss.as.naming.service
Service responsible for binding and unbinding an entry into a naming context.
BinderService(String, Object, boolean) - Constructor for class org.jboss.as.naming.service.BinderService
Construct new instance.
BinderService(String, Object) - Constructor for class org.jboss.as.naming.service.BinderService
Construct new instance.
BinderService(String) - Constructor for class org.jboss.as.naming.service.BinderService
 
bindInfoFor(String, String, String, String) - Static method in class org.jboss.as.naming.deployment.ContextNames
Get the service name of a context, or null if there is no service mapping for the context name.
bindInfoFor(String) - Static method in class org.jboss.as.naming.deployment.ContextNames
Get the service name of a NamingStore
bindInfoForEnvEntry(String, String, String, boolean, String) - Static method in class org.jboss.as.naming.deployment.ContextNames
Get the service name of an environment entry
BINDING - Static variable in interface org.jboss.as.naming.subsystem.NamingSubsystemModel
 
BINDING_PATH - Static variable in interface org.jboss.as.naming.subsystem.NamingSubsystemModel
 
BINDING_TYPE - Static variable in interface org.jboss.as.naming.subsystem.NamingSubsystemModel
 
BindingType - Enum in org.jboss.as.naming.subsystem
 
bindingTypeRequiresAttributeDefined(BindingType, String) - Method in interface org.jboss.as.naming.logging.NamingLogger
Creates an exception indicating that a required attribute is not defined.
bindingTypeRequiresAttributeDefined(BindingType, String) - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
bindingTypeRequiresAttributeDefined$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
buildServiceName(ServiceName, String) - Static method in class org.jboss.as.naming.deployment.ContextNames
 
buildServiceName(Name) - Method in class org.jboss.as.naming.ServiceBasedNamingStore
 

C

CACHE - Static variable in interface org.jboss.as.naming.subsystem.NamingSubsystemModel
 
CACHE_CONTEXT - Static variable in class org.jboss.as.naming.ExternalContextObjectFactory
 
cacheNotValidForBindingType(BindingType) - Method in interface org.jboss.as.naming.logging.NamingLogger
 
cacheNotValidForBindingType(BindingType) - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
cacheNotValidForBindingType$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
cannotAddToReadOnlyPermissionCollection() - Method in interface org.jboss.as.naming.logging.NamingLogger
Creates an exception indicating you cannot add a Permission to a read-only PermissionCollection.
cannotAddToReadOnlyPermissionCollection() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
cannotAddToReadOnlyPermissionCollection$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
cannotBeNull(String) - Method in interface org.jboss.as.naming.logging.NamingLogger
A message indicating the name cannot be null.
cannotBeNull(String) - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
cannotBeNull$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
cannotDeferenceObject(Throwable) - Method in interface org.jboss.as.naming.logging.NamingLogger
Creates an exception indicating the object dereference to the object failed.
cannotDeferenceObject(Throwable) - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
cannotDeferenceObject$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
cannotListNonContextBinding() - Method in interface org.jboss.as.naming.logging.NamingLogger
Creates an exception indicating the inability to list a non-context binding.
cannotListNonContextBinding() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
cannotListNonContextBinding$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
cannotLookupLink() - Method in interface org.jboss.as.naming.logging.NamingLogger
A message indicating the link could not be looked up.
cannotLookupLink() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
cannotLookupLink$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
cannotProceedException(Object, Name) - Static method in class org.jboss.as.naming.util.NamingUtils
Return a cannot-proceed exception.
cannotRebindExternalContext() - Method in interface org.jboss.as.naming.logging.NamingLogger
 
cannotRebindExternalContext() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
cannotRebindExternalContext$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
cannotResolveService(ServiceName) - Method in interface org.jboss.as.naming.logging.NamingLogger
Creates an exception indicating the service name could not be resolved.
cannotResolveService(ServiceName, String, String) - Method in interface org.jboss.as.naming.logging.NamingLogger
Creates an exception indicating the service name could not be resolved.
cannotResolveService(ServiceName) - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
cannotResolveService(ServiceName, String, String) - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
cannotResolveService1$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
cannotResolveService3$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
cannotResolveServiceBug(ServiceName, String, String) - Method in interface org.jboss.as.naming.logging.NamingLogger
Creates an exception indicating the service name could not be resolved and here is a bug.
cannotResolveServiceBug(ServiceName, String, String) - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
cannotResolveServiceBug$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
CAPABILITY_NAME - Static variable in class org.jboss.as.naming.service.NamingService
 
CLASS - Static variable in interface org.jboss.as.naming.subsystem.NamingSubsystemModel
 
clear() - Method in class org.jboss.as.naming.util.FastCopyHashMap
 
clone() - Method in class org.jboss.as.naming.util.FastCopyHashMap
 
close() - Method in class org.jboss.as.naming.InMemoryNamingStore
Close the store.
close() - Method in class org.jboss.as.naming.NamingContext
close() - Method in interface org.jboss.as.naming.NamingStore
Close the naming store and cleanup any resource used by the store.
close() - Method in class org.jboss.as.naming.ServiceBasedNamingStore
 
compareTo(JndiName) - Method in class org.jboss.as.naming.deployment.JndiName
 
COMPONENT_CONTEXT_SERVICE_NAME - Static variable in class org.jboss.as.naming.deployment.ContextNames
Parent ServiceName for java:comp namespace
composeName(Name, Name) - Method in class org.jboss.as.naming.NamingContext
composeName(String, String) - Method in class org.jboss.as.naming.NamingContext
ConstructorManagedReferenceFactory - Class in org.jboss.as.naming
Managed reference that creates an instance from the constructor.
ConstructorManagedReferenceFactory(Constructor<?>) - Constructor for class org.jboss.as.naming.ConstructorManagedReferenceFactory
 
contains(ServiceName) - Method in class org.jboss.as.naming.deployment.RuntimeBindReleaseService.References
 
containsKey(Object) - Method in class org.jboss.as.naming.util.FastCopyHashMap
 
containsValue(Object) - Method in class org.jboss.as.naming.util.FastCopyHashMap
 
ContextListAndJndiViewManagedReferenceFactory - Interface in org.jboss.as.naming
A ManagedReferenceFactory which properly supports Context list operations, and JNDI View lookups.
ContextListManagedReferenceFactory - Interface in org.jboss.as.naming
A ManagedReferenceFactory which knows the class name of its ManagedReference object instance.
ContextManagedReferenceFactory - Class in org.jboss.as.naming
Managed reference factory used for binding a context.
ContextManagedReferenceFactory(String) - Constructor for class org.jboss.as.naming.ContextManagedReferenceFactory
 
ContextNames - Class in org.jboss.as.naming.deployment
 
ContextNames() - Constructor for class org.jboss.as.naming.deployment.ContextNames
 
ContextNames.BindInfo - Class in org.jboss.as.naming.deployment
 
contextServiceNameOfApplication(String) - Static method in class org.jboss.as.naming.deployment.ContextNames
Get the base service name of an application's JNDI namespace.
contextServiceNameOfComponent(String, String, String) - Static method in class org.jboss.as.naming.deployment.ContextNames
Get the base service name of a component's JNDI namespace.
contextServiceNameOfModule(String, String) - Static method in class org.jboss.as.naming.deployment.ContextNames
Get the base service name of a module's JNDI namespace.
couldNotInstantiateClassInstanceFromModule(String, ModuleIdentifier) - Method in interface org.jboss.as.naming.logging.NamingLogger
Creates an exception indicating that a class instance could not be instantiate, from the specified module.
couldNotInstantiateClassInstanceFromModule(String, ModuleIdentifier) - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
couldNotInstantiateClassInstanceFromModule$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
couldNotLoadClassFromModule(String, ModuleIdentifier) - Method in interface org.jboss.as.naming.logging.NamingLogger
Creates an exception indicating that a class could not be loaded from a module.
couldNotLoadClassFromModule(String, ModuleIdentifier) - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
couldNotLoadClassFromModule$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
couldNotLoadModule(ModuleIdentifier) - Method in interface org.jboss.as.naming.logging.NamingLogger
Creates an exception indicating that a module could not be loaded.
couldNotLoadModule(ModuleIdentifier) - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
couldNotLoadModule$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
create(Class<?>, Class<?>) - Static method in class org.jboss.as.naming.context.ModularReference
Create a ModuleReference from a target type and factory class.
create(String, Class<?>) - Static method in class org.jboss.as.naming.context.ModularReference
Create a ModuleReference from a target class name and factory class.
create(Class<?>, RefAddr, Class<?>) - Static method in class org.jboss.as.naming.context.ModularReference
Create a ModuleReference from a target type, reference address and factory class.
create(String, RefAddr, Class<?>) - Static method in class org.jboss.as.naming.context.ModularReference
Create a ModuleReference from a target class name, reference address and factory class.
createInitialContextFactory(Hashtable<?, ?>) - Method in class org.jboss.as.naming.InitialContextFactoryBuilder
Retrieves the default JBoss naming context factory.
createObjectFactory(Object, Hashtable<?, ?>) - Method in class org.jboss.as.naming.context.ObjectFactoryBuilder
Create an object factory.
createReference(ServiceName) - Static method in class org.jboss.as.naming.ManagedReferenceObjectFactory
 
createReference(ServiceName, Class<? extends ServiceReferenceObjectFactory>) - Static method in class org.jboss.as.naming.ServiceReferenceObjectFactory
Create a reference to a sub class of ServiceReferenceObjectFactory that injects the value of the given service.
createSubcontext(Name) - Method in class org.jboss.as.naming.InMemoryNamingStore
 
createSubcontext(Name) - Method in class org.jboss.as.naming.NamingContext
createSubcontext(String) - Method in class org.jboss.as.naming.NamingContext
createSubcontext(Name) - Method in interface org.jboss.as.naming.WritableNamingStore
Create a sub-context for the provided name.
createSubcontext(Name) - Method in class org.jboss.as.naming.WritableServiceBasedNamingStore
 

D

DEFAULT_INSTANCE_CLASS_NAME - Static variable in interface org.jboss.as.naming.ContextListManagedReferenceFactory
 
DEFAULT_JNDI_VIEW_INSTANCE_VALUE - Static variable in interface org.jboss.as.naming.JndiViewManagedReferenceFactory
 
DefaultNamespaceContextSelectorService - Class in org.jboss.as.naming.service
 
DefaultNamespaceContextSelectorService() - Constructor for class org.jboss.as.naming.service.DefaultNamespaceContextSelectorService
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.naming.deployment.ExternalContextsProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.naming.deployment.JndiNamingDependencyProcessor
 
destroySubcontext(Name) - Method in class org.jboss.as.naming.NamingContext
destroySubcontext(String) - Method in class org.jboss.as.naming.NamingContext
duplicateBinding(JndiName, Object, Object) - Method in interface org.jboss.as.naming.logging.NamingLogger
A message indicating duplicate JNDI bindings were found.
duplicateBinding(JndiName, Object, Object) - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
duplicateBinding$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
DuplicateBindingException - Exception in org.jboss.as.naming.deployment
Exception thrown if a deployment contains duplicate non-compatible JNDI bindings.
DuplicateBindingException(String) - Constructor for exception org.jboss.as.naming.deployment.DuplicateBindingException
 

E

emptyNameException() - Static method in class org.jboss.as.naming.util.NamingUtils
Create an invalid name exception for an empty name.
emptyNameNotAllowed() - Method in interface org.jboss.as.naming.logging.NamingLogger
Creates an exception indicating an empty name is not allowed.
emptyNameNotAllowed() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
emptyNameNotAllowed$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
entryNotRegistered(Throwable, String, Context) - Method in interface org.jboss.as.naming.logging.NamingLogger
Creates an exception indicating the JNDI entry is not yet registered in the context.
entryNotRegistered(Throwable, String, Context) - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
entryNotRegistered$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
entrySet() - Method in class org.jboss.as.naming.util.FastCopyHashMap
 
ENVIRONMENT - Static variable in interface org.jboss.as.naming.subsystem.NamingSubsystemModel
 
equals(Object) - Method in class org.jboss.as.naming.deployment.JndiName
 
equals(Object) - Method in class org.jboss.as.naming.util.FastCopyHashMap.SimpleEntry
 
equals(Object) - Method in class org.wildfly.naming.java.permission.JndiPermission
Determine whether this object is equal to another.
equals(JndiPermission) - Method in class org.wildfly.naming.java.permission.JndiPermission
Determine whether this object is equal to another.
execute(JndiViewExtensionContext) - Method in interface org.jboss.as.naming.management.JndiViewExtension
Execute the extension and provide additional JNDI information in the result.
execute(OperationContext, ModelNode) - Method in class org.jboss.as.naming.management.JndiViewOperation
 
EXPORTED_CONTEXT_SERVICE_NAME - Static variable in class org.jboss.as.naming.deployment.ContextNames
ServiceName for java:jboss/exported namespace
EXTERNAL_CONTEXT - Static variable in interface org.jboss.as.naming.subsystem.NamingSubsystemModel
 
EXTERNAL_CONTEXTS - Static variable in class org.jboss.as.naming.deployment.Attachments
The DU key where the subsystem's ExternalContexts instance may be found by DUPs.
ExternalContextBinderService - Class in org.jboss.as.naming.service
A binder service for external contexts.
ExternalContextBinderService(String, Object) - Constructor for class org.jboss.as.naming.service.ExternalContextBinderService
 
ExternalContextObjectFactory - Class in org.jboss.as.naming
An ObjectFactory that binds an arbitrary InitialContext into JNDI.
ExternalContextObjectFactory() - Constructor for class org.jboss.as.naming.ExternalContextObjectFactory
 
ExternalContexts - Interface in org.jboss.as.naming.context.external
The external contexts which exist in Wildfly's Naming subsystem.
ExternalContextsNavigableSet - Class in org.jboss.as.naming.context.external
An ExternalContexts implementation using a NavigableSet to store the service names of the existent external contexts.
ExternalContextsNavigableSet() - Constructor for class org.jboss.as.naming.context.external.ExternalContextsNavigableSet
 
ExternalContextsProcessor - Class in org.jboss.as.naming.deployment
A processor which adds the subsystem external contexts to deployment units attachments.
ExternalContextsProcessor(ExternalContexts) - Constructor for class org.jboss.as.naming.deployment.ExternalContextsProcessor
 
ExternalContextsService - Class in org.jboss.as.naming.service
A service containing the subsystem's ExternalContexts.
ExternalContextsService(ExternalContexts) - Constructor for class org.jboss.as.naming.service.ExternalContextsService
 

F

failedToDestroyRootContext(Throwable) - Method in interface org.jboss.as.naming.logging.NamingLogger
Creates an exception indicating a failure to destroy the root context.
failedToDestroyRootContext(Throwable) - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
failedToDestroyRootContext$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
failedToInstantiate(Throwable, String, String, ClassLoader) - Method in interface org.jboss.as.naming.logging.NamingLogger
Creates an exception indicating the className could not be instantiated from the classLoader.
failedToInstantiate(Throwable, String, String, ClassLoader) - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
failedToInstantiate$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
failedToLookupJndiViewValue(String, Throwable) - Method in interface org.jboss.as.naming.logging.NamingLogger
A message indicating that the lookup of an entry's JNDI view value failed.
failedToLookupJndiViewValue(String, Throwable) - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
failedToLookupJndiViewValue$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
failedToReadContextEntries(String) - Method in interface org.jboss.as.naming.logging.NamingLogger
A message indicating the context entries could not be read from the binding name represented by the bindingName parameter.
failedToReadContextEntries(String) - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
failedToReadContextEntries$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
failedToReleaseBinderService(Throwable) - Method in interface org.jboss.as.naming.logging.NamingLogger
Creates an exception indicating that a class is not an ObjectFactory instance, from the specified module.
failedToReleaseBinderService(Throwable) - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
failedToReleaseBinderService$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
failedToSet(Throwable, String) - Method in interface org.jboss.as.naming.logging.NamingLogger
Logs a warning message indicating the name failed to get set.
failedToSet(Throwable, String) - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
failedToSet$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
failedToStart(String) - Method in interface org.jboss.as.naming.logging.NamingLogger
A message indicating a failure to start the name service.
failedToStart(String) - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
failedToStart$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
FastCopyHashMap<K,V> - Class in org.jboss.as.naming.util
A HashMap that is optimized for fast shallow copies.
FastCopyHashMap(int, float) - Constructor for class org.jboss.as.naming.util.FastCopyHashMap
 
FastCopyHashMap(Map<? extends K, ? extends V>) - Constructor for class org.jboss.as.naming.util.FastCopyHashMap
 
FastCopyHashMap(int) - Constructor for class org.jboss.as.naming.util.FastCopyHashMap
 
FastCopyHashMap() - Constructor for class org.jboss.as.naming.util.FastCopyHashMap
 
FastCopyHashMap.SimpleEntry<K,V> - Class in org.jboss.as.naming.util
 
forName(String) - Static method in enum org.jboss.as.naming.subsystem.BindingType
 
forName(String) - Static method in enum org.jboss.as.naming.subsystem.NamingSubsystemXMLAttribute
 
forName(String) - Static method in enum org.jboss.as.naming.subsystem.NamingSubsystemXMLElement
 
forUri(String) - Static method in enum org.jboss.as.naming.subsystem.NamingSubsystemNamespace
 

G

get(Object) - Method in class org.jboss.as.naming.util.FastCopyHashMap
 
getAbsoluteJndiName() - Method in class org.jboss.as.naming.deployment.ContextNames.BindInfo
Returns the absolute jndi name of this ContextNames.BindInfo.
getAbsoluteName() - Method in class org.jboss.as.naming.deployment.JndiName
Get the absolute JNDI name as a string.
getAccessConstraints() - Method in class org.jboss.as.naming.subsystem.NamingBindingResourceDefinition
 
getActionBits() - Method in class org.wildfly.naming.java.permission.JndiPermission
Get the action bits.
getActions() - Method in class org.wildfly.naming.java.permission.JndiPermission
Get the actions string.
getBaseName() - Method in class org.jboss.as.naming.InMemoryNamingStore
Retrieves the store's base name, which is the prefix for the absolute name of each entry in the store.
getBaseName() - Method in interface org.jboss.as.naming.NamingStore
Retrieves the store's base name, which is the prefix for the absolute name of each entry in the store.
getBaseName() - Method in class org.jboss.as.naming.ServiceBasedNamingStore
 
getBinderServiceName() - Method in class org.jboss.as.naming.deployment.ContextNames.BindInfo
The service name for binder
getBindName() - Method in class org.jboss.as.naming.deployment.ContextNames.BindInfo
The name for the binding
getContext(String) - Method in class org.jboss.as.naming.context.NamespaceContextSelector
Get the context for a given identifier (eg.
getContextInjector() - Method in class org.jboss.as.naming.deployment.NamingLookupValue
Get the naming context injector.
getCurrentSelector() - Static method in class org.jboss.as.naming.context.NamespaceContextSelector
Get the current context selector for the current thread.
getDefaultInitCtx() - Method in class org.jboss.as.naming.InitialContext
 
getEndpointInjector() - Method in class org.jboss.as.naming.remote.RemoteNamingServerService
 
getEnvironment() - Method in class org.jboss.as.naming.NamingContext
getExternalContexts() - Method in class org.jboss.as.naming.deployment.ExternalContextsProcessor
 
getExternalContextsInjector() - Method in class org.jboss.as.naming.service.ExternalContextBinderService
 
getGlobalNamingStore() - Method in class org.jboss.as.naming.service.DefaultNamespaceContextSelectorService
 
getInitialContext(Hashtable<?, ?>) - Method in class org.jboss.as.naming.InitialContextFactory
Get an initial context instance.
getInstance() - Method in class org.jboss.as.naming.ImmediateManagedReference
 
getInstance() - Method in interface org.jboss.as.naming.ManagedReference
Get the object instance.
getInstance() - Method in class org.jboss.as.naming.ValueManagedReference
 
getInstance() - Method in class org.jboss.as.naming.ValueManagedReferenceFactory.ValueManagedReference
 
getInstanceClassName() - Method in interface org.jboss.as.naming.ContextListManagedReferenceFactory
Retrieves the reference's object instance class name.
getInstanceClassName() - Method in class org.jboss.as.naming.ContextManagedReferenceFactory
 
getInstanceClassName() - Method in class org.jboss.as.naming.StaticManagedObject
 
getInstanceClassName() - Method in class org.jboss.as.naming.ValueManagedReferenceFactory
 
getJbossNamingStore() - Method in class org.jboss.as.naming.service.DefaultNamespaceContextSelectorService
 
getJndiViewInstanceValue() - Method in class org.jboss.as.naming.ContextManagedReferenceFactory
 
getJndiViewInstanceValue() - Method in interface org.jboss.as.naming.JndiViewManagedReferenceFactory
Retrieves the reference's object instance JNDI View value.
getJndiViewInstanceValue() - Method in class org.jboss.as.naming.StaticManagedObject
 
getJndiViewInstanceValue() - Method in class org.jboss.as.naming.ValueManagedReferenceFactory
 
getKey() - Method in class org.jboss.as.naming.util.FastCopyHashMap.SimpleEntry
 
getLastComponent(Name) - Static method in class org.jboss.as.naming.util.NamingUtils
Get the last component of a name.
getLocalName() - Method in class org.jboss.as.naming.deployment.JndiName
Get the local JNDI entry name.
getLocalName() - Method in enum org.jboss.as.naming.subsystem.NamingSubsystemXMLAttribute
Get the local name of this attribute.
getLocalName() - Method in enum org.jboss.as.naming.subsystem.NamingSubsystemXMLElement
Get the local name of this element.
getLoggingLocale() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
getManagedObjectInjector() - Method in class org.jboss.as.naming.service.BinderService
Get the injector for the item to be bound.
getModuleIdentifier() - Method in class org.jboss.as.naming.context.ModularReference
Get the module name to load the factory class from.
getName() - Method in class org.jboss.as.naming.service.BinderService
 
getNameInNamespace() - Method in class org.jboss.as.naming.NamingContext
getNameParser(Name) - Method in class org.jboss.as.naming.NamingContext
getNameParser(String) - Method in class org.jboss.as.naming.NamingContext
getNamingStore() - Method in class org.jboss.as.naming.remote.HttpRemoteNamingServerService
 
getNamingStore() - Method in class org.jboss.as.naming.service.NamingService
Retrieves the naming store's InjectedValue.
getNamingStoreInjectedValue() - Method in class org.jboss.as.naming.ContextManagedReferenceFactory
 
getNamingStoreInjector() - Method in class org.jboss.as.naming.remote.RemoteNamingServerService
 
getNamingStoreInjector() - Method in class org.jboss.as.naming.service.BinderService
Get the naming store injector.
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.jboss.as.naming.context.ObjectFactoryBuilder
Create an object instance.
getObjectInstance(Object, Name, Context, Hashtable<?, ?>, Attributes) - Method in class org.jboss.as.naming.context.ObjectFactoryBuilder
Create an object instance.
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.jboss.as.naming.ExternalContextObjectFactory
 
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.jboss.as.naming.interfaces.java.javaURLContextFactory
getObjectInstance(Object, Object, Name, Context, Hashtable<?, ?>) - Method in class org.jboss.as.naming.ManagedReferenceObjectFactory
 
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.jboss.as.naming.ServiceReferenceObjectFactory
 
getObjectInstance(Object, Object, Name, Context, Hashtable<?, ?>) - Method in class org.jboss.as.naming.ServiceReferenceObjectFactory
Handles the service reference.
getOperationContext() - Method in interface org.jboss.as.naming.management.JndiViewExtensionContext
Get the operation context.
getParent() - Method in class org.jboss.as.naming.deployment.JndiName
Get the parent JNDI name.
getParentContextServiceName() - Method in class org.jboss.as.naming.deployment.ContextNames.BindInfo
The service name for the target namespace the binding will occur.
getParentExternalContext(ServiceName) - Method in interface org.jboss.as.naming.context.external.ExternalContexts
Retrieves the external context that is a parent of the specified child service name.
getParentExternalContext(ServiceName) - Method in class org.jboss.as.naming.context.external.ExternalContextsNavigableSet
 
getPathHandlerInjectedValue() - Method in class org.jboss.as.naming.remote.HttpRemoteNamingServerService
 
getReference() - Method in class org.jboss.as.naming.ConstructorManagedReferenceFactory
 
getReference() - Method in class org.jboss.as.naming.ContextManagedReferenceFactory
 
getReference() - Method in class org.jboss.as.naming.ImmediateManagedReferenceFactory
 
getReference() - Method in interface org.jboss.as.naming.ManagedReferenceFactory
Get a new managed instance reference.
getReference() - Method in class org.jboss.as.naming.StaticManagedObject
 
getReference() - Method in class org.jboss.as.naming.ValueManagedReferenceFactory
 
getRemoteExposedNamingStore() - Method in class org.jboss.as.naming.service.DefaultNamespaceContextSelectorService
 
getResolve() - Method in exception org.jboss.as.naming.RequireResolveException
 
getResourceDescriptionResolver(String) - Static method in class org.jboss.as.naming.subsystem.NamingExtension
 
getResult() - Method in interface org.jboss.as.naming.management.JndiViewExtensionContext
Get the operation result.
getServiceName() - Method in class org.jboss.as.naming.service.BinderService
 
getServiceNameBase() - Method in class org.jboss.as.naming.ServiceBasedNamingStore
 
getServiceRegistry() - Method in class org.jboss.as.naming.ServiceBasedNamingStore
 
getSource() - Method in class org.jboss.as.naming.service.BinderService
 
getSubsystemName() - Method in class org.jboss.as.naming.subsystem.NamingTransformers
 
getUriString() - Method in enum org.jboss.as.naming.subsystem.NamingSubsystemNamespace
Get the URI of this namespace.
getURLOrDefaultInitCtx(String) - Method in class org.jboss.as.naming.InitialContext
 
getURLOrDefaultInitCtx(Name) - Method in class org.jboss.as.naming.InitialContext
 
getURLScheme(String) - Static method in class org.jboss.as.naming.InitialContext
 
getValue() - Method in class org.jboss.as.naming.deployment.NamingLookupValue
Lookup the value from the naming context.
getValue() - Method in class org.jboss.as.naming.deployment.RuntimeBindReleaseService
 
getValue() - Method in class org.jboss.as.naming.management.JndiViewExtensionRegistry
 
getValue() - Method in class org.jboss.as.naming.remote.HttpRemoteNamingServerService
 
getValue() - Method in class org.jboss.as.naming.remote.RemoteNamingServerService
 
getValue() - Method in class org.jboss.as.naming.service.BinderService
Get the value from the injected context.
getValue() - Method in class org.jboss.as.naming.service.DefaultNamespaceContextSelectorService
 
getValue() - Method in class org.jboss.as.naming.service.ExternalContextsService
 
getValue() - Method in class org.jboss.as.naming.service.NamingService
Get the naming store value.
getValue() - Method in class org.jboss.as.naming.service.NamingStoreService
Get the context value.
getValue() - Method in class org.jboss.as.naming.util.FastCopyHashMap.SimpleEntry
 
GLOBAL_CONTEXT_SERVICE_NAME - Static variable in class org.jboss.as.naming.deployment.ContextNames
ServiceName for java:global namespace

H

hashCode() - Method in class org.jboss.as.naming.deployment.JndiName
 
hashCode() - Method in class org.jboss.as.naming.util.FastCopyHashMap.SimpleEntry
 
hashCode() - Method in class org.wildfly.naming.java.permission.JndiPermission
Get the hash code of this permission.
HttpRemoteNamingServerService - Class in org.jboss.as.naming.remote
 
HttpRemoteNamingServerService() - Constructor for class org.jboss.as.naming.remote.HttpRemoteNamingServerService
 

I

illegalContextInName(String) - Method in interface org.jboss.as.naming.logging.NamingLogger
Creates an exception indicating there was an illegal context in the name.
illegalContextInName(String) - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
illegalContextInName$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
ImmediateManagedReference - Class in org.jboss.as.naming
A simple immediately-available ManagedReference's instance.
ImmediateManagedReference(Object) - Constructor for class org.jboss.as.naming.ImmediateManagedReference
 
ImmediateManagedReferenceFactory - Class in org.jboss.as.naming
 
ImmediateManagedReferenceFactory(Object) - Constructor for class org.jboss.as.naming.ImmediateManagedReferenceFactory
 
implies(Permission) - Method in class org.wildfly.naming.java.permission.JndiPermission
Determine if this permission implies the other permission.
implies(JndiPermission) - Method in class org.wildfly.naming.java.permission.JndiPermission
Determine if this permission implies the other permission.
implies(String, String) - Method in class org.wildfly.naming.java.permission.JndiPermission
Determine if this permission implies the given actions on the given name.
implies(String, int) - Method in class org.wildfly.naming.java.permission.JndiPermission
Determine if this permission implies the given actionsBits on the given name.
init(Hashtable<?, ?>) - Method in class org.jboss.as.naming.InitialContext
 
INITIAL_CONTEXT_CLASS - Static variable in class org.jboss.as.naming.ExternalContextObjectFactory
 
INITIAL_CONTEXT_MODULE - Static variable in class org.jboss.as.naming.ExternalContextObjectFactory
 
InitialContext - Class in org.jboss.as.naming
 
InitialContext(Hashtable<?, ?>) - Constructor for class org.jboss.as.naming.InitialContext
 
InitialContextFactory - Class in org.jboss.as.naming
Initial context factory which returns NamingContext instances.
InitialContextFactory() - Constructor for class org.jboss.as.naming.InitialContextFactory
 
InitialContextFactoryBuilder - Class in org.jboss.as.naming
Initial context factory builder which ensures the proper naming context factory.
InitialContextFactoryBuilder() - Constructor for class org.jboss.as.naming.InitialContextFactoryBuilder
 
initialize(ExtensionContext) - Method in class org.jboss.as.naming.subsystem.NamingExtension
initializeNamingManager() - Static method in class org.jboss.as.naming.NamingContext
Initialize the naming components required by NamingManager.
initializeParsers(ExtensionParsingContext) - Method in class org.jboss.as.naming.subsystem.NamingExtension
inject(T) - Method in class org.jboss.as.naming.ManagedReferenceInjector
 
injectServiceRegistry(ServiceRegistry) - Method in interface org.jboss.as.naming.ServiceAwareObjectFactory
 
injectServiceRegistry(ServiceRegistry) - Method in class org.jboss.as.naming.ServiceReferenceObjectFactory
 
InMemoryNamingStore - Class in org.jboss.as.naming
In-memory implementation of the NamingStore.
InMemoryNamingStore() - Constructor for class org.jboss.as.naming.InMemoryNamingStore
Construct instance with no event support, and an empty base name.
InMemoryNamingStore(NamingEventCoordinator) - Constructor for class org.jboss.as.naming.InMemoryNamingStore
Construct instance with an event coordinator, and an empty base name.
InMemoryNamingStore(Name) - Constructor for class org.jboss.as.naming.InMemoryNamingStore
Construct instance with no event support, and the specified base name.
InMemoryNamingStore(NamingEventCoordinator, Name) - Constructor for class org.jboss.as.naming.InMemoryNamingStore
Construct instance with an event coordinator, and the specified base name.
INSTANCE - Static variable in class org.jboss.as.naming.context.ObjectFactoryBuilder
 
INSTANCE - Static variable in class org.jboss.as.naming.management.JndiViewOperation
 
INSTANCE - Static variable in class org.jboss.as.naming.subsystem.NamingBindingRemove
 
INSTANCE - Static variable in class org.jboss.as.naming.subsystem.NamingSubsystemXMLPersister
 
INSTANCE - Static variable in class org.jboss.as.naming.subsystem.RemoteNamingRemove
 
INSTANCE - Static variable in class org.jboss.as.naming.subsystem.RemoteNamingResourceDefinition
 
INSTANCE - Static variable in class org.jboss.as.naming.util.NameParser
 
invalidContextReference(String) - Method in interface org.jboss.as.naming.logging.NamingLogger
Creates an exception indicating the context reference is invalid.
invalidContextReference(String) - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
invalidContextReference$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
invalidJndiName(String) - Method in interface org.jboss.as.naming.logging.NamingLogger
Creates an exception indicating the JNDI name is invalid.
invalidJndiName(String) - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
invalidJndiName$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
invalidLoadFactor() - Method in interface org.jboss.as.naming.logging.NamingLogger
Creates an exception indicating the load factor must be greater than 0 and less then or equal 1.
invalidLoadFactor() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
invalidLoadFactor$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
invalidNameForContextBinding(String) - Method in interface org.jboss.as.naming.logging.NamingLogger
 
invalidNameForContextBinding(String) - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
invalidNameForContextBinding$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
invalidNamespaceForBinding(String, String) - Method in interface org.jboss.as.naming.logging.NamingLogger
 
invalidNamespaceForBinding(String, String) - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
invalidNamespaceForBinding$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
invalidPermission(Permission) - Method in interface org.jboss.as.naming.logging.NamingLogger
Creates an exception indicating the permission is invalid.
invalidPermission(Permission) - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
invalidPermission$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
invalidPermissionAction(String) - Method in interface org.jboss.as.naming.logging.NamingLogger
Creates an exception indicating the permission actions is unknown.
invalidPermissionAction(String) - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
invalidPermissionAction$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
invalidTableSize() - Method in interface org.jboss.as.naming.logging.NamingLogger
Creates an exception indicating the table size cannot be negative.
invalidTableSize() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
invalidTableSize$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
isEmpty() - Method in class org.jboss.as.naming.util.FastCopyHashMap
 
isEmpty(Name) - Static method in class org.jboss.as.naming.util.NamingUtils
Determine if a name is empty, or if ot contains only one component which is the empty string.
isEmpty() - Method in class org.jboss.as.naming.util.ThreadLocalStack
 
isLastComponentEmpty(Name) - Static method in class org.jboss.as.naming.util.NamingUtils
Determine whether the last component is empty.

J

JAVA_CONTEXT_SERVICE_NAME - Static variable in class org.jboss.as.naming.deployment.ContextNames
ServiceName for java: namespace
javaURLContextFactory - Class in org.jboss.as.naming.interfaces.java
Implementation of ObjectFactory used to create a NamingContext instances to support the java: namespace.
javaURLContextFactory() - Constructor for class org.jboss.as.naming.interfaces.java.javaURLContextFactory
 
JBOSS_CONTEXT_SERVICE_NAME - Static variable in class org.jboss.as.naming.deployment.ContextNames
ServiceName for java:jboss namespace
JndiName - Class in org.jboss.as.naming.deployment
Utility object used to easily manged the construction and management of JNDI names.
JndiNamingDependencyProcessor - Class in org.jboss.as.naming.deployment
Adds a service that depends on all JNDI bindings from the deployment to be up.
JndiNamingDependencyProcessor() - Constructor for class org.jboss.as.naming.deployment.JndiNamingDependencyProcessor
 
JndiPermission - Class in org.wildfly.naming.java.permission
Permission to access an object within the "java:" JNDI namespace.
JndiPermission(String, String) - Constructor for class org.wildfly.naming.java.permission.JndiPermission
Construct a new instance.
JndiPermission(String, int) - Constructor for class org.wildfly.naming.java.permission.JndiPermission
Construct a new instance using an action bitmask.
JndiViewExtension - Interface in org.jboss.as.naming.management
An extension to the JndiViewOperation.
JndiViewExtensionContext - Interface in org.jboss.as.naming.management
Context providing required information for JndiView extensions.
JndiViewExtensionRegistry - Class in org.jboss.as.naming.management
Registry for Jndi view extensions.
JndiViewExtensionRegistry() - Constructor for class org.jboss.as.naming.management.JndiViewExtensionRegistry
 
JndiViewManagedReferenceFactory - Interface in org.jboss.as.naming
A ManagedReferenceFactory which supports JNDI View lookups, which are done without the proper invocation context set.
jndiViewNotAvailable() - Method in interface org.jboss.as.naming.logging.NamingLogger
A message indicating that JNDI view is only available in runtime mode.
jndiViewNotAvailable() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
jndiViewNotAvailable$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
JndiViewOperation - Class in org.jboss.as.naming.management
 
JndiViewOperation() - Constructor for class org.jboss.as.naming.management.JndiViewOperation
 

K

keySet() - Method in class org.jboss.as.naming.util.FastCopyHashMap
 

L

list(Name) - Method in class org.jboss.as.naming.InMemoryNamingStore
List all NameClassPair instances at a given location in the tree.
list(Name) - Method in class org.jboss.as.naming.NamingContext
list(String) - Method in class org.jboss.as.naming.NamingContext
list(Name) - Method in interface org.jboss.as.naming.NamingStore
List the NameClassPair instances for the provided name.
list(Name) - Method in class org.jboss.as.naming.ServiceBasedNamingStore
 
listBindings(Name) - Method in class org.jboss.as.naming.InMemoryNamingStore
List all the Binding instances at a given location in the tree.
listBindings(Name) - Method in class org.jboss.as.naming.NamingContext
listBindings(String) - Method in class org.jboss.as.naming.NamingContext
listBindings(Name) - Method in interface org.jboss.as.naming.NamingStore
List the binding objects for a specified name.
listBindings(Name) - Method in class org.jboss.as.naming.ServiceBasedNamingStore
 
lookup(Name) - Method in class org.jboss.as.naming.InMemoryNamingStore
Lookup the object value of a binding node in the tree.
lookup(Name, boolean) - Method in class org.jboss.as.naming.InMemoryNamingStore
 
lookup(Name) - Method in class org.jboss.as.naming.NamingContext
lookup(String) - Method in class org.jboss.as.naming.NamingContext
lookup(String, boolean) - Method in class org.jboss.as.naming.NamingContext
 
lookup(Name, boolean) - Method in class org.jboss.as.naming.NamingContext
 
lookup(Name) - Method in interface org.jboss.as.naming.NamingStore
Look up an object from the naming store.
lookup(Name, boolean) - Method in interface org.jboss.as.naming.NamingStore
Look up an object from the naming store.
lookup(Name) - Method in class org.jboss.as.naming.ServiceBasedNamingStore
 
lookup(Name, boolean) - Method in class org.jboss.as.naming.ServiceBasedNamingStore
 
LOOKUP - Static variable in interface org.jboss.as.naming.subsystem.NamingSubsystemModel
 
lookupError(Throwable, String) - Method in interface org.jboss.as.naming.logging.NamingLogger
Creates an exception indicating a lookup failure.
lookupError(Throwable, String) - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
lookupError$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
lookupLink(Name) - Method in class org.jboss.as.naming.NamingContext
lookupLink(String) - Method in class org.jboss.as.naming.NamingContext

M

ManagedReference - Interface in org.jboss.as.naming
A reference to a container managed object
ManagedReferenceFactory - Interface in org.jboss.as.naming
Creates container managed references.
ManagedReferenceInjector<T> - Class in org.jboss.as.naming
A n adaptor between value injectors and ManagedReferenceFactory
ManagedReferenceInjector(Injector<ManagedReferenceFactory>) - Constructor for class org.jboss.as.naming.ManagedReferenceInjector
 
ManagedReferenceObjectFactory - Class in org.jboss.as.naming
 
ManagedReferenceObjectFactory() - Constructor for class org.jboss.as.naming.ManagedReferenceObjectFactory
 
ModularReference - Class in org.jboss.as.naming.context
Reference implementation that captures a module name and allows object factories to be loaded and created from modules.
ModularReference(String, String, ModuleIdentifier) - Constructor for class org.jboss.as.naming.context.ModularReference
Create an instance.
ModularReference(String, RefAddr, String, ModuleIdentifier) - Constructor for class org.jboss.as.naming.context.ModularReference
Create an instance.
MODULE - Static variable in interface org.jboss.as.naming.subsystem.NamingSubsystemModel
 
MODULE_CONTEXT_SERVICE_NAME - Static variable in class org.jboss.as.naming.deployment.ContextNames
Parent ServiceName for java:module namespace
moduleNotFound(ModuleIdentifier, String) - Method in interface org.jboss.as.naming.logging.NamingLogger
 
moduleNotFound(ModuleIdentifier, String) - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
moduleNotFound$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 

N

nameAlreadyBoundException(Name) - Static method in class org.jboss.as.naming.util.NamingUtils
Create a name-already-bound exception.
nameNotFoundException(String, Name) - Static method in class org.jboss.as.naming.util.NamingUtils
Create a name-not-found exception.
nameNotFoundInContext(String, Name) - Method in interface org.jboss.as.naming.logging.NamingLogger
Creates an exception indicating the name could not be found in the context.
nameNotFoundInContext(String, Name) - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
nameNotFoundInContext$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
NameParser - Class in org.jboss.as.naming.util
Name parser used by the NamingContext instances.
NamespaceContextSelector - Class in org.jboss.as.naming.context
Selects a naming context based on the provided identifier (eg.
NamespaceContextSelector() - Constructor for class org.jboss.as.naming.context.NamespaceContextSelector
 
NAMING - Static variable in class org.jboss.as.naming.deployment.ContextNames
Parent ServiceName for all naming services.
NAMING - Static variable in class org.jboss.as.naming.remote.HttpRemoteNamingServerService
 
NamingBindingAdd - Class in org.jboss.as.naming.subsystem
A AbstractAddStepHandler to handle the add operation for simple JNDI bindings
NamingBindingRemove - Class in org.jboss.as.naming.subsystem
Handles removing a JNDI binding
NamingBindingResourceDefinition - Class in org.jboss.as.naming.subsystem
A ResourceDefinition for JNDI bindings
NamingContext - Class in org.jboss.as.naming
Naming context implementation which proxies calls to a NamingStore instance.
NamingContext(Hashtable) - Constructor for class org.jboss.as.naming.NamingContext
Create a new naming context with no prefix or naming store.
NamingContext(Name, Hashtable) - Constructor for class org.jboss.as.naming.NamingContext
Create a context with a prefix name.
NamingContext(Name, NamingStore, Hashtable) - Constructor for class org.jboss.as.naming.NamingContext
Create a new naming context with a prefix name and a NamingStore instance to use as a backing.
NamingContext(NamingStore, Hashtable) - Constructor for class org.jboss.as.naming.NamingContext
Create a new naming context with the given namingStore and an empty name.
namingEnumeration(Collection<T>) - Static method in class org.jboss.as.naming.util.NamingUtils
Return a naming enumeration over a collection.
NamingEventCoordinator - Class in org.jboss.as.naming
Coordinator responsible for passing @(code NamingEvent} instances to registered @{code NamingListener} instances.
NamingEventCoordinator() - Constructor for class org.jboss.as.naming.NamingEventCoordinator
 
namingException(String, Throwable) - Static method in class org.jboss.as.naming.util.NamingUtils
Return a general naming exception with a root cause.
namingException(String, Throwable, Name) - Static method in class org.jboss.as.naming.util.NamingUtils
Return a general naming exception with a root cause and a remaining name field.
NamingExtension - Class in org.jboss.as.naming.subsystem
Domain extension used to initialize the naming subsystem element handlers.
NamingExtension() - Constructor for class org.jboss.as.naming.subsystem.NamingExtension
 
NamingLogger - Interface in org.jboss.as.naming.logging
Date: 17.06.2011
NamingLogger_$logger - Class in org.jboss.as.naming.logging
Warning this class consists of generated code.
NamingLogger_$logger(Logger) - Constructor for class org.jboss.as.naming.logging.NamingLogger_$logger
 
NamingLookupValue<T> - Class in org.jboss.as.naming.deployment
Value that is looked up from a naming context.
NamingLookupValue(String) - Constructor for class org.jboss.as.naming.deployment.NamingLookupValue
Create a new instance.
NamingPermission - Class in org.jboss.as.naming
This class is for WildFly Naming's permissions.
NamingPermission(String) - Constructor for class org.jboss.as.naming.NamingPermission
Creates a new permission with the specified name.
NamingPermission(String, String) - Constructor for class org.jboss.as.naming.NamingPermission
Creates a new permission object with the specified name.
NamingService - Class in org.jboss.as.naming.service
Service responsible for creating and managing the life-cycle of the Naming Server.
NamingService() - Constructor for class org.jboss.as.naming.service.NamingService
Construct a new instance.
NamingStore - Interface in org.jboss.as.naming
Interface to layout a contract for naming entry back-end storage.
NamingStoreService - Class in org.jboss.as.naming.service
Service responsible for managing the creation and life-cycle of a service based naming store.
NamingStoreService() - Constructor for class org.jboss.as.naming.service.NamingStoreService
 
NamingStoreService(boolean) - Constructor for class org.jboss.as.naming.service.NamingStoreService
 
NamingSubsystem11Parser - Class in org.jboss.as.naming.subsystem
 
NamingSubsystem12Parser - Class in org.jboss.as.naming.subsystem
 
NamingSubsystem13Parser - Class in org.jboss.as.naming.subsystem
 
NamingSubsystem14Parser - Class in org.jboss.as.naming.subsystem
 
NamingSubsystemAdd - Class in org.jboss.as.naming.subsystem
 
NamingSubsystemAdd() - Constructor for class org.jboss.as.naming.subsystem.NamingSubsystemAdd
 
NamingSubsystemModel - Interface in org.jboss.as.naming.subsystem
User: jpai
NamingSubsystemNamespace - Enum in org.jboss.as.naming.subsystem
An enumeration of the supported Naming subsystem namespaces
NamingSubsystemRemove - Class in org.jboss.as.naming.subsystem
Handler for removing the EJB3 subsystem.
NamingSubsystemRemove() - Constructor for class org.jboss.as.naming.subsystem.NamingSubsystemRemove
 
NamingSubsystemRootResourceDefinition - Class in org.jboss.as.naming.subsystem
ResourceDefinition for the Naming subsystem's root management resource.
NamingSubsystemXMLAttribute - Enum in org.jboss.as.naming.subsystem
 
NamingSubsystemXMLElement - Enum in org.jboss.as.naming.subsystem
Enumeration of elements used in the Naming subsystem
NamingSubsystemXMLPersister - Class in org.jboss.as.naming.subsystem
 
NamingTransformers - Class in org.jboss.as.naming.subsystem
 
NamingTransformers() - Constructor for class org.jboss.as.naming.subsystem.NamingTransformers
 
NamingUtils - Class in org.jboss.as.naming.util
Common utility functions used by the naming implementation.
newPermissionCollection() - Method in class org.wildfly.naming.java.permission.JndiPermission
Construct a new type-specific permission collection.
notAContextException(Name) - Static method in class org.jboss.as.naming.util.NamingUtils
Return a not-context exception for a name.
notAnInstanceOfObjectFactory(String, ModuleIdentifier) - Method in interface org.jboss.as.naming.logging.NamingLogger
Creates an exception indicating that a class is not an ObjectFactory instance, from the specified module.
notAnInstanceOfObjectFactory(String, ModuleIdentifier) - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
notAnInstanceOfObjectFactory$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
nullVar(String) - Method in interface org.jboss.as.naming.logging.NamingLogger
Creates an exception indicating the variable is null.
nullVar(String) - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
nullVar$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 

O

OBJECT_FACTORY - Static variable in interface org.jboss.as.naming.subsystem.NamingSubsystemModel
 
ObjectFactoryBuilder - Class in org.jboss.as.naming.context
ObjectFactoryBuilder implementation used to support custom object factories being loaded from modules.
objectFactoryCreationFailure(Throwable) - Method in interface org.jboss.as.naming.logging.NamingLogger
Creates an exception indicating the object factory failed to create from the classloader.
objectFactoryCreationFailure(Throwable) - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
objectFactoryCreationFailure$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
of(String) - Static method in class org.jboss.as.naming.deployment.JndiName
Create a new instance of the JndiName by breaking the provided string format into a JndiName parts.
OPERATION_NAME - Static variable in class org.jboss.as.naming.management.JndiViewOperation
 
org.jboss.as.naming - package org.jboss.as.naming
 
org.jboss.as.naming.context - package org.jboss.as.naming.context
 
org.jboss.as.naming.context.external - package org.jboss.as.naming.context.external
 
org.jboss.as.naming.deployment - package org.jboss.as.naming.deployment
 
org.jboss.as.naming.interfaces.java - package org.jboss.as.naming.interfaces.java
 
org.jboss.as.naming.logging - package org.jboss.as.naming.logging
 
org.jboss.as.naming.management - package org.jboss.as.naming.management
 
org.jboss.as.naming.remote - package org.jboss.as.naming.remote
 
org.jboss.as.naming.service - package org.jboss.as.naming.service
 
org.jboss.as.naming.subsystem - package org.jboss.as.naming.subsystem
 
org.jboss.as.naming.util - package org.jboss.as.naming.util
 
org.wildfly.naming.java.permission - package org.wildfly.naming.java.permission
 

P

parse(String) - Method in class org.jboss.as.naming.util.NameParser
Parse the string name into a javax.naming.Name instance.
peek() - Method in class org.jboss.as.naming.util.ThreadLocalStack
 
performBoottime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.naming.subsystem.NamingSubsystemAdd
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.naming.subsystem.NamingBindingAdd
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.naming.subsystem.NamingSubsystemRemove
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.naming.subsystem.RemoteNamingAdd
 
pop() - Method in class org.jboss.as.naming.util.ThreadLocalStack
 
popCurrentSelector() - Static method in class org.jboss.as.naming.context.NamespaceContextSelector
Pops the current selector for the thread, replacing it with the previous selector
popOwner() - Static method in class org.jboss.as.naming.WritableServiceBasedNamingStore
 
populateModel(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.naming.subsystem.NamingBindingAdd
 
populateModel(ModelNode, ModelNode) - Method in class org.jboss.as.naming.subsystem.NamingBindingAdd
 
populateModel(ModelNode, ModelNode) - Method in class org.jboss.as.naming.subsystem.NamingSubsystemAdd
 
populateModel(ModelNode, ModelNode) - Method in class org.jboss.as.naming.subsystem.RemoteNamingAdd
 
printDebugStats() - Method in class org.jboss.as.naming.util.FastCopyHashMap
 
push(E) - Method in class org.jboss.as.naming.util.ThreadLocalStack
 
pushCurrentSelector(NamespaceContextSelector) - Static method in class org.jboss.as.naming.context.NamespaceContextSelector
Set the current context selector for the current thread.
pushOwner(ServiceName) - Static method in class org.jboss.as.naming.WritableServiceBasedNamingStore
 
pushOwner(ServiceTarget) - Static method in class org.jboss.as.naming.WritableServiceBasedNamingStore
 
put(K, V) - Method in class org.jboss.as.naming.util.FastCopyHashMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.jboss.as.naming.util.FastCopyHashMap
 

R

readElement(XMLExtendedStreamReader, List<ModelNode>) - Method in class org.jboss.as.naming.subsystem.NamingSubsystem11Parser
readElement(XMLExtendedStreamReader, List<ModelNode>) - Method in class org.jboss.as.naming.subsystem.NamingSubsystem12Parser
readElement(XMLExtendedStreamReader, List<ModelNode>) - Method in class org.jboss.as.naming.subsystem.NamingSubsystem13Parser
readElement(XMLExtendedStreamReader, List<ModelNode>) - Method in class org.jboss.as.naming.subsystem.NamingSubsystem14Parser
readOnlyNamingContext() - Method in interface org.jboss.as.naming.logging.NamingLogger
Creates an exception indicating the naming context is read-only.
readOnlyNamingContext() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
readOnlyNamingContext$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
rebind(Name, Object) - Method in class org.jboss.as.naming.InMemoryNamingStore
Re-bind and object into the naming store.
rebind(Name, Object, Class<?>) - Method in class org.jboss.as.naming.InMemoryNamingStore
Re-bind and object into the naming store.
rebind(Name, Object) - Method in class org.jboss.as.naming.NamingContext
rebind(String, Object) - Method in class org.jboss.as.naming.NamingContext
REBIND - Static variable in interface org.jboss.as.naming.subsystem.NamingSubsystemModel
 
rebind(Context, String, Object) - Static method in class org.jboss.as.naming.util.NamingUtils
Rebind val to name in ctx, and make sure that all intermediate contexts exist
rebind(Context, Name, Object) - Static method in class org.jboss.as.naming.util.NamingUtils
Rebind val to name in ctx, and make sure that all intermediate contexts exist
rebind(Name, Object) - Method in interface org.jboss.as.naming.WritableNamingStore
Re-bind and object into the naming store.
rebind(Name, Object, Class<?>) - Method in interface org.jboss.as.naming.WritableNamingStore
Re-bind and object into the naming store.
rebind(Name, Object) - Method in class org.jboss.as.naming.WritableServiceBasedNamingStore
 
rebind(Name, Object, Class<?>) - Method in class org.jboss.as.naming.WritableServiceBasedNamingStore
 
recoverServices(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.naming.subsystem.NamingSubsystemRemove
 
registerAdditionalRuntimePackages(ManagementResourceRegistration) - Method in class org.jboss.as.naming.subsystem.RemoteNamingResourceDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.naming.subsystem.NamingBindingResourceDefinition
 
registerCapabilities(ManagementResourceRegistration) - Method in class org.jboss.as.naming.subsystem.NamingSubsystemRootResourceDefinition
 
registerOperations(ManagementResourceRegistration) - Method in class org.jboss.as.naming.subsystem.NamingBindingResourceDefinition
 
registerTransformers(SubsystemTransformerRegistration) - Method in class org.jboss.as.naming.subsystem.NamingTransformers
 
release() - Method in class org.jboss.as.naming.ImmediateManagedReference
 
release() - Method in interface org.jboss.as.naming.ManagedReference
Release the reference.
release() - Method in class org.jboss.as.naming.service.BinderService
Releases the service, returns true if the service is removed as a result, or false otherwise
release() - Method in class org.jboss.as.naming.ValueManagedReference
 
release() - Method in class org.jboss.as.naming.ValueManagedReferenceFactory.ValueManagedReference
 
releaseAll() - Method in class org.jboss.as.naming.deployment.RuntimeBindReleaseService.References
 
REMOTE_NAMING - Static variable in interface org.jboss.as.naming.subsystem.NamingSubsystemModel
 
REMOTE_NAMING_CAPABILITY - Static variable in class org.jboss.as.naming.subsystem.RemoteNamingResourceDefinition
 
REMOTE_NAMING_PATH - Static variable in interface org.jboss.as.naming.subsystem.NamingSubsystemModel
 
RemoteNamingAdd - Class in org.jboss.as.naming.subsystem
A AbstractAddStepHandler to handle the add operation for simple JNDI bindings
RemoteNamingRemove - Class in org.jboss.as.naming.subsystem
Handles removing a JNDI binding
RemoteNamingResourceDefinition - Class in org.jboss.as.naming.subsystem
A ResourceDefinition for JNDI bindings
RemoteNamingServerService - Class in org.jboss.as.naming.remote
 
RemoteNamingServerService() - Constructor for class org.jboss.as.naming.remote.RemoteNamingServerService
 
remove(ServiceName) - Method in class org.jboss.as.naming.ServiceBasedNamingStore
 
remove(Object) - Method in class org.jboss.as.naming.util.FastCopyHashMap
 
removeExtension(JndiViewExtension) - Method in class org.jboss.as.naming.management.JndiViewExtensionRegistry
 
removeExternalContext(ServiceName) - Method in interface org.jboss.as.naming.context.external.ExternalContexts
Removes an external context.
removeExternalContext(ServiceName) - Method in class org.jboss.as.naming.context.external.ExternalContextsNavigableSet
 
removeFromEnvironment(String) - Method in class org.jboss.as.naming.NamingContext
removeNamingListener(NamingListener) - Method in class org.jboss.as.naming.InMemoryNamingStore
Remove a NamingListener from the naming event coordinator.
removeNamingListener(NamingListener) - Method in class org.jboss.as.naming.NamingContext
removeNamingListener(NamingListener) - Method in interface org.jboss.as.naming.NamingStore
Remove a NamingListener from all targets and scopes
removeNamingListener(NamingListener) - Method in class org.jboss.as.naming.ServiceBasedNamingStore
 
removeUrlContextFactory(String, ObjectFactory) - Static method in class org.jboss.as.naming.InitialContext
Remove an ObjectFactory from the map of registered ones.
rename(Name, Name) - Method in class org.jboss.as.naming.NamingContext
rename(String, String) - Method in class org.jboss.as.naming.NamingContext
RequireResolveException - Exception in org.jboss.as.naming
Indicates that a naming store encountered a reference or a link when performing a list operation.
RequireResolveException(Name) - Constructor for exception org.jboss.as.naming.RequireResolveException
 
resourceLookupForInjectionFailed(String, Throwable) - Method in interface org.jboss.as.naming.logging.NamingLogger
Creates an exception indicating a lookup failed, wrt Resource injection.
resourceLookupForInjectionFailed(String, Throwable) - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
resourceLookupForInjectionFailed$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
ROOT_LOGGER - Static variable in interface org.jboss.as.naming.logging.NamingLogger
The root logger with a category of the package name.
RuntimeBindReleaseService - Class in org.jboss.as.naming.deployment
A Service which on stop releases runtime installed BinderServices.
RuntimeBindReleaseService() - Constructor for class org.jboss.as.naming.deployment.RuntimeBindReleaseService
 
RuntimeBindReleaseService.References - Class in org.jboss.as.naming.deployment
 

S

SERVICE - Static variable in interface org.jboss.as.naming.subsystem.NamingSubsystemModel
 
SERVICE_NAME - Static variable in class org.jboss.as.naming.management.JndiViewExtensionRegistry
 
SERVICE_NAME - Static variable in class org.jboss.as.naming.remote.HttpRemoteNamingServerService
 
SERVICE_NAME - Static variable in class org.jboss.as.naming.remote.RemoteNamingServerService
 
SERVICE_NAME - Static variable in class org.jboss.as.naming.service.DefaultNamespaceContextSelectorService
 
SERVICE_NAME - Static variable in class org.jboss.as.naming.service.ExternalContextsService
 
SERVICE_NAME - Static variable in class org.jboss.as.naming.service.NamingService
Deprecated.
Dependent subsystem should instead register a requirement on the NamingService.CAPABILITY_NAME capability.
serviceAlreadyBound(ServiceName) - Method in interface org.jboss.as.naming.logging.NamingLogger
Creates an exception indicating the service name has already been bound.
serviceAlreadyBound(ServiceName) - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
serviceAlreadyBound$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
ServiceAwareObjectFactory - Interface in org.jboss.as.naming
Interface the should be implemented by ObjectFactorys that require access to the ServiceRegistry.
ServiceBasedNamingStore - Class in org.jboss.as.naming
 
ServiceBasedNamingStore(ServiceRegistry, ServiceName) - Constructor for class org.jboss.as.naming.ServiceBasedNamingStore
 
serviceName(ServiceName) - Static method in class org.jboss.as.naming.deployment.JndiNamingDependencyProcessor
 
serviceName(DeploymentUnit) - Static method in class org.jboss.as.naming.deployment.JndiNamingDependencyProcessor
 
serviceName(String) - Method in class org.jboss.as.naming.subsystem.NamingBindingRemove
 
serviceName(String) - Method in class org.jboss.as.naming.subsystem.RemoteNamingRemove
 
serviceNotStarted(ServiceName) - Method in interface org.jboss.as.naming.logging.NamingLogger
Indicates that a service is not started as expected.
serviceNotStarted(ServiceName) - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
serviceNotStarted$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
ServiceReferenceObjectFactory - Class in org.jboss.as.naming
Abstract object factory that allows for the creation of service references.
ServiceReferenceObjectFactory() - Constructor for class org.jboss.as.naming.ServiceReferenceObjectFactory
 
setActiveNamingStore(NamingStore) - Static method in class org.jboss.as.naming.NamingContext
Set the active naming store
setDefault(NamespaceContextSelector) - Static method in class org.jboss.as.naming.context.NamespaceContextSelector
 
setSource(Object) - Method in class org.jboss.as.naming.service.BinderService
 
setupLookupInjection(ServiceBuilder<?>, Injector<ManagedReferenceFactory>, DeploymentUnit, boolean) - Method in class org.jboss.as.naming.deployment.ContextNames.BindInfo
Setup a lookup with respect to Resource injection.
setValue(V) - Method in class org.jboss.as.naming.util.FastCopyHashMap.SimpleEntry
 
SIMPLE - Static variable in interface org.jboss.as.naming.subsystem.NamingSubsystemModel
 
size() - Method in class org.jboss.as.naming.util.FastCopyHashMap
 
start(StartContext) - Method in class org.jboss.as.naming.deployment.RuntimeBindReleaseService
 
start(StartContext) - Method in class org.jboss.as.naming.management.JndiViewExtensionRegistry
 
start(StartContext) - Method in class org.jboss.as.naming.remote.HttpRemoteNamingServerService
 
start(StartContext) - Method in class org.jboss.as.naming.remote.RemoteNamingServerService
 
start(StartContext) - Method in class org.jboss.as.naming.service.BinderService
Bind the entry into the injected context.
start(StartContext) - Method in class org.jboss.as.naming.service.DefaultNamespaceContextSelectorService
 
start(StartContext) - Method in class org.jboss.as.naming.service.ExternalContextBinderService
 
start(StartContext) - Method in class org.jboss.as.naming.service.ExternalContextsService
 
start(StartContext) - Method in class org.jboss.as.naming.service.NamingService
Creates a new NamingServer and sets the naming context to use the naming server.
start(StartContext) - Method in class org.jboss.as.naming.service.NamingStoreService
Creates the naming store if not provided by the constructor.
startingService() - Method in interface org.jboss.as.naming.logging.NamingLogger
Logs an informational message indicating the naming service is starting.
startingService() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
startingService$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
StaticManagedObject - Class in org.jboss.as.naming
A JNDI injectable which returns a static object and takes no action when the value is returned.
StaticManagedObject(Object) - Constructor for class org.jboss.as.naming.StaticManagedObject
Construct a new instance.
stop(StopContext) - Method in class org.jboss.as.naming.deployment.RuntimeBindReleaseService
 
stop(StopContext) - Method in class org.jboss.as.naming.management.JndiViewExtensionRegistry
 
stop(StopContext) - Method in class org.jboss.as.naming.remote.HttpRemoteNamingServerService
 
stop(StopContext) - Method in class org.jboss.as.naming.remote.RemoteNamingServerService
 
stop(StopContext) - Method in class org.jboss.as.naming.service.BinderService
Unbind the entry from the injected context.
stop(StopContext) - Method in class org.jboss.as.naming.service.DefaultNamespaceContextSelectorService
 
stop(StopContext) - Method in class org.jboss.as.naming.service.ExternalContextBinderService
 
stop(StopContext) - Method in class org.jboss.as.naming.service.ExternalContextsService
 
stop(StopContext) - Method in class org.jboss.as.naming.service.NamingService
Removes the naming server from the naming context.
stop(StopContext) - Method in class org.jboss.as.naming.service.NamingStoreService
Destroys the naming store.
SUBSYSTEM_NAME - Static variable in class org.jboss.as.naming.subsystem.NamingExtension
 

T

tableIsFull() - Method in interface org.jboss.as.naming.logging.NamingLogger
Creates an exception indicating the table is full.
tableIsFull() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
tableIsFull$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
targetMustExist() - Method in class org.jboss.as.naming.NamingContext
threadInterrupt(ServiceName) - Method in interface org.jboss.as.naming.logging.NamingLogger
Creates an exception indicating the thread was interrupted while retrieving the service.
threadInterrupt(ServiceName) - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
threadInterrupt$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
ThreadLocalStack<E> - Class in org.jboss.as.naming.util
A thread local stack data structure.
ThreadLocalStack() - Constructor for class org.jboss.as.naming.util.ThreadLocalStack
 
toModelNode() - Method in enum org.jboss.as.naming.subsystem.BindingType
Converts the value of the directory grouping to a model node.
toString() - Method in class org.jboss.as.naming.deployment.ContextNames.BindInfo
 
toString() - Method in class org.jboss.as.naming.deployment.JndiName
 
toString() - Method in class org.jboss.as.naming.service.BinderService
 
toString() - Method in enum org.jboss.as.naming.subsystem.BindingType
 
toString() - Method in enum org.jboss.as.naming.subsystem.NamingSubsystemXMLAttribute
 
toString() - Method in class org.jboss.as.naming.util.FastCopyHashMap.SimpleEntry
 
TYPE - Static variable in interface org.jboss.as.naming.subsystem.NamingSubsystemModel
 

U

unableToTransformURLBindingValue(String, Throwable) - Method in interface org.jboss.as.naming.logging.NamingLogger
Creates an exception indicating that the string value for the simple URL binding failed to transform.
unableToTransformURLBindingValue(String, Throwable) - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
unableToTransformURLBindingValue$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
unbind(Name) - Method in class org.jboss.as.naming.InMemoryNamingStore
Unbind the entry in the provided location.
unbind(Name) - Method in class org.jboss.as.naming.NamingContext
unbind(String) - Method in class org.jboss.as.naming.NamingContext
unbind(Context, String) - Static method in class org.jboss.as.naming.util.NamingUtils
Unbinds a name from ctx, and removes parents if they are empty
unbind(Context, Name) - Static method in class org.jboss.as.naming.util.NamingUtils
Unbinds a name from ctx, and removes parents if they are empty
unbind(Name) - Method in interface org.jboss.as.naming.WritableNamingStore
Unbind an object from the naming store.
unbind(Name) - Method in class org.jboss.as.naming.WritableServiceBasedNamingStore
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.naming.deployment.ExternalContextsProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.naming.deployment.JndiNamingDependencyProcessor
 
uninject() - Method in class org.jboss.as.naming.ManagedReferenceInjector
 
unknownBindingType(String) - Method in interface org.jboss.as.naming.logging.NamingLogger
Creates an exception indicating that the type for the binding to add is not known.
unknownBindingType(String) - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
unknownBindingType$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
unsupportedSimpleBindingType(String) - Method in interface org.jboss.as.naming.logging.NamingLogger
Creates an exception indicating that the type for the simple binding to add is not supported.
unsupportedSimpleBindingType(String) - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 
unsupportedSimpleBindingType$str() - Method in class org.jboss.as.naming.logging.NamingLogger_$logger
 

V

VALUE - Static variable in interface org.jboss.as.naming.subsystem.NamingSubsystemModel
 
ValueManagedReference - Class in org.jboss.as.naming
A ManagedReference that simply holds a value'
ValueManagedReference(Value<Object>) - Constructor for class org.jboss.as.naming.ValueManagedReference
 
ValueManagedReferenceFactory - Class in org.jboss.as.naming
A JNDI injectable which simply uses an MSC Value to fetch the injected value, and takes no action when the value is returned.
ValueManagedReferenceFactory(Value<?>) - Constructor for class org.jboss.as.naming.ValueManagedReferenceFactory
Construct a new instance.
ValueManagedReferenceFactory.ValueManagedReference - Class in org.jboss.as.naming
 
valueOf(String) - Static method in enum org.jboss.as.naming.subsystem.BindingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.naming.subsystem.NamingSubsystemNamespace
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.naming.subsystem.NamingSubsystemXMLAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.naming.subsystem.NamingSubsystemXMLElement
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.as.naming.subsystem.BindingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.naming.subsystem.NamingSubsystemNamespace
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.naming.subsystem.NamingSubsystemXMLAttribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.naming.subsystem.NamingSubsystemXMLElement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.jboss.as.naming.util.FastCopyHashMap
 

W

withActions(int) - Method in class org.wildfly.naming.java.permission.JndiPermission
Return a permission which is equal to this one except with additional action bits.
withActions(String) - Method in class org.wildfly.naming.java.permission.JndiPermission
Return a permission which is equal to this one except with additional actions.
withNewActions(int) - Method in class org.wildfly.naming.java.permission.JndiPermission
Return a permission which is equal to this one except with its actions reset to actionBits.
withNewActions(String) - Method in class org.wildfly.naming.java.permission.JndiPermission
Return a permission which is equal to this one except with its actions reset to actions.
withoutActions(int) - Method in class org.wildfly.naming.java.permission.JndiPermission
Return a permission which is equal to this one except without some action bits.
withoutActions(String) - Method in class org.wildfly.naming.java.permission.JndiPermission
Return a permission which is equal to this one except without some actions.
WritableNamingStore - Interface in org.jboss.as.naming
A NamingStore that allows entries to be written as well as retrieved.
WritableServiceBasedNamingStore - Class in org.jboss.as.naming
 
WritableServiceBasedNamingStore(ServiceRegistry, ServiceName, ServiceTarget) - Constructor for class org.jboss.as.naming.WritableServiceBasedNamingStore
 
writeContent(XMLExtendedStreamWriter, SubsystemMarshallingContext) - Method in class org.jboss.as.naming.subsystem.NamingSubsystemXMLPersister
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links
WildFly: Naming Subsystem 21.0.0.Beta1

Copyright © 2020 JBoss by Red Hat. All rights reserved.