The ServiceManager class provides an object that facilitates access to services within WebSphere® Process Server.
Use ServiceManager() to create an instance of a ServiceManager object. Then use the object to locate a service.
ServiceManager serviceManager = new ServiceManager();
InputStream myReferences = new FileInputStream("MyReferences.references"); ServiceManager serviceManager = new ServiceManager(myReferences);
Parent topic: Programming interfaces
Related reference
Component interface
DataFactory interface
EndPointReference interface
EndPointReferenceFactory interface
Service exceptions
InterfaceType interface
Service interface
ServiceCallback interface
ServiceImplAsync interface
ServiceImplSync interface
Ticket interface
Related information
Class ServiceManager APIs
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)