harpoon.Runtime.Transactions
Class ImplHelper

java.lang.Object
  extended by harpoon.Runtime.Transactions.ImplHelper

public abstract class ImplHelper
extends Object

ImplHelper just contains stubs which we will later substitute native code for.

Version:
$Id: ImplHelper.java,v 1.1 2003/07/16 01:17:03 cananian Exp $
Author:
C. Scott Ananian <cananian@alumni.princeton.edu>

Constructor Summary
ImplHelper()
           
 
Method Summary
static CommitRecord setJNITransaction(CommitRecord cr)
          Sets the JNI "current transaction" state to the given transaction.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImplHelper

public ImplHelper()
Method Detail

setJNITransaction

public static CommitRecord setJNITransaction(CommitRecord cr)
Sets the JNI "current transaction" state to the given transaction. Returns the previous value of the transaction state.