org.kuali.rice.ksb.api.messaging
Class AsynchronousCall
java.lang.Object
   org.kuali.rice.ksb.api.messaging.AsynchronousCall
org.kuali.rice.ksb.api.messaging.AsynchronousCall
- All Implemented Interfaces: 
- Serializable
- public class AsynchronousCall 
- extends Object- implements Serializable
Encapsulates an asynchronous call to a service.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
 
 
 
AsynchronousCall
public AsynchronousCall(Class<?>[] paramTypes,
                        Object[] arguments,
                        ServiceConfiguration serviceConfiguration,
                        String methodName,
                        AsynchronousCallback callback,
                        Serializable context)
getArguments
public Object[] getArguments()
- 
 
- 
 
getParamTypes
public Class<?>[] getParamTypes()
- 
 
- 
 
getServiceConfiguration
public ServiceConfiguration getServiceConfiguration()
- 
 
- 
 
getMethodName
public String getMethodName()
- 
 
- 
 
getCallback
public AsynchronousCallback getCallback()
- 
 
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
- 
 
isIgnoreStoreAndForward
public boolean isIgnoreStoreAndForward()
- 
 
- 
 
setIgnoreStoreAndForward
public void setIgnoreStoreAndForward(boolean ignoreStoreAndForward)
- 
 
- 
 
getContext
public Serializable getContext()
- 
 
- 
 
setContext
public void setContext(Serializable context)
- 
 
- 
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.