|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.webbeans.ejb.common.util.EjbDefinitionUtility
public final class EjbDefinitionUtility
| Method Summary | ||
|---|---|---|
static void |
defineApiType(BaseEjbBean<?> ejbComponent)
|
|
static
|
defineEjbBeanProxy(BaseEjbBean<T> bean,
java.lang.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 |
|---|
public static void defineApiType(BaseEjbBean<?> ejbComponent)
public static <T> T defineEjbBeanProxy(BaseEjbBean<T> bean,
java.lang.Class<?> iface,
javax.enterprise.context.spi.CreationalContext<?> creationalContext)
T - EJB bean implementation classbean - The Enterprise bean to create a proxy foriface - The @Local interface the proxy should implement or thecreationalContext -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||