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.
See Also: ContainerInvoker author: Daniel OConnor version: $Revision: 57209 $
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.
getEntityLocalCollection(Collection collection) This method is called whenever a collection of EJBLocalObjects for a
collection of primary keys is needed.
This method is called whenever the EJBLocalHome implementation for this
container is needed.
an implementation of the local home interface for thiscontainer
This method is called whenever an EJBLocalObject implementation for an
entitybean is needed.
Parameters: id - the primary key of the entity an implementation of the local interface for this container
This method is called whenever a collection of EJBLocalObjects for a
collection of primary keys is needed.
Parameters: collection - enumeration of primary keys a collection of EJBLocalObjects implementing the remoteinterface for this container
This method is called whenever an EJBLocalObject implementation for a
stateful session bean is needed.
Parameters: id - the id of the session an implementation of the local interface for this container
This method is called whenever an EJBLocalObject implementation for a
stateless session bean is needed.
an implementation of the local interface for this container