|
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.AbstractConnector
public abstract class AbstractConnector
Generic abstract connector used in all TCP services.
Field Summary | |
---|---|
protected Configuration |
configuration
general configuration object used for the connector. |
protected java.util.concurrent.ConcurrentMap<java.lang.Integer,LookupEntity> |
lookupEntityMap
Map containing record ids and the assigned constructor and field type list. |
Constructor Summary | |
---|---|
AbstractConnector(Configuration configuration,
java.util.concurrent.ConcurrentMap<java.lang.Integer,LookupEntity> lookupEntityMap)
AbstractTCPService constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface kieker.tools.bridge.connector.IServiceConnector |
---|
close, deserializeNextRecord, initialize |
Field Detail |
---|
protected java.util.concurrent.ConcurrentMap<java.lang.Integer,LookupEntity> lookupEntityMap
protected Configuration configuration
Constructor Detail |
---|
public AbstractConnector(Configuration configuration, java.util.concurrent.ConcurrentMap<java.lang.Integer,LookupEntity> lookupEntityMap)
configuration
- Kieker configuration including setup for connectorslookupEntityMap
- IMonitoringRecord constructor and TYPES-array to id map
|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |