public class DebugBinding extends Object implements AppLifeCycle.Binding
Constructor and Description |
---|
DebugBinding(String... targets) |
DebugBinding(String target) |
Modifier and Type | Method and Description |
---|---|
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. |
public DebugBinding(String target)
public DebugBinding(String... targets)
public String[] getBindingTargets()
AppLifeCycle.Binding
getBindingTargets
in interface AppLifeCycle.Binding
"*"
to bind to all known node names)public void processBinding(Node node, App app) throws Exception
AppLifeCycle.Binding
AppLifeCycle
binding.processBinding
in interface AppLifeCycle.Binding
node
- the node being processedapp
- the app being processedException
- if any problem severe enough to halt the AppLifeCycle processingCopyright © 1995-2015 Webtide. All Rights Reserved.