|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjfun.yan.lifecycle.Phase
public class Phase
A descriptor class representing a certain phase within a life-cycle.
Zephyr Business Solution
| Constructor Summary | |
|---|---|
Phase(java.lang.Object key,
ExceptionHandler handler)
To created a Phase object. |
|
| Method Summary | |
|---|---|
ExceptionHandler |
getExceptionHandler()
To get the exception handler of this phase. |
java.lang.Object |
getPhaseKey()
To get the key of this phase. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Phase(java.lang.Object key,
ExceptionHandler handler)
key - the key of the phase.handler - the exception handler of the phase.| Method Detail |
|---|
public ExceptionHandler getExceptionHandler()
public java.lang.Object getPhaseKey()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||