net.sf.jzeno.aop
Class AutoSyncProperties

java.lang.Object
  extended by net.sf.jzeno.aop.AutoSyncProperties

public class AutoSyncProperties
extends java.lang.Object

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

getInstance

public static AutoSyncProperties getInstance()

supportsAutoSync

public boolean supportsAutoSync(java.lang.reflect.Method method)