Uses of Interface
org.jboss.ejb3.BeanContextLifecycleCallback

Packages that use BeanContextLifecycleCallback
org.jboss.ejb3   
org.jboss.ejb3.stateless   
 

Uses of BeanContextLifecycleCallback in org.jboss.ejb3
 

Methods in org.jboss.ejb3 with parameters of type BeanContextLifecycleCallback
 void EJBContainerInvocation.setContextCallback(BeanContextLifecycleCallback<T> callback)
           
 

Uses of BeanContextLifecycleCallback in org.jboss.ejb3.stateless
 

Methods in org.jboss.ejb3.stateless with parameters of type BeanContextLifecycleCallback
 Object StatelessContainer.localInvoke(Method method, Object[] args, BeanContextLifecycleCallback<StatelessBeanContext> callback)
           
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.