| Package | Description |
|---|---|
| com.caucho.config.timer | |
| com.caucho.java |
Java compilation and auto-compile classloader
|
| com.caucho.quercus.lib.session | |
| com.caucho.transaction | |
| com.caucho.util |
Assorted utilities
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimerTask.handleAlarm(Alarm alarm)
Handles 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 |
QuercusSessionManager.handleAlarm(Alarm alarm)
Timeout for reaping old sessions.
|
| 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.
|