|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry5.internal.services.HeartbeatImpl
public class HeartbeatImpl
| Constructor Summary | |
|---|---|
HeartbeatImpl()
|
|
| Method Summary | |
|---|---|
void |
begin()
Begins a new Heartbeat. |
void |
defer(java.lang.Runnable command)
Adds a new command to the current Heartbeat. |
void |
end()
Executes all commands since the most recent Heartbeat.begin(). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HeartbeatImpl()
| Method Detail |
|---|
public void begin()
HeartbeatHeartbeat.end().
begin in interface Heartbeatpublic void defer(java.lang.Runnable command)
HeartbeatHeartbeat.end().
defer in interface Heartbeatcommand - command to be executed at the end of the heartbeatHeartbeatDeferredpublic void end()
HeartbeatHeartbeat.begin().
end in interface Heartbeat
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||