|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jetty.deploy.bindings.DebugBinding
public class DebugBinding
| Constructor Summary | |
|---|---|
DebugBinding(java.lang.String... targets)
|
|
DebugBinding(java.lang.String target)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DebugBinding(java.lang.String target)
public DebugBinding(java.lang.String... targets)
| Method Detail |
|---|
public java.lang.String[] getBindingTargets()
AppLifeCycle.Binding
getBindingTargets 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 processed
java.lang.Exception - if any problem severe enough to halt the AppLifeCycle processing
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||