|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjfun.yan.lifecycle.Lifecycle.Entry
public static class Lifecycle.Entry
This class encapsulates the "what-to-do" information for a life-cycle phase.
| Constructor Summary | |
|---|---|
Lifecycle.Entry(Procedure proc,
boolean reentrant)
To create a Entry object. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
Procedure |
getProcedure()
To get the procedure to invoke. |
int |
hashCode()
|
boolean |
isReentrant()
Is it re-entrant? |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Lifecycle.Entry(Procedure proc,
boolean reentrant)
proc - the Procedure object to invoke for the phase.reentrant - whether the Procedure is re-entrant.
If not re-entrant, the second time the procedure is called
for the same object, it does nothing.| Method Detail |
|---|
public Procedure getProcedure()
public boolean isReentrant()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||