This is an interface for Container plugins. Implementations of this
interface are responsible for receiving remote invocations of EJB's
and to forward these requests to the Container it is being used with.
It is responsible for providing any EJBObject and EJBHome
implementations (which may be statically or dynamically created).
Before forwarding a call to the container it must call
Thread.setContextClassLoader() with the classloader of the container.
It must also handle any propagated transaction and security contexts
properly. It may acquire the TransactionManager from JNDI.
See Also: Container author: Rickard �berg author: Marc Fleury version: $Revision: 57209 $ version: 20011219 marc fleury: version: version: - Moved from typed return to Object to allow for optimizations in creation
version: - Per Dain Sundstrom requests removed the Remote Exception.
version: - The Container Invoker is going to be replaced by the ProxyFactory
version:
|