Uses of Interface
org.jboss.ha.framework.interfaces.ResponseFilter

Packages that use ResponseFilter
org.jboss.ha.framework.interfaces   
 

Uses of ResponseFilter in org.jboss.ha.framework.interfaces
 

Methods in org.jboss.ha.framework.interfaces with parameters of type ResponseFilter
 ArrayList HAPartition.callMethodOnCluster(String serviceName, String methodName, Object[] args, Class[] types, boolean excludeSelf, ResponseFilter filter)
          Invoke a synchronous RPC call on all nodes of the partition/cluster which can be terminated early based on response filter implementation passed.
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.