net.sf.farrago.fem.fennel
Interface FemHandle

All Superinterfaces:
RefBaseObject, RefFeatured, RefObject
All Known Subinterfaces:
FemCsnHandle, FemDbHandle, FemStreamGraphHandle, FemStreamHandle, FemSvptHandle, FemTxnHandle
All Known Implementing Classes:
FemCsnHandle$Hib, FemDbHandle$Hib, FemStreamGraphHandle$Hib, FemStreamHandle$Hib, FemSvptHandle$Hib, FemTxnHandle$Hib

public interface FemHandle
extends RefObject

Handle 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
 long getLongHandle()
          Returns the value of attribute longHandle.
 void setLongHandle(long newValue)
          Sets the value of longHandle attribute.
 
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

getLongHandle

long getLongHandle()
Returns the value of attribute longHandle.

Returns:
Value of attribute longHandle.

setLongHandle

void setLongHandle(long newValue)
Sets the value of longHandle attribute. See getLongHandle() for description on the attribute.

Parameters:
newValue - New value to be set.