GigaSpaces XAP 10.0.1 API

org.openspaces.admin.dump
Interface DumpDownloadListener


public interface DumpDownloadListener

A dump download listener allowing to track the downloading of dump result.

Author:
kimchy
See Also:
DumpResult

Method Summary
 void onDownload(DumpProvider dumpProvider, long downloadedBytes, String name, String fileName)
          Called repeatedly with the downloaded bytes since the last call (the total can be obtained from DumpResult.downloadSize().
 

Method Detail

onDownload

void onDownload(DumpProvider dumpProvider,
                long downloadedBytes,
                String name,
                String fileName)
Called repeatedly with the downloaded bytes since the last call (the total can be obtained from DumpResult.downloadSize().


GigaSpaces XAP 10.0.1 API

Copyright © GigaSpaces.