This package contains the interfaces and classes for querying and managing the OSGi service versions used in the WebSphere
eXtreme Scale.
Overview
The APIs included in this package allow querying and managing the OSGi services that are
in use by the eXtreme Scale runtime in the current process. These are useful when the process
is hosting an eXtreme Scale client or local cache.
Use the xscmd administration utility to query and update the OSGi service versions for
eXtreme Scale servers running in an OSGi framework.
The following OSGi service version management functions are available:
- Query the currently used OSGi service rankings for one ObjectGrid instance.
- Query the currently used OSGi service rankings for all ObjectGrid instances.
- Check if specific OSGi service rankings are available.
- Query all available OSGi service rankings.
The class com.ibm.websphere.objectgrid.osgi.ObjectGridOSGiManager
provides methods
useService(String, String)
and useService(Map)
to update the service versions for a local or client-side ObjectGrid
instance.