|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kieker.common.record.factory.CachedRecordFactoryCatalog
public final class CachedRecordFactoryCatalog
Constructor Summary | |
---|---|
CachedRecordFactoryCatalog()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CachedRecordFactoryCatalog()
Method Detail |
---|
public static CachedRecordFactoryCatalog getInstance()
public IRecordFactory<? extends IMonitoringRecord> get(java.lang.String recordClassName)
recordClassName
-
recordClassName
.
recordClassName
, a new RecordFactoryWrapper
is created and stored for the given
recordClassName
.
|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |