ServiceImplAsync interface

Service components that generically handle asynchronous service invocations implement this interface.

Purpose

Use this interface to implement an asynchronous interface for a service. The method in this class allows a client to invoke the service, passing it a ticket object so that the service can call back the client once processing is complete.

Examples

The following example shows a client calling a service that has an asynchronous implementation.
}
	// initiation and other processing.

	invokeAsynch(OperationType serviceOperation, inputObject, 
		serviceCallback clientReturn, clientTicket)
Related information
Interface ServiceImplAsync APIs

Terms of use |

Last updated: Thu Apr 27 15:50:14 2006

(c) Copyright IBM Corporation 2006.
This information center is powered by Eclipse technology (http://www.eclipse.org)