Class DelegatingTimeoutProxy
java.lang.Object
org.identityconnectors.framework.impl.api.DelegatingTimeoutProxy
- All Implemented Interfaces:
InvocationHandler
Delegating timeout proxy that selects the appropriate timeout handler
depending on the method.
-
Constructor Summary
ConstructorDescriptionDelegatingTimeoutProxy
(Object target, long timeoutMillis, int bufferSize) Create a new MethodTimeoutProxy. -
Method Summary
-
Constructor Details
-
DelegatingTimeoutProxy
Create a new MethodTimeoutProxy.- Parameters:
target
- The object we are wrappingtimeoutMillis
-
-
-
Method Details
-
invoke
- Specified by:
invoke
in interfaceInvocationHandler
- Throws:
Throwable
-