Package org.jfox.ejb3

Interface Summary
EJBBucket  
EJBContainer EJB3 容器 负责 load, unload ejb, and invoke ejb method
 

Class Summary
AbstractEJBContext  
EJBHandleImpl  
EJBInvocation  
EJBInvocationHandler  
EJBObjectId  
MDBBucket Container of MessageDriven EJB,store all Meta data, and as EJB Factory
SessionBucket  
SimpleEJB3Container 只支持 Local/Stateless Session Bean, Local MDB 同时,该 Container 也承担了 NamingContainer 的能力

必须保证 SimpleEJB3Container 第一个加载,否则,无法监听到 ModuleEvent,而无法 load ejb

StatefulBucket  
StatelessBucket Container of Statless EJB,store all Meta data, and as EJB Factory
 

Exception Summary
EJBContainerException