Uses of Class
org.jboss.ejb3.nointerface.impl.jndi.AbstractNoInterfaceViewBinder

Packages that use AbstractNoInterfaceViewBinder
org.jboss.ejb3.nointerface.impl.jndi   
 

Uses of AbstractNoInterfaceViewBinder in org.jboss.ejb3.nointerface.impl.jndi
 

Subclasses of AbstractNoInterfaceViewBinder in org.jboss.ejb3.nointerface.impl.jndi
 class SessionlessBeanNoInterfaceViewBinder
          Responsible for binding a nointerface view proxy into jndi, for EJBs which are *not* session aware (ex: Stateless beans and Singleton beans)
 class StatefulBeanNoInterfaceViewBinder
          Responsible for creating and binding nointerface view proxy (and any other relevant objects like session creating proxy factory) into jndi, for beans which are session aware (ex: Stateful session beans)
 



Copyright © 2010. All Rights Reserved.