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();
Parent topic: Programming interfaces
Related reference
DataFactory interface
EndPointReference interface
EndPointReferenceFactory interface
Service exceptions
InterfaceType interface
Service interface
ServiceCallback interface
ServiceImplAsync interface
ServiceImplSync interface
ServiceManager class
Ticket interface
Related information
Interface Component APIs
Last updated: Tue Sep 20 03:22:36 2005
Copyright IBM Corporation 2005.
This information center is powered by Eclipse technology (http://www.eclipse.org)