org.knowhowlab.osgi.monitoradmin
Class MonitorAdminFactory
java.lang.Object
org.knowhowlab.osgi.monitoradmin.MonitorAdminFactory
- All Implemented Interfaces:
- org.osgi.framework.ServiceFactory
public class MonitorAdminFactory
- extends java.lang.Object
- implements org.osgi.framework.ServiceFactory
MonitorAdmin ServiceFactory implementation
- Author:
- dpishchukhin
|
Method Summary |
java.lang.Object |
getService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration serviceRegistration)
|
void |
ungetService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration serviceRegistration,
java.lang.Object o)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MonitorAdminFactory
public MonitorAdminFactory(LogVisitor logVisitor,
MonitorAdminCommon common)
getService
public java.lang.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,
java.lang.Object o)
- Specified by:
ungetService in interface org.osgi.framework.ServiceFactory
Copyright © 2010 Know-How Lab. All Rights Reserved.