|
Kieker 1.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkieker.analysis.plugin.SilentCountingRecordConsumer
public final class SilentCountingRecordConsumer
| Constructor Summary | |
|---|---|
SilentCountingRecordConsumer()
Constructs a SilentCountingRecordConsumer. |
|
| Method Summary | |
|---|---|
boolean |
execute()
Initiates the start of a component. |
long |
getMessageCount()
|
Collection<Class<? extends IMonitoringRecord>> |
getRecordTypeSubscriptionList()
Simply return null to get records of all types. |
boolean |
newMonitoringRecord(IMonitoringRecord monitoringRecord)
Called for each new record. |
void |
terminate(boolean error)
Initiates a termination of the component. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SilentCountingRecordConsumer()
SilentCountingRecordConsumer.
| Method Detail |
|---|
public final Collection<Class<? extends IMonitoringRecord>> getRecordTypeSubscriptionList()
IMonitoringRecordConsumerPlugin
getRecordTypeSubscriptionList in interface IMonitoringRecordConsumerPluginpublic final boolean newMonitoringRecord(IMonitoringRecord monitoringRecord)
IMonitoringRecordReceiver
newMonitoringRecord in interface IMonitoringRecordReceivermonitoringRecord - the record.
public final boolean execute()
IAnalysisPlugin
execute in interface IAnalysisPluginpublic final void terminate(boolean error)
IAnalysisPlugin
terminate in interface IAnalysisPluginerror - true iff an error occured.public final long getMessageCount()
|
Kieker 1.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||