org.ow2.jonas.cdi.weld.internal.services
Class JOnASEjbInjectionServices

java.lang.Object
  extended by org.ow2.jonas.cdi.weld.internal.services.JOnASEjbInjectionServices
All Implemented Interfaces:
org.jboss.weld.bootstrap.api.Service, org.jboss.weld.injection.spi.EjbInjectionServices

public class JOnASEjbInjectionServices
extends Object
implements org.jboss.weld.injection.spi.EjbInjectionServices

This class is responsive to resolve EJBs that are targeted by an InjectionPoint.

Author:
Loic Albertin

Constructor Summary
JOnASEjbInjectionServices(Context context)
           
 
Method Summary
 void cleanup()
           
 Object resolveEjb(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JOnASEjbInjectionServices

public JOnASEjbInjectionServices(Context context)
Method Detail

resolveEjb

public Object resolveEjb(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
Specified by:
resolveEjb in interface org.jboss.weld.injection.spi.EjbInjectionServices

cleanup

public void cleanup()
Specified by:
cleanup in interface org.jboss.weld.bootstrap.api.Service


Copyright © 2013 OW2 Consortium. All Rights Reserved.