|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eigenbase.enki.jmi.impl.RefBaseObjectBase
org.eigenbase.enki.jmi.impl.RefFeaturedBase
org.eigenbase.enki.jmi.impl.RefObjectBase
net.sf.farrago.fem.fennel.FemCmdInitiateBackup$Hib
public class FemCmdInitiateBackup$Hib
Implements MOF's CmdInitiateBackup interface.
MofImplementationHandler| Field Summary | |
|---|---|
private String |
backupPathname
|
private Boolean |
checkSpaceRequirements
|
private String |
compressionProgram
|
private CmdUsesDbHandle |
dbHandle
|
private Long |
lowerBoundCsn
|
private Long |
resultDataDeviceSize
|
private CmdReturnsCsnHandle |
resultHandle
|
private Long |
spacePadding
|
| Constructor Summary | |
|---|---|
FemCmdInitiateBackup$Hib(RefClass refClass)
|
|
FemCmdInitiateBackup$Hib(RefClass refClass,
String backupPathname,
boolean checkSpaceRequirements,
long spacePadding,
long lowerBoundCsn,
String compressionProgram,
Long resultDataDeviceSize)
|
|
| Method Summary | |
|---|---|
protected void |
checkConstraints(List<JmiException> errors,
boolean deepVerify)
|
String |
getBackupPathname()
Returns the value of attribute backupPathname. |
String |
getCompressionProgram()
Returns the value of attribute compressionProgram. |
FemDbHandle |
getDbHandle()
Returns the value of reference DbHandle. |
long |
getLowerBoundCsn()
Returns the value of attribute lowerBoundCsn. |
Long |
getResultDataDeviceSize()
Returns the value of attribute resultDataDeviceSize. |
FemCsnHandle |
getResultHandle()
Returns the value of reference ResultHandle. |
long |
getSpacePadding()
Returns the value of attribute spacePadding. |
boolean |
isCheckSpaceRequirements()
Returns the value of attribute checkSpaceRequirements. |
void |
setBackupPathname(String newValue)
Sets the value of backupPathname attribute. |
void |
setCheckSpaceRequirements(boolean newValue)
Sets the value of checkSpaceRequirements attribute. |
void |
setCompressionProgram(String newValue)
Sets the value of compressionProgram attribute. |
void |
setDbHandle(FemDbHandle newValue)
Sets the value of DbHandle reference. |
void |
setLowerBoundCsn(long newValue)
Sets the value of lowerBoundCsn attribute. |
void |
setResultDataDeviceSize(Long newValue)
Sets the value of resultDataDeviceSize attribute. |
void |
setResultHandle(FemCsnHandle newValue)
Sets the value of ResultHandle reference. |
void |
setSpacePadding(long newValue)
Sets the value of spacePadding attribute. |
| Methods inherited from class org.eigenbase.enki.jmi.impl.RefObjectBase |
|---|
findAssociationEnd, findAttribute, getRepository, refClass, refDelete, refImmediateComposite, refImmediatePackage, refIsInstanceOf, refMetaObject, refOutermostComposite, setRefMetaObject, unregister |
| Methods inherited from class org.eigenbase.enki.jmi.impl.RefFeaturedBase |
|---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from class org.eigenbase.enki.jmi.impl.RefBaseObjectBase |
|---|
createInstance, equals, getCurrentInitializer, getEnum, getInitializer, getMofId, getTag, hashCode, invokeMethod, invokeMethod, logJmi, refMofId, refOutermostPackage, refVerifyConstraints, setMofId |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.jmi.reflect.RefObject |
|---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
| Methods inherited from interface javax.jmi.reflect.RefFeatured |
|---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from interface javax.jmi.reflect.RefBaseObject |
|---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
| Field Detail |
|---|
private String backupPathname
private Boolean checkSpaceRequirements
private Long spacePadding
private Long lowerBoundCsn
private String compressionProgram
private Long resultDataDeviceSize
private CmdUsesDbHandle dbHandle
private CmdReturnsCsnHandle resultHandle
| Constructor Detail |
|---|
FemCmdInitiateBackup$Hib(RefClass refClass)
FemCmdInitiateBackup$Hib(RefClass refClass,
String backupPathname,
boolean checkSpaceRequirements,
long spacePadding,
long lowerBoundCsn,
String compressionProgram,
Long resultDataDeviceSize)
| Method Detail |
|---|
public String getBackupPathname()
FemCmdInitiateBackup
getBackupPathname in interface FemCmdInitiateBackuppublic void setBackupPathname(String newValue)
FemCmdInitiateBackupFemCmdInitiateBackup.getBackupPathname() for description on the attribute.
setBackupPathname in interface FemCmdInitiateBackupnewValue - New value to be set.public boolean isCheckSpaceRequirements()
FemCmdInitiateBackup
isCheckSpaceRequirements in interface FemCmdInitiateBackuppublic void setCheckSpaceRequirements(boolean newValue)
FemCmdInitiateBackupFemCmdInitiateBackup.isCheckSpaceRequirements() for description on the attribute.
setCheckSpaceRequirements in interface FemCmdInitiateBackupnewValue - New value to be set.public long getSpacePadding()
FemCmdInitiateBackup
getSpacePadding in interface FemCmdInitiateBackuppublic void setSpacePadding(long newValue)
FemCmdInitiateBackupFemCmdInitiateBackup.getSpacePadding() for description on the attribute.
setSpacePadding in interface FemCmdInitiateBackupnewValue - New value to be set.public long getLowerBoundCsn()
FemCmdInitiateBackup
getLowerBoundCsn in interface FemCmdInitiateBackuppublic void setLowerBoundCsn(long newValue)
FemCmdInitiateBackupFemCmdInitiateBackup.getLowerBoundCsn() for description on the attribute.
setLowerBoundCsn in interface FemCmdInitiateBackupnewValue - New value to be set.public String getCompressionProgram()
FemCmdInitiateBackup
getCompressionProgram in interface FemCmdInitiateBackuppublic void setCompressionProgram(String newValue)
FemCmdInitiateBackupFemCmdInitiateBackup.getCompressionProgram() for description on the attribute.
setCompressionProgram in interface FemCmdInitiateBackupnewValue - New value to be set.public Long getResultDataDeviceSize()
FemCmdInitiateBackup
getResultDataDeviceSize in interface FemCmdInitiateBackuppublic void setResultDataDeviceSize(Long newValue)
FemCmdInitiateBackupFemCmdInitiateBackup.getResultDataDeviceSize() for description on the attribute.
setResultDataDeviceSize in interface FemCmdInitiateBackupnewValue - New value to be set.public FemDbHandle getDbHandle()
FemDatabaseCmd
getDbHandle in interface FemDatabaseCmdpublic void setDbHandle(FemDbHandle newValue)
FemDatabaseCmdFemDatabaseCmd.getDbHandle() for
description on the attribute.
setDbHandle in interface FemDatabaseCmdnewValue - New value to be set.public FemCsnHandle getResultHandle()
FemCsnHandleReturningCmd
getResultHandle in interface FemCsnHandleReturningCmdpublic void setResultHandle(FemCsnHandle newValue)
FemCsnHandleReturningCmdFemCsnHandleReturningCmd.getResultHandle() for description on the attribute.
setResultHandle in interface FemCsnHandleReturningCmdnewValue - New value to be set.
protected void checkConstraints(List<JmiException> errors,
boolean deepVerify)
checkConstraints in class RefBaseObjectBase
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||