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:
AppLifeCycle.Binding
OSGiDeployer
Extension of standard Jetty deployer that emits OSGi EventAdmin
events whenever a webapp is deployed into OSGi via Jetty.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
doProcessBinding
(Node node, App app) void
processBinding
(Node node, App app) Event called to process aAppLifeCycle
binding.Methods inherited from class org.eclipse.jetty.deploy.bindings.StandardDeployer
getBindingTargets
-
Constructor Details
-
OSGiDeployer
-
-
Method Details
-
processBinding
Description copied from interface:AppLifeCycle.Binding
Event called to process aAppLifeCycle
binding.- Specified by:
processBinding
in interfaceAppLifeCycle.Binding
- Overrides:
processBinding
in classStandardDeployer
- Parameters:
node
- the node being processedapp
- the app being processed- Throws:
Exception
- if any problem severe enough to halt the AppLifeCycle processing
-
doProcessBinding
- Throws:
Exception
-