org.kuali.rice.ksb.api.messaging
Class AsynchronousCall

java.lang.Object
  extended by 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

Constructor Summary
AsynchronousCall(Class<?>[] paramTypes, Object[] arguments, ServiceConfiguration serviceConfiguration, String methodName, AsynchronousCallback callback, Serializable context)
           
 
Method Summary
 Object[] getArguments()
           
 AsynchronousCallback getCallback()
           
 Serializable getContext()
           
 String getMethodName()
           
 Class<?>[] getParamTypes()
           
 ServiceConfiguration getServiceConfiguration()
           
 boolean isIgnoreStoreAndForward()
           
 void setContext(Serializable context)
           
 void setIgnoreStoreAndForward(boolean ignoreStoreAndForward)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AsynchronousCall

public AsynchronousCall(Class<?>[] paramTypes,
                        Object[] arguments,
                        ServiceConfiguration serviceConfiguration,
                        String methodName,
                        AsynchronousCallback callback,
                        Serializable context)
Method Detail

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:
toString in class Object

isIgnoreStoreAndForward

public boolean isIgnoreStoreAndForward()

setIgnoreStoreAndForward

public void setIgnoreStoreAndForward(boolean ignoreStoreAndForward)

getContext

public Serializable getContext()

setContext

public void setContext(Serializable context)


Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.