org.apache.jackrabbit.core.cluster
Interface ClusterOperation

All Known Implementing Classes:
DefaultClusterOperation

public interface ClusterOperation

Cluster operation that will be written to the cluster's journal and ultimately processed by other instances.


Method Summary
 void ended(boolean successful)
          Called when the operation has been finished.
 

Method Detail

ended

void ended(boolean successful)
Called when the operation has been finished. The passed flag indicates whether or not the operation was successful.

Parameters:
successful - true if the operation ended successfully; false otherwise


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.