Package com.ibm.portal.app.service.backup

This package defines a service that can be used by business components to backup/restore arbitrary binary data.

See:
          Description

Interface Summary
StreamBackupService The StreamBackupService can be used by a business component to write out arbitrary binary data during backup and read that data back in during restore.
StreamBackupServiceClient A business component needs to implement this interface if it wants to work with the StreamBackupService.
 

Exception Summary
BackupServiceException Occurs when anything unexpected happened while using the backup service.
 

Package com.ibm.portal.app.service.backup Description

This package defines a service that can be used by business components to backup/restore arbitrary binary data.

Package Specification

The classes contained in this package can be used by business components to backup and restore binary data.