IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

com.ibm.websphere.objectgrid.plugins.osgi
Interface PluginServiceFactory<T>

All Known Implementing Classes:
BluePrintServiceFactory

public interface PluginServiceFactory<T>

All OSGi plug-in implementation should configure the service using this interface.

This factory is used to create multiple service instances so we can support prototype and shard type services.

Since:
7.1.1

Method Summary
 T getService()
           
 

Method Detail

getService

T getService()
Returns:
a plug-in service instance.

IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

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