| java.lang.Object com.jamonapi.JAMonBufferListener com.jamonapi.JAMonArrayBufferListener
Method Summary | |
public JAMonListener | copy() | public void | processEvent(Monitor mon) When this event is fired the monitor will be added to the rolling buffer.
If it is a log4j monitor the buffer will be specific to log4j fields
(i.e.LoggingEvent info such as threadname, formattedmessage, exception
stack trace and a few others. |
JAMonArrayBufferListener | public JAMonArrayBufferListener()(Code) | | Constructor that creaates this object with its default name (the class
name)
|
JAMonArrayBufferListener | public JAMonArrayBufferListener(String name)(Code) | | Pass in the jamonListener name
|
JAMonArrayBufferListener | public JAMonArrayBufferListener(String name, BufferList list)(Code) | | Name the listener and pass in the jamon BufferList to use
|
processEvent | public void processEvent(Monitor mon)(Code) | | When this event is fired the monitor will be added to the rolling buffer.
If it is a log4j monitor the buffer will be specific to log4j fields
(i.e.LoggingEvent info such as threadname, formattedmessage, exception
stack trace and a few others. If it is not then the super class's
processEvent is called.
|
|
|