au.edu.jcu.hermes.core.common.logging
Class HermesProcessingFinished
java.lang.Object
LoggingEvent
au.edu.jcu.hermes.core.common.logging.HermesProcessingFinished
public class HermesProcessingFinished
- extends LoggingEvent
Author: Mathew Wyatt
Organisation: James Cook University
Date: Jun 16, 2008
Time: 12:39:55 PM
Identifies when a processing event has finished
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
startEvent
protected HermesProcessingStarted startEvent
- The HermesProcessingStarted event associated with this finish event
HermesProcessingFinished
public HermesProcessingFinished(Logger logger,
java.lang.String message,
HermesProcessingStarted startEvent)
- Constructor
- Parameters:
logger - message - startEvent -
getStartEvent
public HermesProcessingStarted getStartEvent()
- Returns the HermesProcessingStarted event associated with this finish event
- Returns: