public class AdapterWebConsolePlugin
extends javax.servlet.http.HttpServlet
implements org.osgi.util.tracker.ServiceTrackerCustomizer, org.osgi.framework.BundleListener
Constructor and Description |
---|
AdapterWebConsolePlugin() |
Modifier and Type | Method and Description |
---|---|
protected void |
activate(org.osgi.service.component.ComponentContext ctx) |
Object |
addingService(org.osgi.framework.ServiceReference reference) |
void |
bundleChanged(org.osgi.framework.BundleEvent event) |
protected void |
deactivate(org.osgi.service.component.ComponentContext ctx) |
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
void |
modifiedService(org.osgi.framework.ServiceReference reference,
Object service) |
void |
printConfiguration(PrintWriter pw) |
void |
removedService(org.osgi.framework.ServiceReference reference,
Object service) |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
public Object addingService(org.osgi.framework.ServiceReference reference)
addingService
in interface org.osgi.util.tracker.ServiceTrackerCustomizer
public void bundleChanged(org.osgi.framework.BundleEvent event)
bundleChanged
in interface org.osgi.framework.BundleListener
public void modifiedService(org.osgi.framework.ServiceReference reference, Object service)
modifiedService
in interface org.osgi.util.tracker.ServiceTrackerCustomizer
public void removedService(org.osgi.framework.ServiceReference reference, Object service)
removedService
in interface org.osgi.util.tracker.ServiceTrackerCustomizer
protected void activate(org.osgi.service.component.ComponentContext ctx) throws org.osgi.framework.InvalidSyntaxException
org.osgi.framework.InvalidSyntaxException
protected void deactivate(org.osgi.service.component.ComponentContext ctx)
protected void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
doGet
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
public void printConfiguration(PrintWriter pw)
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.