|
Log4j 1.3alpha-1 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Implementations of this interface like to be notified of arriving batches of LoggingEvents, but may only be interested in those coming from a particular source
Method Summary | |
java.lang.String |
getInterestedIdentifier()
Returns the string representing the identifier that this instance is only interested in, or null if this instance is interested in ALL events from any identifier |
void |
receiveEventBatch(java.lang.String identifier,
java.util.List eventBatchEntries)
Implementations receive a list of ChainsawEventBatchEntry instances only if they are interested, that is, if the source of the eventBatch matches this instances interested identifier |
Method Detail |
public java.lang.String getInterestedIdentifier()
public void receiveEventBatch(java.lang.String identifier, java.util.List eventBatchEntries)
eventBatchEntries
- List of ChainsawEventBatchEntry instancesidentifier
- the identifier this list of eventBatchEntrys is associated with
|
Log4j 1.3alpha-1 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |