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
 

Method Detail

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 implementation
args - method parameters, can be transformed before delegation
in - Invokation object for delegation
properties - all javadoc tags
Returns:
transformed or orginal value
Throws:
java.lang.Throwable - any exeption


Copyright © 2003-2004 voruta. All Rights Reserved.