Modifier and Type | Method and Description |
---|---|
void |
ActorContextImpl.handleAlarm(Alarm alarm) |
Modifier and Type | Method and Description |
---|---|
void |
ScalingAlarm.handleAlarm(Alarm alarm) |
void |
ScalingClientAlarm.handleAlarm(Alarm alarm) |
Modifier and Type | Method and Description |
---|---|
void |
GlobalCacheAlarm.handleAlarm(Alarm alarm) |
Modifier and Type | Method and Description |
---|---|
void |
NetworkListenSystem.handleAlarm(Alarm alarm)
Handles the alarm.
|
Modifier and Type | Method and Description |
---|---|
void |
TimerTask.handleAlarm(Alarm alarm)
Handles alarm.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionPool.handleAlarm(Alarm alarm)
Alarm listener.
|
Modifier and Type | Method and Description |
---|---|
void |
ExpandDeployGenerator.handleAlarm(Alarm alarm)
Checks for updates.
|
Modifier and Type | Method and Description |
---|---|
void |
HealthService.HealthCheckScheduler.handleAlarm(Alarm alarm) |
Modifier and Type | Method and Description |
---|---|
void |
BamMailService.handleAlarm(Alarm alarm) |
Modifier and Type | Method and Description |
---|---|
void |
ExternalCompiler.handleAlarm(Alarm alarm)
This callback should only occur if the compiler freezes.
|
Modifier and Type | Method and Description |
---|---|
void |
PollingTopic.handleAlarm(Alarm alarm) |
void |
PollingQueue.handleAlarm(Alarm alarm) |
Modifier and Type | Method and Description |
---|---|
void |
MailHandler.handleAlarm(Alarm alarm) |
Modifier and Type | Method and Description |
---|---|
void |
TcpPort.SuspendReaper.handleAlarm(Alarm alarm) |
Modifier and Type | Method and Description |
---|---|
void |
QuercusSessionManager.handleAlarm(Alarm alarm)
Timeout for reaping old sessions.
|
Modifier and Type | Method and Description |
---|---|
void |
ScheduledTask.handleAlarm(Alarm alarm)
The runnable.
|
Modifier and Type | Method and Description |
---|---|
void |
ProStatSystem.handleAlarm(Alarm alarm) |
void |
ClusterStatService.handleAlarm(Alarm alarm) |
void |
JniNetStat.handleAlarm(Alarm alarm) |
Modifier and Type | Method and Description |
---|---|
void |
ServletService.handleAlarm(Alarm alarm)
Handles the alarm.
|
Modifier and Type | Method and Description |
---|---|
void |
ServletConfigImpl.handleAlarm(Alarm alarm)
Handles a cron alarm callback.
|
Modifier and Type | Method and Description |
---|---|
void |
AccessLog.handleAlarm(Alarm alarm)
The alarm listener.
|
Modifier and Type | Method and Description |
---|---|
void |
MatchRule.handleAlarm(Alarm alarm) |
void |
ImportRule.handleAlarm(Alarm alarm) |
Modifier and Type | Method and Description |
---|---|
void |
SessionManager.handleAlarm(Alarm alarm)
Timeout for reaping old sessions
|
Modifier and Type | Method and Description |
---|---|
void |
DBPoolImpl.handleAlarm(Alarm alarm)
At the alarm, close all connections which have been sitting in
the pool for too long.
|
Modifier and Type | Method and Description |
---|---|
void |
TransactionImpl.handleAlarm(Alarm alarm) |
Modifier and Type | Class and Description |
---|---|
class |
WeakAlarm
The alarm class provides a lightweight event scheduler.
|
Modifier and Type | Method and Description |
---|---|
Alarm |
AlarmHeap.extractAlarm(long now)
Returns the next alarm ready to run
|
Alarm[] |
AlarmHeap.toArray() |
Modifier and Type | Method and Description |
---|---|
void |
AlarmHeap.dequeue(Alarm alarm) |
void |
AlarmListener.handleAlarm(Alarm alarm)
Handles a callback from an alarm.
|
boolean |
AlarmHeap.queueAt(Alarm alarm,
long wakeTime)
Queue the alarm for wakeup.
|
boolean |
AlarmClock.queueAt(Alarm alarm,
long wakeTime)
Queue the alarm for wakeup.
|