This interface represents a service component.
ServiceManager serviceManager = new ServiceManager(); Service service = (Service)serviceManager.locateService(“myService”); list myList = myService.getInterfaceTypes();
ServiceManager serviceManager = new ServiceManager(); Service service = (Service)serviceManager.locateService(“myService”); list myReferences = myService.getReferences();
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)