|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kieker.tools.bridge.connector.ServiceConnectorFactory
public final class ServiceConnectorFactory
This factory is an attempt to simplify the instantiation of new connector types. However, we need to re-think this and move configuration to the Kieker configuration.
Method Summary | |
---|---|
static java.util.concurrent.ConcurrentMap<java.lang.Integer,LookupEntity> |
createLookupEntityMap(java.util.concurrent.ConcurrentMap<java.lang.Integer,java.lang.Class<? extends IMonitoringRecord>> recordMap)
Calculates the lookup table from the record map. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.util.concurrent.ConcurrentMap<java.lang.Integer,LookupEntity> createLookupEntityMap(java.util.concurrent.ConcurrentMap<java.lang.Integer,java.lang.Class<? extends IMonitoringRecord>> recordMap) throws ConnectorDataTransmissionException
recordMap
- A map containing ids and IMonitoringRecord types
ConnectorDataTransmissionException
- if the lookup table compilation fails
|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |