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, proxyToString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
invoke
protected 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 BaseInvocationHandler
Throwable
protected void scheduleMessage(PersistedMessageBO message) throws org.quartz.SchedulerException
org.quartz.SchedulerException
public Object getTarget()
getTarget
in interface TargetedInvocationHandler
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.