/* * JBoss, the OpenSource J2EE webOS * * Distributable under LGPL license. * See terms of license at gnu.org. */ package org.jboss.invocation; import java.util.ArrayList; /** * * * @see * * @author Sacha Labourey. * @version $Revision: 1.1.2.1 $ * *

Revisions: * *

January 12, 2003 Sacha Labourey: *

*/ public interface InvokerProxyHA { public void updateClusterInfo (ArrayList targets, long viewId); }