|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LocalContainerInvoker
This is an extension to the ContainerInvoker interface. Although some implementations of the ContainerInvoker interface may provide access to local interfaces, others (e.g. which provide remote distribution) will not. Good example: the JRMP delegates do not need to implement this interface.
ContainerInvoker
Field Summary |
---|
Method Summary | |
---|---|
javax.ejb.EJBLocalHome |
getEJBLocalHome()
This method is called whenever the EJBLocalHome implementation for this container is needed. |
javax.ejb.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. |
javax.ejb.EJBLocalObject |
getStatefulSessionEJBLocalObject(Object id)
This method is called whenever an EJBLocalObject implementation for a stateful session bean is needed. |
javax.ejb.EJBLocalObject |
getStatelessSessionEJBLocalObject()
This method is called whenever an EJBLocalObject implementation for a stateless session bean is needed. |
Methods inherited from interface org.jboss.ejb.ContainerPlugin |
---|
setContainer |
Methods inherited from interface org.jboss.system.Service |
---|
create, destroy, start, stop |
Method Detail |
---|
javax.ejb.EJBLocalHome getEJBLocalHome()
javax.ejb.EJBLocalObject getStatelessSessionEJBLocalObject()
javax.ejb.EJBLocalObject getStatefulSessionEJBLocalObject(Object id)
id
- the id of the session
javax.ejb.EJBLocalObject getEntityEJBLocalObject(Object id)
id
- the primary key of the entity
Collection getEntityLocalCollection(Collection collection)
collection
- enumeration of primary keys
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |