Uses of Interface
org.jboss.as.naming.ManagedReferenceFactory
-
Packages that use ManagedReferenceFactory Package Description org.jboss.as.naming org.jboss.as.naming.deployment org.jboss.as.naming.service -
-
Uses of ManagedReferenceFactory in org.jboss.as.naming
Subinterfaces of ManagedReferenceFactory in org.jboss.as.naming Modifier and Type Interface Description interfaceContextListAndJndiViewManagedReferenceFactoryAManagedReferenceFactorywhich properly supportsContextlist operations, and JNDI View lookups.interfaceContextListManagedReferenceFactoryAManagedReferenceFactorywhich knows the class name of itsManagedReferenceobject instance.interfaceJndiViewManagedReferenceFactoryAManagedReferenceFactorywhich supports JNDI View lookups, which are done without the proper invocation context set.Classes in org.jboss.as.naming that implement ManagedReferenceFactory Modifier and Type Class Description classConstructorManagedReferenceFactoryManaged reference that creates an instance from the constructor.classContextManagedReferenceFactoryManaged reference factory used for binding a context.classImmediateManagedReferenceFactoryclassStaticManagedObjectA JNDI injectable which returns a static object and takes no action when the value is returned.classValueManagedReferenceFactoryA JNDI injectable which simply uses an MSCValueto fetch the injected value, and takes no action when the value is returned.Constructor parameters in org.jboss.as.naming with type arguments of type ManagedReferenceFactory Constructor Description ManagedReferenceInjector(org.jboss.msc.inject.Injector<ManagedReferenceFactory> injectable) -
Uses of ManagedReferenceFactory in org.jboss.as.naming.deployment
Method parameters in org.jboss.as.naming.deployment with type arguments of type ManagedReferenceFactory Modifier and Type Method Description voidContextNames.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 tojavax.annotation.Resourceinjection. -
Uses of ManagedReferenceFactory in org.jboss.as.naming.service
Methods in org.jboss.as.naming.service that return ManagedReferenceFactory Modifier and Type Method Description ManagedReferenceFactoryBinderService. getValue()Get the value from the injected context.Methods in org.jboss.as.naming.service that return types with arguments of type ManagedReferenceFactory Modifier and Type Method Description org.jboss.msc.value.InjectedValue<ManagedReferenceFactory>BinderService. getManagedObjectInjector()Get the injector for the item to be bound.
-