|
||||||||||
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()
Heartbeat
Heartbeat.end()
.
begin
in interface Heartbeat
public void defer(java.lang.Runnable command)
Heartbeat
Heartbeat.end()
.
defer
in interface Heartbeat
command
- command to be executed at the end of the heartbeatHeartbeatDeferred
public void end()
Heartbeat
Heartbeat.begin()
.
end
in interface Heartbeat
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |