org.identityconnectors.framework.impl.api
Class BufferedResultsProxy

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

public class BufferedResultsProxy
extends Object
implements InvocationHandler


Constructor Summary
BufferedResultsProxy(Object target, int bufferSize, long timeoutMillis)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] arguments)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BufferedResultsProxy

public BufferedResultsProxy(Object target,
                            int bufferSize,
                            long timeoutMillis)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] arguments)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable


Copyright © 2011. All Rights Reserved.