|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jzeno.settings.TransactionProperties
public class TransactionProperties
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 |
---|
public void reload()
public static TransactionProperties getInstance()
Gets the singleton for TransactionSettings.
public java.lang.String getSetting(java.lang.reflect.Method method)
Retrieve the transaction setting for a given business facade method.
method
- the method we whish to know transaction settings about.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |