net.sf.farrago.fem.fennel
Interface FemEndTxnCmd
- All Superinterfaces:
- FemCmd, FemTxnCmd, RefBaseObject, RefFeatured, RefObject
- All Known Subinterfaces:
- FemCmdCommit, FemCmdRollback
- All Known Implementing Classes:
- FemCmdCommit$Hib, FemCmdRollback$Hib
public interface FemEndTxnCmd
- extends FemTxnCmd
EndTxnCmd 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.
getSvptHandle
FemSvptHandle getSvptHandle()
- Returns the value of reference SvptHandle.
- Returns:
- Value of reference SvptHandle.
setSvptHandle
void setSvptHandle(FemSvptHandle newValue)
- Sets the value of SvptHandle reference. See
getSvptHandle()
for description on the attribute.
- Parameters:
newValue
- New value to be set.