org.slf4j.osgi.logservice.impl
Class LogServiceFactory
java.lang.Object
org.slf4j.osgi.logservice.impl.LogServiceFactory
- All Implemented Interfaces:
- org.osgi.framework.ServiceFactory
public class LogServiceFactory
- extends Object
- implements org.osgi.framework.ServiceFactory
LogServiceFactory
creates LogService implementations.
- Version:
- $Rev$, $Date$
- Author:
- John Conlon
Method Summary |
Object |
getService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration arg1)
|
void |
ungetService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration arg1,
Object arg2)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogServiceFactory
public LogServiceFactory()
getService
public Object getService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration arg1)
- Specified by:
getService
in interface org.osgi.framework.ServiceFactory
ungetService
public void ungetService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration arg1,
Object arg2)
- Specified by:
ungetService
in interface org.osgi.framework.ServiceFactory
Copyright © 2005-2013 QOS.ch. All Rights Reserved.