com.siviam.bobup.event
Interface IBackupProvider


public interface IBackupProvider

Author:
vishnu

Method Summary
 IBackup[] provide(java.lang.Object object)
          Obtain an array of resources to be backed up.
 

Method Detail

provide

public IBackup[] provide(java.lang.Object object)
                  throws java.lang.Exception
Obtain an array of resources to be backed up. The resources themselves do not have to map to a business object. Two or more resources can map logically to the same business object.

Parameters:
object -
Returns:
Throws:
java.lang.Exception


Copyright © 2001-2006. All Rights Reserved.