ServiceManager class

The ServiceManager class provides an object that facilitates access to services within WebSphere® Process Server.

Purpose

Use ServiceManager() to create an instance of a ServiceManager object. Then use the object to locate a service.

Examples

The following example shows using ServiceManager to create a ServiceManager instance for a single service.
ServiceManager serviceManager = new ServiceManager();
The next example shows how to create a ServiceManager instance to manage multiple services.
InputStream myReferences = new FileInputStream("MyReferences.references");
ServiceManager serviceManager = new ServiceManager(myReferences);
Related reference
Component interface
EndPointReference interface
EndPointReferenceFactory interface
Service exceptions
InterfaceType interface
Service interface
ServiceCallback interface
ServiceImplAsync interface
ServiceImplSync interface
Ticket interface
Related information
Class ServiceManager APIs

Terms of use |

Last updated: Tue Feb 21 17:57:09 2006

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