net.sf.farrago.fem.med
Interface FemSystemBackupClass
- All Superinterfaces:
- RefBaseObject, RefClass, RefFeatured
- All Known Implementing Classes:
- FemSystemBackupClass$Hib
public interface FemSystemBackupClass
- extends RefClass
SystemBackup class proxy interface.
Note: This type should not be subclassed,
implemented or directly instantiated by clients. It is generated from a
MOF metamodel and implemented by Enki or MDR.
createFemSystemBackup
FemSystemBackup createFemSystemBackup()
- The default factory operation used to create an instance object.
- Returns:
- The created instance object.
createFemSystemBackup
FemSystemBackup createFemSystemBackup(BackupType type,
long commitSequenceNumber,
String startTimestamp,
String endTimestamp,
BackupStatusType status)
- Creates an instance object having attributes initialized by the passed
values.
- Parameters:
type
- commitSequenceNumber
- startTimestamp
- endTimestamp
- status
-
- Returns:
- The created instance object.