net.commerce.zocalo.ajax.events
Class IndividualTimingEvent

java.lang.Object
  extended by org.apache.log4j.spi.LoggingEvent
      extended by net.commerce.zocalo.ajax.events.Action
          extended by net.commerce.zocalo.ajax.events.IndividualTimingEvent
All Implemented Interfaces:
java.io.Serializable

public class IndividualTimingEvent
extends Action

An event relevant to one subject in an experiment. Will be distributed via a private channel in cometd.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.log4j.spi.LoggingEvent
categoryName, fqnOfCategoryClass, level, timeStamp
 
Constructor Summary
IndividualTimingEvent(AbstractSubject player, org.apache.log4j.Logger logger, java.lang.String eventKey, java.lang.String logString)
           
 
Method Summary
static org.apache.log4j.Logger getActionLogger()
           
 void sendTo(PrivateEventDispatcher dispatcher)
           
 java.lang.String toLogString()
           
 
Methods inherited from class net.commerce.zocalo.ajax.events.Action
callBackPublish, getRenderedMessage, toString
 
Methods inherited from class org.apache.log4j.spi.LoggingEvent
getFQNOfLoggerClass, getLevel, getLocationInformation, getLogger, getLoggerName, getMDC, getMDCCopy, getMessage, getNDC, getProperties, getProperty, getPropertyKeySet, getStartTime, getThreadName, getThrowableInformation, getThrowableStrRep, getTimeStamp, locationInformationExists, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndividualTimingEvent

public IndividualTimingEvent(AbstractSubject player,
                             org.apache.log4j.Logger logger,
                             java.lang.String eventKey,
                             java.lang.String logString)
Method Detail

toLogString

public java.lang.String toLogString()
Specified by:
toLogString in class Action

sendTo

public void sendTo(PrivateEventDispatcher dispatcher)

getActionLogger

public static org.apache.log4j.Logger getActionLogger()