1 Reply Latest reply on Sep 26, 2002 12:09 PM by adrian.brock

    HomeProxy implements InvocationHandler??

    kunsir

      When I read the JBoss 2.4.4 source code.I think the HomeProxy should implements the interface InvocationHandler.But there is just "public class HomeProxy extends GenericProxy",and "GenericProxy
      implements Externalizable". It's a little puzzle to me.

      What's wrong?Should not HomeProxy implements InvocationHandler?