org.ops4j.pax.coin.service.internal.service
Class ConfigAdminFactory
java.lang.Object
org.ops4j.pax.coin.service.internal.service.ConfigAdminFactory
- All Implemented Interfaces:
- org.osgi.framework.ServiceFactory
public class ConfigAdminFactory
- extends Object
- implements org.osgi.framework.ServiceFactory
The ConfigAdminFactory is a ServiceFactory
that will create the actual
ConfigAdmin service that is tied to the bundle using it.
- Since:
- 0.3.0, June 23, 2008
- Author:
- Alin Dreghiciu
Method Summary |
Object |
getService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration serviceRegistration)
|
void |
ungetService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration serviceRegistration,
Object service)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigAdminFactory
public ConfigAdminFactory()
getService
public Object getService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration serviceRegistration)
-
- Specified by:
getService
in interface org.osgi.framework.ServiceFactory
ungetService
public void ungetService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration serviceRegistration,
Object service)
-
- Specified by:
ungetService
in interface org.osgi.framework.ServiceFactory
Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.