public class AsynchronousServiceCallProxy extends BaseInvocationHandler implements TargetedInvocationHandler
Modifier | Constructor and Description |
---|---|
protected |
AsynchronousServiceCallProxy(List<Endpoint> endpoints,
AsynchronousCallback callback,
Serializable context,
String value1,
String value2) |
Modifier and Type | Method and Description |
---|---|
static Object |
createInstance(List<Endpoint> endpoints,
AsynchronousCallback callback,
Serializable context,
String value1,
String value2) |
protected void |
executeMessage(PersistedMessageBO message) |
AsynchronousCallback |
getCallback() |
Object |
getTarget()
Returns the List
|
protected Object |
invokeInternal(Object proxy,
Method method,
Object[] arguments) |
protected String |
proxyToString(Object proxy) |
protected void |
saveMessage(PersistedMessageBO message) |
void |
setCallback(AsynchronousCallback callback) |
invoke, proxyEquals, proxyHashCode
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
invoke
protected AsynchronousServiceCallProxy(List<Endpoint> endpoints, AsynchronousCallback callback, Serializable context, String value1, String value2)
public static Object createInstance(List<Endpoint> endpoints, AsynchronousCallback callback, Serializable context, String value1, String value2)
protected Object invokeInternal(Object proxy, Method method, Object[] arguments) throws Throwable
invokeInternal
in class BaseInvocationHandler
Throwable
protected String proxyToString(Object proxy)
proxyToString
in class BaseInvocationHandler
protected void saveMessage(PersistedMessageBO message)
protected void executeMessage(PersistedMessageBO message) throws Exception
Exception
public Object getTarget()
getTarget
in interface TargetedInvocationHandler
public AsynchronousCallback getCallback()
public void setCallback(AsynchronousCallback callback)
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.