Class EjbInjectionSource

java.lang.Object
org.jboss.as.ee.component.InjectionSource
org.jboss.as.ejb3.deployment.processors.EjbInjectionSource

public class EjbInjectionSource extends org.jboss.as.ee.component.InjectionSource
Implementation of InjectionSource responsible for finding a specific bean instance with a bean name and interface.
Author:
John Bailey, Stuart Douglas
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.jboss.as.ee.component.InjectionSource

    org.jboss.as.ee.component.InjectionSource.ResolutionContext
  • Constructor Summary

    Constructors
    Constructor
    Description
    EjbInjectionSource(String beanName, String typeName, String bindingName, org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, boolean appclient)
     
    EjbInjectionSource(String typeName, String bindingName, org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, boolean appclient)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    getResourceValue(org.jboss.as.ee.component.InjectionSource.ResolutionContext resolutionContext, org.jboss.msc.service.ServiceBuilder<?> serviceBuilder, org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext, org.jboss.msc.inject.Injector<org.jboss.as.naming.ManagedReferenceFactory> injector)
     
    int
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EjbInjectionSource

      public EjbInjectionSource(String beanName, String typeName, String bindingName, org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, boolean appclient)
    • EjbInjectionSource

      public EjbInjectionSource(String typeName, String bindingName, org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, boolean appclient)
  • Method Details

    • getResourceValue

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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object