org.apache.s4.core.ft
Interface StorageCallback


public interface StorageCallback

Callback for reporting the result of an asynchronous storage operation


Method Summary
 void storageOperationResult(CheckpointingFramework.StorageResultCode resultCode, java.lang.Object message)
          Notifies the result of a storage operation
 

Method Detail

storageOperationResult

void storageOperationResult(CheckpointingFramework.StorageResultCode resultCode,
                            java.lang.Object message)
Notifies the result of a storage operation

Parameters:
resultCode - code for the result : CheckpointingFramework.StorageResultCode
message - whatever message object is suitable