net.sf.farrago.fennel
Class FennelSvptHandle

java.lang.Object
  extended by net.sf.farrago.fennel.FennelSvptHandle

public class FennelSvptHandle
extends Object

FennelSvptHandle is an opaque handle to a Fennel savepoint.

Version:
$Id: //open/dev/farrago/src/net/sf/farrago/fennel/FennelSvptHandle.java#10 $
Author:
John V. Sichi

Field Summary
private  long svptHandle
           
 
Constructor Summary
FennelSvptHandle(long svptHandle)
           
 
Method Summary
 long getLongHandle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

svptHandle

private final long svptHandle
Constructor Detail

FennelSvptHandle

FennelSvptHandle(long svptHandle)
Method Detail

getLongHandle

public long getLongHandle()
Returns:
underlying handle as long