Uses of Class
org.xins.client.AbstractCAPICallRequest

Packages that use AbstractCAPICallRequest
org.xins.client XINS client framework. 
org.xins.client.async Functionality for calling XINS APIs asynchronously. 
 

Uses of AbstractCAPICallRequest in org.xins.client
 

Methods in org.xins.client with parameters of type AbstractCAPICallRequest
protected  XINSCallResult AbstractCAPI.callImpl(AbstractCAPICallRequest request)
          Executes the specified call request.
 

Constructors in org.xins.client with parameters of type AbstractCAPICallRequest
UnacceptableRequestException(AbstractCAPICallRequest request)
          Constructs a new UnacceptableRequestException using the specified AbstractCAPICallRequest.
 

Uses of AbstractCAPICallRequest in org.xins.client.async
 

Methods in org.xins.client.async that return AbstractCAPICallRequest
 AbstractCAPICallRequest CallCAPIThread.getRequest()
          Gets the request used to the call the function.
 

Methods in org.xins.client.async with parameters of type AbstractCAPICallRequest
 void AsynchronousCall.call(AbstractCAPI capi, AbstractCAPICallRequest request)
          Calls a function asynchronously.
 

Constructors in org.xins.client.async with parameters of type AbstractCAPICallRequest
CallCAPIThread(AbstractCAPI capi, AbstractCAPICallRequest request)
          Calls a CAPI function on a separate thread.
CallSucceededEvent(AbstractCAPI capi, AbstractCAPICallRequest request, long duration, AbstractCAPICallResult result)
          Creates a successful call event.
CallFailedEvent(AbstractCAPI capi, AbstractCAPICallRequest request, long duration, Exception exception)
          Creates a failed call event.
 



See http://www.xins.org/.