appl.data
Interface DataUnloader

All Known Subinterfaces:
DataLoadHandler, PartitionDataHandler
All Known Implementing Classes:
AbstractDataHandler, XuluClientLoader, XuluGridSharedFileSystemLoader

public interface DataUnloader

A instances of DataUnloader unloads a specified object to a location, as soon as the unload() method is invoked. Counterpart of DataLoader.

Author:
Dominik Appl

Method Summary
 String getUnloadInfo()
           
 void unload()
          unloads the Data to a specific location
 

Method Detail

unload

void unload()
unloads the Data to a specific location


getUnloadInfo

String getUnloadInfo()
Returns:
a short description of what the class exactly does