Class StandardDeployer
java.lang.Object
org.eclipse.jetty.deploy.bindings.StandardDeployer
- All Implemented Interfaces:
AppLifeCycle.Binding
- Direct Known Subclasses:
OSGiDeployer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionString[]
Get a list of targets that this implementation should bind to.void
processBinding
(Node node, App app) Event called to process aAppLifeCycle
binding.
-
Constructor Details
-
StandardDeployer
public StandardDeployer()
-
-
Method Details
-
getBindingTargets
Description copied from interface:AppLifeCycle.Binding
Get a list of targets that this implementation should bind to.- Specified by:
getBindingTargets
in interfaceAppLifeCycle.Binding
- Returns:
- the array of String node names to bind to. (use
"*"
to bind to all known node names)
-
processBinding
Description copied from interface:AppLifeCycle.Binding
Event called to process aAppLifeCycle
binding.- Specified by:
processBinding
in interfaceAppLifeCycle.Binding
- Parameters:
node
- the node being processedapp
- the app being processed- Throws:
Exception
- if any problem severe enough to halt the AppLifeCycle processing
-