com.redstarhackers.transaction.services
Class BaseTransactionResourceHelper

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

public abstract class BaseTransactionResourceHelper
extends java.lang.Object
implements TransactionResourceHelper

TODO Class summary sentence. Class documentation.

Version:
$Revision: 1182 $
Author:
$Author: kostya $

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

Constructor Detail

BaseTransactionResourceHelper

public BaseTransactionResourceHelper()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface TransactionResourceHelper

getPriority

public int getPriority()
Specified by:
getPriority in interface TransactionResourceHelper

getAppName

public java.lang.String getAppName()
Specified by:
getAppName in interface TransactionResourceHelper

initialize

public void initialize(java.util.Properties props)
Specified by:
initialize in interface TransactionResourceHelper

compareTo

public int compareTo(java.lang.Object rhs)
Specified by:
compareTo in interface java.lang.Comparable

setName

protected void setName(java.lang.String val)

setPriority

protected void setPriority(int val)