1 Reply Latest reply on Nov 28, 2005 3:35 PM by belaban

    TreeCache.callRemoteMethods(): where is the target?

    gfzhang

      Hi,

      How to specify the target that the callRemoteMethods() will invoke onto?

      thanks

      guofeng

        • 1. Re: TreeCache.callRemoteMethods(): where is the target?
          belaban

          The target is the TreeCache, so if you want to invoke your onw methods, you have to create a subclass of TreeCache.
          Note that it is probably better to use JGroups or any JBoss Cluster building blocks directly, rather than JBossCache, as the callRemoteMethods() methods will probably be pulled from TreeCache in the near future, when we refactor the ReplicationInterceptor