com.redstarhackers.dal.hibernate3
Class SessionHelper

java.lang.Object
  extended bycom.redstarhackers.transaction.services.BaseTransactionResourceHelper
      extended bycom.redstarhackers.dal.hibernate3.SessionHelper
All Implemented Interfaces:
java.lang.Comparable, com.redstarhackers.transaction.services.TransactionResourceHelper

public class SessionHelper
extends com.redstarhackers.transaction.services.BaseTransactionResourceHelper

TODO Class summary sentence. Class documentation.

Version:
$Revision: 1120 $
Author:
$Author: kostya $

Constructor Summary
SessionHelper()
           
 
Method Summary
 void commitResource()
           
 java.lang.Object getResource()
           
 void initialize(java.util.Properties props)
           
 void releaseResource()
           
 void rollbackResource()
           
 
Methods inherited from class com.redstarhackers.transaction.services.BaseTransactionResourceHelper
compareTo, getAppName, getName, getPriority, setName, setPriority
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionHelper

public SessionHelper()
Method Detail

initialize

public void initialize(java.util.Properties props)

getResource

public java.lang.Object getResource()

commitResource

public void commitResource()

rollbackResource

public void rollbackResource()

releaseResource

public void releaseResource()