public class PhaseHolder
extends java.lang.Object
| Constructor and Description |
|---|
PhaseHolder() |
PhaseHolder(java.util.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(java.util.List phases)
public void addHandler(HandlerDescription handlerDesc) throws PhaseException
handlerDesc - HandlerDescription to deployPhaseException - if there's a problemCopyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.