Package adams.flow.standalone
Class QueueEvent.QueueEventRunnable
- java.lang.Object
-
- adams.core.logging.LoggingObject
-
- adams.flow.core.RunnableWithLogging
-
- adams.flow.core.EventRunnable<QueueEvent>
-
- adams.flow.standalone.QueueEvent.QueueEventRunnable
-
- All Implemented Interfaces:
LoggingLevelHandler
,LoggingSupporter
,SizeOfHandler
,Stoppable
,StoppableWithFeedback
,Serializable
,Runnable
- Enclosing class:
- QueueEvent
public static class QueueEvent.QueueEventRunnable extends EventRunnable<QueueEvent>
Specialized runnable for theQueueEvent
actor.- Version:
- $Revision: 9014 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class adams.flow.core.EventRunnable
m_Owner
-
Fields inherited from class adams.flow.core.RunnableWithLogging
m_Running, m_Stopped
-
Fields inherited from class adams.core.logging.LoggingObject
m_Logger, m_LoggingIsEnabled, m_LoggingLevel
-
-
Constructor Summary
Constructors Constructor Description QueueEventRunnable(QueueEvent owner)
Initializes the runnable.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doRun()
Performs the actual execution.-
Methods inherited from class adams.flow.core.EventRunnable
getOwner
-
Methods inherited from class adams.flow.core.RunnableWithLogging
isRunning, isStopped, postRun, preRun, run, setLoggingLevel, stopExecution
-
Methods inherited from class adams.core.logging.LoggingObject
configureLogger, getLogger, getLoggingLevel, initializeLogging, isLoggingEnabled, sizeOf
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface adams.core.logging.LoggingLevelHandler
getLoggingLevel
-
-
-
-
Constructor Detail
-
QueueEventRunnable
public QueueEventRunnable(QueueEvent owner)
Initializes the runnable.- Parameters:
owner
- the owning event
-
-
Method Detail
-
doRun
protected void doRun()
Description copied from class:RunnableWithLogging
Performs the actual execution.- Specified by:
doRun
in classRunnableWithLogging
-
-