Uses of Interface
org.jboss.as.naming.ManagedReferenceFactory
Packages that use ManagedReferenceFactory
-
Uses of ManagedReferenceFactory in org.jboss.as.naming
Subinterfaces of ManagedReferenceFactory in org.jboss.as.namingModifier and TypeInterfaceDescriptioninterfaceAManagedReferenceFactorywhich properly supportsContextlist operations, and JNDI View lookups.interfaceAManagedReferenceFactorywhich knows the class name of itsManagedReferenceobject instance.interfaceAManagedReferenceFactorywhich supports JNDI View lookups, which are done without the proper invocation context set.Classes in org.jboss.as.naming that implement ManagedReferenceFactoryModifier and TypeClassDescriptionclassManaged reference that creates an instance from the constructor.classManaged reference factory used for binding a context.classfinal classA JNDI injectable which returns a static object and takes no action when the value is returned.final classA JNDI injectable which simply uses a value and takes no action when the value is returned.Constructor parameters in org.jboss.as.naming with type arguments of type ManagedReferenceFactoryModifierConstructorDescriptionManagedReferenceInjector(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 ManagedReferenceFactoryModifier and TypeMethodDescriptionvoidContextNames.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 ManagedReferenceFactoryModifier and TypeMethodDescriptionBinderService.getValue()Get the value from the injected context.Methods in org.jboss.as.naming.service that return types with arguments of type ManagedReferenceFactoryModifier and TypeMethodDescriptionorg.jboss.msc.value.InjectedValue<ManagedReferenceFactory>BinderService.getManagedObjectInjector()Get the injector for the item to be bound.