public class DelayedAsynchronousServiceCallProxy extends BaseInvocationHandler implements TargetedInvocationHandler
| Modifier | Constructor and Description |
|---|---|
protected |
DelayedAsynchronousServiceCallProxy(List<Endpoint> endpoints,
Serializable context,
String value1,
String value2,
long delayMilliseconds) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
createInstance(List<Endpoint> endpoints,
Serializable context,
String value1,
String value2,
long delayMilliseconds) |
Object |
getTarget()
Returns the List
|
protected Object |
invokeInternal(Object proxy,
Method method,
Object[] arguments) |
protected void |
scheduleMessage(PersistedMessageBO message) |
invoke, proxyEquals, proxyHashCode, proxyToStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinvokeprotected DelayedAsynchronousServiceCallProxy(List<Endpoint> endpoints, Serializable context, String value1, String value2, long delayMilliseconds)
public static Object createInstance(List<Endpoint> endpoints, Serializable context, String value1, String value2, long delayMilliseconds)
protected Object invokeInternal(Object proxy, Method method, Object[] arguments) throws Throwable
invokeInternal in class BaseInvocationHandlerThrowableprotected void scheduleMessage(PersistedMessageBO message) throws org.quartz.SchedulerException
org.quartz.SchedulerExceptionpublic Object getTarget()
getTarget in interface TargetedInvocationHandlerCopyright © 2005–2016 The Kuali Foundation. All rights reserved.