|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.log4j.spi.LoggingEvent
net.commerce.zocalo.ajax.events.Action
net.commerce.zocalo.ajax.events.Transition
public class Transition
Action representing changes from one Session state to the next. (market open, computing scores, etc.)
Field Summary |
---|
Fields inherited from class org.apache.log4j.spi.LoggingEvent |
---|
categoryName, fqnOfCategoryClass, level, timeStamp |
Constructor Summary | |
---|---|
Transition(java.lang.String transition,
java.lang.String marketName)
|
|
Transition(java.lang.String transition,
java.lang.String displayText,
int round,
java.lang.String timeRemaining)
|
Method Summary | |
---|---|
static org.apache.log4j.Logger |
getActionLogger()
|
void |
publishTo(TransitionDispatcher 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 |
---|
public Transition(java.lang.String transition, java.lang.String displayText, int round, java.lang.String timeRemaining)
public Transition(java.lang.String transition, java.lang.String marketName)
Method Detail |
---|
public void publishTo(TransitionDispatcher dispatcher)
public java.lang.String toLogString()
toLogString
in class Action
public static org.apache.log4j.Logger getActionLogger()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |