Package org.eclipse.jetty.osgi.boot
Class OSGiDeployer
java.lang.Object
org.eclipse.jetty.deploy.bindings.StandardDeployer
org.eclipse.jetty.osgi.boot.OSGiDeployer
- All Implemented Interfaces:
org.eclipse.jetty.deploy.AppLifeCycle.Binding
public class OSGiDeployer
extends org.eclipse.jetty.deploy.bindings.StandardDeployer
OSGiDeployer
Extension of standard Jetty deployer that emits OSGi EventAdmin
events whenever a webapp is deployed into OSGi via Jetty.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoProcessBinding(org.eclipse.jetty.deploy.graph.Node node, org.eclipse.jetty.deploy.App app) voidprocessBinding(org.eclipse.jetty.deploy.graph.Node node, org.eclipse.jetty.deploy.App app) Methods inherited from class org.eclipse.jetty.deploy.bindings.StandardDeployer
getBindingTargets
-
Constructor Details
-
OSGiDeployer
-
-
Method Details
-
processBinding
public void processBinding(org.eclipse.jetty.deploy.graph.Node node, org.eclipse.jetty.deploy.App app) throws Exception - Specified by:
processBindingin interfaceorg.eclipse.jetty.deploy.AppLifeCycle.Binding- Overrides:
processBindingin classorg.eclipse.jetty.deploy.bindings.StandardDeployer- Throws:
Exception
-
doProcessBinding
protected void doProcessBinding(org.eclipse.jetty.deploy.graph.Node node, org.eclipse.jetty.deploy.App app) throws Exception - Throws:
Exception
-