com.redhat.rhn.frontend.events
Class AbstractDatabaseAction

java.lang.Object
  extended by com.redhat.rhn.frontend.events.AbstractDatabaseAction
Direct Known Subclasses:
UpdateErrataCacheAction

public class AbstractDatabaseAction
extends java.lang.Object

AbstractDatabaseAction


Constructor Summary
AbstractDatabaseAction()
           
 
Method Summary
protected  void handleTransactions()
          Commits the current thread transaction, as well as close the Hibernate session.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDatabaseAction

public AbstractDatabaseAction()
Method Detail

handleTransactions

protected void handleTransactions()
Commits the current thread transaction, as well as close the Hibernate session.