com.softwareag.um.storage.StorageSyncListener Interface Reference

Listener for sync operations in a Storage object. More...

Public Member Functions

void completed (Storage store)
 Called when the file descriptors sync() function completes. More...
 
void started (Storage store)
 Called when the file descriptors sync() function is called. More...
 

Detailed Description

Listener for sync operations in a Storage object.

Member Function Documentation

void com.softwareag.um.storage.StorageSyncListener.completed ( Storage  store)

Called when the file descriptors sync() function completes.

Parameters
storethat was synced
void com.softwareag.um.storage.StorageSyncListener.started ( Storage  store)

Called when the file descriptors sync() function is called.

Parameters
storethat is being synced