| Interface | Description |
|---|---|
| ContextListAndJndiViewManagedReferenceFactory |
A
ManagedReferenceFactory which properly supports Context list operations, and JNDI View lookups. |
| ContextListManagedReferenceFactory |
A
ManagedReferenceFactory which knows the class name of its ManagedReference object instance. |
| JndiViewManagedReferenceFactory |
A
ManagedReferenceFactory which supports JNDI View lookups, which are done without the proper invocation context set. |
| ManagedReference |
A reference to a container managed object
|
| ManagedReferenceFactory |
Creates container managed references.
|
| NamingStore |
Interface to layout a contract for naming entry back-end storage.
|
| ServiceAwareObjectFactory |
Interface the should be implemented by
ObjectFactorys that require access to the ServiceRegistry. |
| WritableNamingStore |
A
NamingStore that allows entries to be written as well as retrieved. |
| Class | Description |
|---|---|
| ConstructorManagedReferenceFactory |
Managed reference that creates an instance from the constructor.
|
| ContextManagedReferenceFactory |
Managed reference factory used for binding a context.
|
| ExternalContextObjectFactory |
An ObjectFactory that binds an arbitrary InitialContext into JNDI.
|
| ImmediateManagedReference |
A simple immediately-available
ManagedReference's instance. |
| ImmediateManagedReferenceFactory | |
| InitialContext | |
| InitialContextFactory |
Initial context factory which returns
NamingContext instances. |
| InitialContextFactoryBuilder |
Initial context factory builder which ensures the proper naming context factory.
|
| InMemoryNamingStore |
In-memory implementation of the NamingStore.
|
| ManagedReferenceInjector<T> |
A n adaptor between value injectors and ManagedReferenceFactory
|
| ManagedReferenceObjectFactory | |
| NamingContext |
Naming context implementation which proxies calls to a
NamingStore instance. |
| NamingEventCoordinator |
Coordinator responsible for passing @(code NamingEvent} instances to registered @{code NamingListener} instances.
|
| NamingPermission |
This class is for WildFly Naming's permissions.
|
| ServiceBasedNamingStore | |
| ServiceReferenceObjectFactory |
Abstract object factory that allows for the creation of service references.
|
| StaticManagedObject |
A JNDI injectable which returns a static object and takes no action when the value is returned.
|
| ValueManagedReference |
A ManagedReference that simply holds a value'
|
| ValueManagedReferenceFactory |
A JNDI injectable which simply uses an MSC
Value
to fetch the injected value, and takes no action when the value is returned. |
| ValueManagedReferenceFactory.ValueManagedReference | |
| WritableServiceBasedNamingStore |
| Exception | Description |
|---|---|
| RequireResolveException |
Indicates that a naming store encountered a reference or a link when
performing a list operation.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.