net.sf.jzeno.settings
Class TransactionProperties

java.lang.Object
  extended by net.sf.jzeno.settings.TransactionProperties

public class TransactionProperties
extends java.lang.Object

This class is responsible for managing configuration settings about the transaction management of the business logic layer. It is mainly used by oput light-weight AOP framework.


Method Summary
static TransactionProperties getInstance()
           Gets the singleton for TransactionSettings.
 java.lang.String getSetting(java.lang.reflect.Method method)
           Retrieve the transaction setting for a given business facade method.
 void reload()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

reload

public void reload()

getInstance

public static TransactionProperties getInstance()

Gets the singleton for TransactionSettings.


getSetting

public java.lang.String getSetting(java.lang.reflect.Method method)

Retrieve the transaction setting for a given business facade method.

Parameters:
method - the method we whish to know transaction settings about.
Returns:
the transaction setting.