public class StandardStopper extends java.lang.Object implements AppLifeCycle.Binding
| Constructor and Description |
|---|
StandardStopper() |
| Modifier and Type | Method and 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. |
public java.lang.String[] getBindingTargets()
AppLifeCycle.BindinggetBindingTargets in interface AppLifeCycle.Binding"*" to bind to all known node names)public void processBinding(Node node, App app) throws java.lang.Exception
AppLifeCycle.BindingAppLifeCycle binding.processBinding in interface AppLifeCycle.Bindingnode - the node being processedapp - the app being processedjava.lang.Exception - if any problem severe enough to halt the AppLifeCycle processingCopyright © 2013 FuseSource, Corp.. All Rights Reserved.