Service components that generically handle synchronous service invocations implement this interface.
Use this interface to invoke a service with a synchronous interface. Generally, the services have short duration and respond quickly to the component.
Service stockQuote = (Service)serviceManager.locateService(“stockQuote"); Float quote = (Float)stockQuote.invoke(“getQuote”, new Object[] {“IBM”})[0];
Last updated: Tue Feb 21 17:04:27 2006
(c) Copyright IBM Corporation 2005.
This information center is powered by Eclipse technology (http://www.eclipse.org)