org.identityconnectors.framework.impl.api
Class LoggingProxy

java.lang.Object
  extended by org.identityconnectors.framework.impl.api.LoggingProxy
All Implemented Interfaces:
InvocationHandler

public class LoggingProxy
extends Object
implements InvocationHandler

Proxy responsible for logging operations from the API.


Constructor Summary
LoggingProxy(Class<? extends APIOperation> api, Object target)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingProxy

public LoggingProxy(Class<? extends APIOperation> api,
                    Object target)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable

Specified by:
invoke in interface InvocationHandler
Throws:
Throwable


Copyright © 2011. All Rights Reserved.