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: Tue 10 Oct 2006 12:56:59
(c) Copyright IBM Corporation 2005, 2006.
This information center is powered by Eclipse technology (http://www.eclipse.org)