EventAlertPoller Class [AX 2012]
The EventAlertPoller class polls for new alerts and notifies the user about them by displaying a pop-up window.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| detectAttentionGrabberClosure | Detects the closure of the attention grabber displayed on the screen. |
| detectAttentionGrabberClosureTimeOut | Initiates a new polling cycle, such as when the user is pausing over the grabber with the mouser pointer too long. When an attention grabber is displayed on the screen, a timeout to this method is initiated. |
| detectClientFocus | Detects whether the Microsoft Dynamics AX client window has the input focus when the attention grabber pops up. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| exitProtocol | Called to indicate that a polling cycle is finished. |
| forcedPollEntryProtocol | Called to indicate that a polling cycle that is forced by an object (EventAlertInbox form) is to be started. The method delays the polling from executing until a regular polling cycle, initiated by the scheduler, is running. |
| getAttentionGrabberParms | |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isOneMultiAlertAttentionGrabberInQueue | |
| new | Initializes a new instance of the EventAlertPoller class. |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmPollInterval | Gets or sets the PollInterval parameter. |
| parmPopUpLinkDestinationId | Gets or sets the PopUpLinkDestinationId parameter. |
| parmPopUpShowDefineMode | Gets or sets the PopUpShowDefineMode parameter. |
| parmShowWorkflowAlerts | Gets or sets the ShowWorkflowAlerts parameter. |
| poll | Executes a polling cycle. If the execution has been initiated by Infolog's time-out logic (the scheduler), the method also schedules the next polling cycle, by adding a further time-out on itself. |
| scheduledPollEntryProtocol | Called to indicate that a polling cycle that is initiated by the scheduler is to be started. The method delays the polling from executing until a forced polling cycle that is started by an object, such as the EventAlertInbox form, is running. |
| schedulePoll | Schedules a polling cycle using Infolog's time-out logic. |
| setPollingInterval | Sets the polling interval. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| showNextAttentionGrabber | Pops up the next attention grabber from the queue. |
| showQueuedAttentionGrabbers | Pops up attention grabbers from the queue. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the EventAlertPoller class. |
| ::getCompanyName | |
| ::isSingleCompany | |
| ::newAlertPoller | Creates a new alert poller. |
Community Additions
ADD
Show: