| Trees | Indices | Help |
|---|
|
|
object --+
|
Base.AccessEngineEvent --+
|
TimerAlert
Event that fires when a registered timer triggers a notification.
This class registers its name and whether it should be monitored by default in an AEMonitor using the Base.registerEventType function when this module is first imported. The AEMonitor can use this information to build its menus.
|
|||
|
|||
| string |
|
||
| boolean |
|
||
| opaque object |
|
||
| integer |
|
||
| dictionary |
|
||
|
Inherited from Inherited from |
|||
|
|||
| opaque |
aid Unique identifier for the application Tier with which the timer that fired this event is associated |
||
| integer |
interval Interval on which the timer is triggered |
||
| integer |
tid ID of the Task that will handle the timer event |
||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Stores important references.
|
Returns a human readable representation of this event including its name and interval.
|
Contacts the TierManager and asks it to manage this chooser event.
|
|
Gets the ID of the Task that should handle the timer event. This information is used to locate the Task that should handle this event.
|
Fetches data out of this TimerAlert for use by a Task.TimerTask.
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Mon Jun 4 15:33:16 2007 | http://epydoc.sourceforge.net |