net.sf.farrago.fem.fennel
Interface FemDatabaseCmd

All Superinterfaces:
FemCmd, RefBaseObject, RefFeatured, RefObject
All Known Subinterfaces:
FemBeginTxnCmd, FemCmdAbandonBackup, FemCmdAlterSystemDeallocate, FemCmdBeginTxn, FemCmdBeginTxnWithCsn, FemCmdCheckpoint, FemCmdCloseDatabase, FemCmdCompleteBackup, FemCmdGetLastCommittedTxnId, FemCmdInitiateBackup, FemCmdRestoreFromBackup, FemCmdSetParam
All Known Implementing Classes:
FemBeginTxnCmd$Hib, FemCmdAbandonBackup$Hib, FemCmdAlterSystemDeallocate$Hib, FemCmdBeginTxn$Hib, FemCmdBeginTxnWithCsn$Hib, FemCmdCheckpoint$Hib, FemCmdCloseDatabase$Hib, FemCmdCompleteBackup$Hib, FemCmdGetLastCommittedTxnId$Hib, FemCmdInitiateBackup$Hib, FemCmdRestoreFromBackup$Hib, FemCmdSetParam$Hib

public interface FemDatabaseCmd
extends FemCmd

DatabaseCmd object instance 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.


Method Summary
 FemDbHandle getDbHandle()
          Returns the value of reference DbHandle.
 void setDbHandle(FemDbHandle newValue)
          Sets the value of DbHandle reference.
 
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
 

Method Detail

getDbHandle

FemDbHandle getDbHandle()
Returns the value of reference DbHandle.

Returns:
Value of reference DbHandle.

setDbHandle

void setDbHandle(FemDbHandle newValue)
Sets the value of DbHandle reference. See getDbHandle() for description on the attribute.

Parameters:
newValue - New value to be set.