Scheduling a timeout
About this task
The following sequence diagram shows a scheduled timeout.
To schedule a timeout:
Procedure
A user class calls the
schedTm
method to create a timeout request.
The
schedTm
method calls the
incarnateTimeout
method to create a timeout request for the reactive object.
The constructor for the
OMTimeout
class creates a timeout event.
The
schedTm
method delegates the timeout request to
OMTimerManager
.
The
schedTm
method calls the
set
method to delegate the timeout request to
OMTimerManager
.
Feedback