net.sf.farrago.fem.fennel
Class FemCmdBeginTxn$Hib

java.lang.Object
  extended by org.eigenbase.enki.jmi.impl.RefBaseObjectBase
      extended by org.eigenbase.enki.jmi.impl.RefFeaturedBase
          extended by org.eigenbase.enki.jmi.impl.RefObjectBase
              extended by net.sf.farrago.fem.fennel.FemCmdBeginTxn$Hib
All Implemented Interfaces:
RefBaseObject, RefFeatured, RefObject, FemBeginTxnCmd, FemCmd, FemCmdBeginTxn, FemDatabaseCmd

public class FemCmdBeginTxn$Hib
extends RefObjectBase
implements FemCmdBeginTxn

Implements MOF's CmdBeginTxn interface.

Author:
MofImplementationHandler

Field Summary
private  CmdUsesDbHandle dbHandle
           
private  Boolean readOnly
           
private  CmdReturnsTxnHandle resultHandle
           
 
Constructor Summary
FemCmdBeginTxn$Hib(RefClass refClass)
           
FemCmdBeginTxn$Hib(RefClass refClass, boolean readOnly)
           
 
Method Summary
protected  void checkConstraints(List<JmiException> errors, boolean deepVerify)
           
 FemDbHandle getDbHandle()
          Returns the value of reference DbHandle.
 FemTxnHandle getResultHandle()
          Returns the value of reference ResultHandle.
 boolean isReadOnly()
          Returns the value of attribute readOnly.
 void setDbHandle(FemDbHandle newValue)
          Sets the value of DbHandle reference.
 void setReadOnly(boolean newValue)
          Sets the value of readOnly attribute.
 void setResultHandle(FemTxnHandle newValue)
          Sets the value of ResultHandle reference.
 
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

readOnly

private Boolean readOnly

dbHandle

private CmdUsesDbHandle dbHandle

resultHandle

private CmdReturnsTxnHandle resultHandle
Constructor Detail

FemCmdBeginTxn$Hib

FemCmdBeginTxn$Hib(RefClass refClass)

FemCmdBeginTxn$Hib

FemCmdBeginTxn$Hib(RefClass refClass,
                   boolean readOnly)
Method Detail

isReadOnly

public boolean isReadOnly()
Description copied from interface: FemCmdBeginTxn
Returns the value of attribute readOnly.

Specified by:
isReadOnly in interface FemCmdBeginTxn
Returns:
Value of attribute readOnly.

setReadOnly

public void setReadOnly(boolean newValue)
Description copied from interface: FemCmdBeginTxn
Sets the value of readOnly attribute. See FemCmdBeginTxn.isReadOnly() for description on the attribute.

Specified by:
setReadOnly in interface FemCmdBeginTxn
Parameters:
newValue - New value to be set.

getDbHandle

public FemDbHandle getDbHandle()
Description copied from interface: FemDatabaseCmd
Returns the value of reference DbHandle.

Specified by:
getDbHandle in interface FemDatabaseCmd
Returns:
Value of reference DbHandle.

setDbHandle

public void setDbHandle(FemDbHandle newValue)
Description copied from interface: FemDatabaseCmd
Sets the value of DbHandle reference. See FemDatabaseCmd.getDbHandle() for description on the attribute.

Specified by:
setDbHandle in interface FemDatabaseCmd
Parameters:
newValue - New value to be set.

getResultHandle

public FemTxnHandle getResultHandle()
Description copied from interface: FemBeginTxnCmd
Returns the value of reference ResultHandle.

Specified by:
getResultHandle in interface FemBeginTxnCmd
Returns:
Value of reference ResultHandle.

setResultHandle

public void setResultHandle(FemTxnHandle newValue)
Description copied from interface: FemBeginTxnCmd
Sets the value of ResultHandle reference. See FemBeginTxnCmd.getResultHandle() for description on the attribute.

Specified by:
setResultHandle in interface FemBeginTxnCmd
Parameters:
newValue - New value to be set.

checkConstraints

protected void checkConstraints(List<JmiException> errors,
                                boolean deepVerify)
Specified by:
checkConstraints in class RefBaseObjectBase