| java.lang.Object org.apache.commons.scxml.env.SimpleScheduler
SimpleScheduler | public class SimpleScheduler implements EventDispatcher,Serializable(Code) | | EventDispatcher implementation that can schedule delay ed
<send> events for the "scxml" targettype
attribute value (which is also the default). This implementation uses
J2SE Timer s.
No other targettype s are processed. Subclasses may support
additional targettype s by overriding the
send(...) and cancel(...) methods and
delegating to their super counterparts for the
"scxml" targettype .
|
Inner Class :class DelayedEventTask extends TimerTask | |
getExecutor | protected SCXMLExecutor getExecutor()(Code) | | Get the executor we're attached to.
The owning executor instance |
getLog | protected Log getLog()(Code) | | Get the log instance.
The current log instance |
getTimers | protected Map getTimers()(Code) | | Get the current timers.
The currently scheduled timers |
|
|