|
|||||||||
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
public abstract class Action
the base of the hierarchy of actions to be disseminated via Log4J and comet.
Field Summary |
---|
Fields inherited from class org.apache.log4j.spi.LoggingEvent |
---|
categoryName, fqnOfCategoryClass, level, timeStamp |
Constructor Summary | |
---|---|
protected |
Action(org.apache.log4j.Logger logger)
|
Method Summary | |
---|---|
void |
callBackPublish(PriceActionAppender appender)
|
java.lang.String |
getRenderedMessage()
|
abstract java.lang.String |
toLogString()
|
java.lang.String |
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 |
---|
protected Action(org.apache.log4j.Logger logger)
Method Detail |
---|
public abstract java.lang.String toLogString()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getRenderedMessage()
getRenderedMessage
in class org.apache.log4j.spi.LoggingEvent
public void callBackPublish(PriceActionAppender appender)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |