|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 FemCmdInitiateBackup
public void setBackupPathname(String newValue)
FemCmdInitiateBackup
FemCmdInitiateBackup.getBackupPathname()
for description on the attribute.
setBackupPathname
in interface FemCmdInitiateBackup
newValue
- New value to be set.public boolean isCheckSpaceRequirements()
FemCmdInitiateBackup
isCheckSpaceRequirements
in interface FemCmdInitiateBackup
public void setCheckSpaceRequirements(boolean newValue)
FemCmdInitiateBackup
FemCmdInitiateBackup.isCheckSpaceRequirements()
for description on the attribute.
setCheckSpaceRequirements
in interface FemCmdInitiateBackup
newValue
- New value to be set.public long getSpacePadding()
FemCmdInitiateBackup
getSpacePadding
in interface FemCmdInitiateBackup
public void setSpacePadding(long newValue)
FemCmdInitiateBackup
FemCmdInitiateBackup.getSpacePadding()
for description on the attribute.
setSpacePadding
in interface FemCmdInitiateBackup
newValue
- New value to be set.public long getLowerBoundCsn()
FemCmdInitiateBackup
getLowerBoundCsn
in interface FemCmdInitiateBackup
public void setLowerBoundCsn(long newValue)
FemCmdInitiateBackup
FemCmdInitiateBackup.getLowerBoundCsn()
for description on the attribute.
setLowerBoundCsn
in interface FemCmdInitiateBackup
newValue
- New value to be set.public String getCompressionProgram()
FemCmdInitiateBackup
getCompressionProgram
in interface FemCmdInitiateBackup
public void setCompressionProgram(String newValue)
FemCmdInitiateBackup
FemCmdInitiateBackup.getCompressionProgram()
for description on the attribute.
setCompressionProgram
in interface FemCmdInitiateBackup
newValue
- New value to be set.public Long getResultDataDeviceSize()
FemCmdInitiateBackup
getResultDataDeviceSize
in interface FemCmdInitiateBackup
public void setResultDataDeviceSize(Long newValue)
FemCmdInitiateBackup
FemCmdInitiateBackup.getResultDataDeviceSize()
for description on the attribute.
setResultDataDeviceSize
in interface FemCmdInitiateBackup
newValue
- New value to be set.public FemDbHandle getDbHandle()
FemDatabaseCmd
getDbHandle
in interface FemDatabaseCmd
public void setDbHandle(FemDbHandle newValue)
FemDatabaseCmd
FemDatabaseCmd.getDbHandle()
for
description on the attribute.
setDbHandle
in interface FemDatabaseCmd
newValue
- New value to be set.public FemCsnHandle getResultHandle()
FemCsnHandleReturningCmd
getResultHandle
in interface FemCsnHandleReturningCmd
public void setResultHandle(FemCsnHandle newValue)
FemCsnHandleReturningCmd
FemCsnHandleReturningCmd.getResultHandle()
for description on the attribute.
setResultHandle
in interface FemCsnHandleReturningCmd
newValue
- 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 |