Package org.infinispan.osgi
Class InfinispanEmbeddedServiceFactory
- java.lang.Object
-
- org.infinispan.osgi.InfinispanEmbeddedServiceFactory
-
- All Implemented Interfaces:
org.osgi.service.cm.ManagedServiceFactory
@Deprecated public class InfinispanEmbeddedServiceFactory extends Object implements org.osgi.service.cm.ManagedServiceFactory
Deprecated.Since 10.1, OSGi support is deprecated and will be removed in a future version.
-
-
Constructor Summary
Constructors Constructor Description InfinispanEmbeddedServiceFactory()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voiddeleted(String pid)Deprecated.voiddestroy()Deprecated.org.osgi.framework.BundleContextgetBundleContext()Deprecated.StringgetName()Deprecated.voidsetBundleContext(org.osgi.framework.BundleContext bundleContext)Deprecated.voidupdated(String pid, Dictionary properties)Deprecated.
-
-
-
Method Detail
-
getName
public String getName()
Deprecated.- Specified by:
getNamein interfaceorg.osgi.service.cm.ManagedServiceFactory
-
updated
public void updated(String pid, Dictionary properties) throws org.osgi.service.cm.ConfigurationException
Deprecated.- Specified by:
updatedin interfaceorg.osgi.service.cm.ManagedServiceFactory- Throws:
org.osgi.service.cm.ConfigurationException
-
deleted
public void deleted(String pid)
Deprecated.- Specified by:
deletedin interfaceorg.osgi.service.cm.ManagedServiceFactory
-
destroy
public void destroy()
Deprecated.
-
getBundleContext
public org.osgi.framework.BundleContext getBundleContext()
Deprecated.
-
setBundleContext
public void setBundleContext(org.osgi.framework.BundleContext bundleContext)
Deprecated.
-
-