net.sf.farrago.fem.fennel
Class FemCmdCreateExecutionStreamGraph$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.FemCmdCreateExecutionStreamGraph$Hib
All Implemented Interfaces:
RefBaseObject, RefFeatured, RefObject, FemCmd, FemCmdCreateExecutionStreamGraph, FemTxnCmd

public class FemCmdCreateExecutionStreamGraph$Hib
extends RefObjectBase
implements FemCmdCreateExecutionStreamGraph

Implements MOF's CmdCreateExecutionStreamGraph interface.

Author:
MofImplementationHandler

Field Summary
private  CmdReturnsStreamGraphHandle resultHandle
           
private  CmdUsesTxnHandle txnHandle
           
 
Constructor Summary
FemCmdCreateExecutionStreamGraph$Hib(RefClass refClass)
           
 
Method Summary
protected  void checkConstraints(List<JmiException> errors, boolean deepVerify)
           
 FemStreamGraphHandle getResultHandle()
          Returns the value of reference ResultHandle.
 FemTxnHandle getTxnHandle()
          Returns the value of reference TxnHandle.
 void setResultHandle(FemStreamGraphHandle newValue)
          Sets the value of ResultHandle reference.
 void setTxnHandle(FemTxnHandle newValue)
          Sets the value of TxnHandle 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

txnHandle

private CmdUsesTxnHandle txnHandle

resultHandle

private CmdReturnsStreamGraphHandle resultHandle
Constructor Detail

FemCmdCreateExecutionStreamGraph$Hib

FemCmdCreateExecutionStreamGraph$Hib(RefClass refClass)
Method Detail

getTxnHandle

public FemTxnHandle getTxnHandle()
Description copied from interface: FemTxnCmd
Returns the value of reference TxnHandle.

Specified by:
getTxnHandle in interface FemTxnCmd
Returns:
Value of reference TxnHandle.

setTxnHandle

public void setTxnHandle(FemTxnHandle newValue)
Description copied from interface: FemTxnCmd
Sets the value of TxnHandle reference. See FemTxnCmd.getTxnHandle() for description on the attribute.

Specified by:
setTxnHandle in interface FemTxnCmd
Parameters:
newValue - New value to be set.

getResultHandle

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

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

setResultHandle

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

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

checkConstraints

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