public class PhaseHolder extends Object
Constructor and Description |
---|
PhaseHolder() |
PhaseHolder(List phases) |
Modifier and Type | Method and Description |
---|---|
void |
addHandler(HandlerDescription handlerDesc)
If the phase name is equal to "*" that implies , the handler should be
added to each and every phase in the system for a given flow , and at that
point if the phase rule contains any befores or afters then they will be
ignored.
|
public PhaseHolder()
public PhaseHolder(List phases)
public void addHandler(HandlerDescription handlerDesc) throws PhaseException
handlerDesc
- HandlerDescription to deployPhaseException
- if there's a problemCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.