|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jalios.jcms.stat.RawExportStatListener
public class RawExportStatListener
Field Summary | |
---|---|
static String |
REVISION
|
Fields inherited from interface com.jalios.jcms.stat.StatListener |
---|
ALL_WORKSPACE, TRUNCATE |
Constructor Summary | |
---|---|
RawExportStatListener(RawDataExportHandler driver)
|
Method Summary | |
---|---|
protected LinkedList<String> |
getDataNames()
Returns the array of data names (and also additionnal columns @see RawDataExportHandler.duplicateHeader(String, Class) ) |
String |
getName()
Return the distinguish name of the listener |
void |
handleEndOfStatEntries()
Called when parsing is finished and then no more line will be send |
void |
handleStartDocument()
handle start document event |
boolean |
handleStatEntry(StatEntry entry)
Handle a line of Log |
void |
init(PortletStat portlet,
PortalElement report)
Init the Portlet attributs |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String REVISION
Constructor Detail |
---|
public RawExportStatListener(RawDataExportHandler driver)
Method Detail |
---|
public String getName()
StatListener
getName
in interface StatListener
public void handleEndOfStatEntries()
StatListener
handleEndOfStatEntries
in interface StatListener
protected LinkedList<String> getDataNames()
RawDataExportHandler.duplicateHeader(String, Class)
)
public boolean handleStatEntry(StatEntry entry)
StatListener
handleStatEntry
in interface StatListener
public void init(PortletStat portlet, PortalElement report)
StatListener
init
in interface StatListener
public void handleStartDocument()
StatListener
handleStartDocument
in interface StatListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |