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)

Parent topic: Programming interfaces

Related reference
Component interface
DataFactory interface
EndPointReference interface
EndPointReferenceFactory interface
Service exceptions
InterfaceType interface
Service interface
ServiceCallback interface
ServiceImplSync interface
ServiceManager class
Ticket interface

Related information
Interface ServiceImplAsync APIs


Terms of use |

Last updated: Tue Sep 20 03:22:37 2005

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