org.jgroups.blocks.mux
Interface StateTransferFilter

All Known Implementing Classes:
StateTransferFilterAdapter

public interface StateTransferFilter

Allows an component that integrates with MuxUpHandler to accept or reject partial state transfer events. If multiple StateTransferFilters are associated with the same MuxUpHandler, but they are mutually exclusive in terms of which state_id's they will accept, then the MuxUpHandler can direct the state transfer event to the appropriate handler.

Version:
$Id: MuxRpcDispatcher.java,v 1.1 2010/04/13 17:57:07 ferraro Exp $
Author:
Brian Stansberry

Method Summary
 boolean accepts(java.lang.String state_id)
          Returns true if a state transfer event associated with a given state_id should be passed to this component's UpHandler.
 

Method Detail

accepts

boolean accepts(java.lang.String state_id)
Returns true if a state transfer event associated with a given state_id should be passed to this component's UpHandler.

Parameters:
state_id - the id of the partial state transfer
Returns:
true if a state transfer event associated with a given state_id should be passed to this component's UpHandler


Copyright © 1998-2009 Bela Ban / Red Hat. All Rights Reserved.