IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

Package com.ibm.websphere.objectgrid.plugins.osgi

This package contains the primary interfaces for eXtreme Scale OSGi plug-ins.

See:
          Description

Interface Summary
PluginServiceFactory<T> All OSGi plug-in implementation should configure the service using this interface.
 

Class Summary
BluePrintServiceFactory A built-in BluePrint implementation of the PluginServiceFactory.
 

Package com.ibm.websphere.objectgrid.plugins.osgi Description

This package contains the primary interfaces for eXtreme Scale OSGi plug-ins.

Overview

This package includes interfaces and classes to support OSGi service integration with the eXtreme Scale runtime.

The PluginServiceFactory interface is implemented by plug-ins that are to be exposed as OSGi services to be used by eXtreme Scale. PluginServiceFactory instances are responsible for creating the plug-in services, supporting alternative lifecycles other than singleton and prototype lifecycles, such as the "shard" lifecycle.

The BluePrintServiceFactory class allows OSGi services to be exposed using an OSGi blueprint container.


IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

© Copyright International Business Machines Corp 2005,2012. All rights reserved.