Uses of Class
org.xins.client.AbstractCAPI

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

Uses of AbstractCAPI in org.xins.client.async
 

Methods in org.xins.client.async that return AbstractCAPI
 AbstractCAPI CallCAPIThread.getCAPI()
          Gets the CAPI used to call the function.
 

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

Constructors in org.xins.client.async with parameters of type AbstractCAPI
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/.