Class EjbLookupInjectionSource


  • public class EjbLookupInjectionSource
    extends InjectionSource
    Injection source for remote Jakarta Enterprise Beans lookups. If the target type is known then the bean will be narrowed to that type
    Author:
    Stuart Douglas
    • Constructor Detail

      • EjbLookupInjectionSource

        public EjbLookupInjectionSource​(String lookup,
                                        String targetType)
      • EjbLookupInjectionSource

        public EjbLookupInjectionSource​(String lookup,
                                        Class<?> targetType)
    • Method Detail

      • getResourceValue

        public void getResourceValue​(InjectionSource.ResolutionContext resolutionContext,
                                     org.jboss.msc.service.ServiceBuilder<?> serviceBuilder,
                                     org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext,
                                     org.jboss.msc.inject.Injector<ManagedReferenceFactory> injector)
                              throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
        Specified by:
        getResourceValue in class InjectionSource
        Throws:
        org.jboss.as.server.deployment.DeploymentUnitProcessingException
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object