org.eclipse.jetty.deploy.bindings
类 StandardStopper
java.lang.Object
org.eclipse.jetty.deploy.bindings.StandardStopper
- 所有已实现的接口:
- AppLifeCycle.Binding
public class StandardStopper
- extends Object
- implements AppLifeCycle.Binding
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardStopper
public StandardStopper()
getBindingTargets
public String[] getBindingTargets()
- 从接口
AppLifeCycle.Binding 复制的描述
- Get a list of targets that this implementation should bind to.
- 指定者:
- 接口
AppLifeCycle.Binding 中的 getBindingTargets
- 返回:
- the array of String node names to bind to. (use
"*" to bind to all known node names)
processBinding
public void processBinding(Node node,
App app)
throws Exception
- 从接口
AppLifeCycle.Binding 复制的描述
- Event called to process a
AppLifeCycle binding.
- 指定者:
- 接口
AppLifeCycle.Binding 中的 processBinding
- 参数:
node - the node being processedapp - the app being processed
- 抛出:
Exception - if any problem severe enough to halt the AppLifeCycle processing
Copyright © 2013. All Rights Reserved.