|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jzeno.aop.AutoSyncProperties
public class AutoSyncProperties
Singleton that holds configuation for autosync aspect uses 'autosync.properties' to see which business methods should be called without autosync support
An entry in this file looks like:
e.g. com.dhl.calms.business.ReferenceDataFacade.save
Method Summary | |
---|---|
static AutoSyncProperties |
getInstance()
|
boolean |
supportsAutoSync(java.lang.reflect.Method method)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static AutoSyncProperties getInstance()
public boolean supportsAutoSync(java.lang.reflect.Method method)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |