| Package | Description |
|---|---|
| org.jboss.as.naming | |
| org.jboss.as.naming.deployment | |
| org.jboss.as.naming.service |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ContextListAndJndiViewManagedReferenceFactory
A
ManagedReferenceFactory which properly supports Context list operations, and JNDI View lookups. |
interface |
ContextListManagedReferenceFactory
A
ManagedReferenceFactory which knows the class name of its ManagedReference object instance. |
interface |
JndiViewManagedReferenceFactory
A
ManagedReferenceFactory which supports JNDI View lookups, which are done without the proper invocation context set. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstructorManagedReferenceFactory
Managed reference that creates an instance from the constructor.
|
class |
ContextManagedReferenceFactory
Managed reference factory used for binding a context.
|
class |
ImmediateManagedReferenceFactory |
class |
StaticManagedObject
A JNDI injectable which returns a static object and takes no action when the value is returned.
|
class |
ValueManagedReferenceFactory
A JNDI injectable which simply uses an MSC
Value
to fetch the injected value, and takes no action when the value is returned. |
| Constructor and Description |
|---|
ManagedReferenceInjector(org.jboss.msc.inject.Injector<ManagedReferenceFactory> injectable) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContextNames.BindInfo.setupLookupInjection(org.jboss.msc.service.ServiceBuilder<?> serviceBuilder,
org.jboss.msc.inject.Injector<ManagedReferenceFactory> targetInjector,
org.jboss.as.server.deployment.DeploymentUnit deploymentUnit,
boolean optional)
Setup a lookup with respect to
Resource injection. |
| Modifier and Type | Method and Description |
|---|---|
ManagedReferenceFactory |
BinderService.getValue()
Get the value from the injected context.
|
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.value.InjectedValue<ManagedReferenceFactory> |
BinderService.getManagedObjectInjector()
Get the injector for the item to be bound.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.