public interface StatListener
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ALL_WORKSPACE |
static java.lang.String |
REVISION |
static int |
TRUNCATE |
Modifier and Type | Method and Description |
---|---|
java.lang.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
|
static final java.lang.String REVISION
static final java.lang.String ALL_WORKSPACE
static final int TRUNCATE
void init(PortletStat portlet, PortalElement report)
portlet
- report
- boolean handleStatEntry(StatEntry entry)
entry
- void handleEndOfStatEntries()
java.lang.String getName()
void handleStartDocument()
Copyright © 2001-2010 Jalios SA. All Rights Reserved.