|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IBackupPart | |
com.siviam.bobup.businessobjects | |
com.siviam.bobup.general | |
com.siviam.bobup.handler |
Uses of IBackupPart in com.siviam.bobup.businessobjects |
Methods in com.siviam.bobup.businessobjects with parameters of type IBackupPart | |
void |
BusinessObject.addBackupPart(IBackupPart part)
|
Uses of IBackupPart in com.siviam.bobup.general |
Methods in com.siviam.bobup.general that return IBackupPart | |
IBackupPart[] |
IBackup.getParts(java.lang.Object object)
Obtains the constituent parts of this backup object. |
Uses of IBackupPart in com.siviam.bobup.handler |
Methods in com.siviam.bobup.handler with parameters of type IBackupPart | |
java.util.Properties |
IBackupRecoveryHandler.describePart(IBackupPart part)
Describes the part, typically in the form of property names and values. |
void |
IBackupRecoveryHandler.backup(IBackupPart part,
java.io.OutputStream os)
Backup the part. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |