public final class CachedRecordFactoryCatalog
extends java.lang.Object
| Constructor and Description |
|---|
CachedRecordFactoryCatalog()
Create an
CachedRecordFactoryCatalog. |
| Modifier and Type | Method and Description |
|---|---|
IRecordFactory<? extends IMonitoringRecord> |
get(java.lang.String recordClassName)
Hint: This method uses convention over configuration when searching for a record factory class.
|
static CachedRecordFactoryCatalog |
getInstance()
Returns the only instance of this class.
|
public CachedRecordFactoryCatalog()
CachedRecordFactoryCatalog.public static CachedRecordFactoryCatalog getInstance()
public IRecordFactory<? extends IMonitoringRecord> get(java.lang.String recordClassName)
recordClassName - the record class name of the record class for which the factory is returnedrecordClassName.
recordClassName, a new RecordFactoryWrapper is created and stored for the given
recordClassName.
Copyright 2021 Kieker Project, http://kieker-monitoring.net