Method Summary |
|
EJBLocalHome | getEJBLocalHome() This method is called whenever the EJBLocalHome implementation for this
container is needed. |
EJBLocalObject | getEntityEJBLocalObject(Object id) This method is called whenever an EJBLocalObject implementation for an
entitybean is needed. |
Collection | getEntityLocalCollection(Collection collection) This method is called whenever a collection of EJBLocalObjects for a
collection of primary keys is needed. |
EJBLocalObject | getStatefulSessionEJBLocalObject(Object id) This method is called whenever an EJBLocalObject implementation for a
stateful session bean is needed. |
EJBLocalObject | getStatelessSessionEJBLocalObject() This method is called whenever an EJBLocalObject implementation for a
stateless session bean is needed. |