net.sf.voruta
Interface ProcedureInterceptor
- public interface ProcedureInterceptor
Service provider interface to customize DAO implementation
- Author:
- baliuka
Method Summary |
java.lang.Object |
invoke(java.lang.reflect.Method method,
java.lang.Object[] args,
Invocation in,
java.util.Properties properties)
callback method |
invoke
public java.lang.Object invoke(java.lang.reflect.Method method,
java.lang.Object[] args,
Invocation in,
java.util.Properties properties)
throws java.lang.Throwable
- callback method
- Parameters:
method
- method invoked on DAO implementationargs
- method parameters, can be transformed before delegationin
- Invokation object for delegationproperties
- all javadoc tags- Returns:
- transformed or orginal value
- Throws:
java.lang.Throwable
- any exeption
Copyright © 2003-2004 voruta. All Rights Reserved.