Hi Marc,

The LocalContainerInvoker class is parallel to the ContainerInvoker 
class. The ContainerInvoker interface must be implemented by 
Container plugins so that remote home and component interfaces 
can be retrieved. The LocalContainerInvoker interface must be 
implemented by containers so that local home and component 
interfaces can be retrieved. 

There was no existing functionality that allowed these interfaces to 
be retrieved. (These interface types didn't even exist before EJB 2.0 
PFD2.)

-Dan

On 10 Jun 01, at 16:42, marc fleury wrote:

> Isn't there already a "local container invoker"? the one we set on the proxy
> ?
> 
> marc
> 
> 
> |-----Original Message-----
> |From: [EMAIL PROTECTED]
> |[mailto:[EMAIL PROTECTED]]On Behalf Of
> |[EMAIL PROTECTED]
> |Sent: Sunday, June 03, 2001 12:25 PM
> |To: [EMAIL PROTECTED]
> |Subject: [JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb
> |LocalContainerInvoker.java
> |
> |
> |  User: docodan
> |  Date: 01/06/03 09:24:53
> |
> |  Modified:    src/main/org/jboss/ejb LocalContainerInvoker.java
> |  Log:
> |  Local and remote interfaces should be separate, because local
> |interfaces do not benefit from pluggable distribution mechanisms &
> |add unnecessary complexity.
> |
> |  Revision  Changes    Path
> |  1.2       +1 -1
> |jboss/src/main/org/jboss/ejb/LocalContainerInvoker.java
> |
> |  Index: LocalContainerInvoker.java
> |  ===================================================================
> |  RCS file:
> |/cvsroot/jboss/jboss/src/main/org/jboss/ejb/LocalContainerInvoker.java,v
> |  retrieving revision 1.1
> |  retrieving revision 1.2
> |  diff -u -r1.1 -r1.2
> |  --- LocalContainerInvoker.java     2001/06/02 19:40:38     1.1
> |  +++ LocalContainerInvoker.java     2001/06/03 16:24:53     1.2
> |  @@ -22,7 +22,7 @@
> |    *        @author Daniel OConnor ([EMAIL PROTECTED])
> |    */
> |   public interface LocalContainerInvoker
> |  -   extends ContainerInvoker
> |  +   extends ContainerPlugin
> |   {
> |      // Public --------------------------------------------------------
> |
> |
> |
> |
> |
> |_______________________________________________
> |Jboss-development mailing list
> |[EMAIL PROTECTED]
> |http://lists.sourceforge.net/lists/listinfo/jboss-development
> 
> 
> 
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-development



_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to