DebugBinding, DebugListenerBinding, GlobalWebappConfigBinding, OrderedGroupBinding, StandardDeployer, StandardStarter, StandardStopper, StandardUndeployerpublic static interface AppLifeCycle.Binding
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String[] |
getBindingTargets() |
Get a list of targets that this implementation should bind to.
|
void |
processBinding(Node node,
App app) |
Event called to process a
AppLifeCycle binding. |
java.lang.String[] getBindingTargets()
"*" to bind to all known node names)void processBinding(Node node, App app) throws java.lang.Exception
AppLifeCycle binding.node - the node being processedapp - the app being processedjava.lang.Exception - if any problem severe enough to halt the AppLifeCycle processingCopyright © 1995–2018 Webtide. All rights reserved.