org.apache.webbeans.ejb.common.util
Class EjbDefinitionUtility

java.lang.Object
  extended by org.apache.webbeans.ejb.common.util.EjbDefinitionUtility

public final class EjbDefinitionUtility
extends Object

Version:
$Rev: 917060 $ $Date: 2010-02-28 00:14:47 +0200 (Sun, 28 Feb 2010) $

Method Summary
static void defineApiType(BaseEjbBean<?> ejbComponent)
           
static
<T> T
defineEjbBeanProxy(BaseEjbBean<T> bean, Class<?> iface, javax.enterprise.context.spi.CreationalContext<?> creationalContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

defineApiType

public static void defineApiType(BaseEjbBean<?> ejbComponent)

defineEjbBeanProxy

public static <T> T defineEjbBeanProxy(BaseEjbBean<T> bean,
                                       Class<?> iface,
                                       javax.enterprise.context.spi.CreationalContext<?> creationalContext)
Type Parameters:
T - EJB bean implementation class
Parameters:
bean - The Enterprise bean to create a proxy for
iface - The @Local interface the proxy should implement or the
creationalContext -
Returns:


Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.