org.kuali.rice.ksb.messaging.callbacks
Class SimpleCallback
java.lang.Object
org.kuali.rice.ksb.messaging.callbacks.SimpleCallback
- All Implemented Interfaces:
- Serializable, AsynchronousCallback
public class SimpleCallback
- extends Object
- implements AsynchronousCallback
This is a description of what this class does - rkirkend don't forget to fill
this in.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleCallback
public SimpleCallback()
callback
public void callback(Serializable returnObject,
AsynchronousCall methodCall)
- Specified by:
callback
in interface AsynchronousCallback
getMethodCall
public AsynchronousCall getMethodCall()
setMethodCall
public void setMethodCall(AsynchronousCall methodCall)
getReturnObject
public Serializable getReturnObject()
setReturnObject
public void setReturnObject(Serializable returnObject)
waitForAsyncCall
public void waitForAsyncCall()
throws InterruptedException
- Throws:
InterruptedException
waitForAsyncCall
public void waitForAsyncCall(long millis)
throws InterruptedException
- Throws:
InterruptedException
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.