Service components that generically handle asynchronous service invocations implement this interface.
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.
} // initiation and other processing. invokeAsynch(OperationType serviceOperation, inputObject, serviceCallback clientReturn, clientTicket)
Last updated: Thu Apr 27 14:35:54 2006
(c) Copyright IBM Corporation 2005.
This information center is powered by Eclipse technology (http://www.eclipse.org)