Kieker 1.8

kieker.tools.bridge
Class LookupEntity

java.lang.Object
  extended by kieker.tools.bridge.LookupEntity

public final class LookupEntity
extends Object

Lookup entity for a record id to a monitoring record. To avoid too many lookups and queries, this map record contains a constructor reference and an array containing the field descriptions.

Since:
1.8
Author:
Reiner Jung

Constructor Summary
LookupEntity(Constructor<? extends IMonitoringRecord> constructor, Class<?>[] parameterTypes)
          Construct one new LookupEntry.
 
Method Summary
 Constructor<? extends IMonitoringRecord> getConstructor()
           
 Class<?>[] getParameterTypes()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LookupEntity

public LookupEntity(Constructor<? extends IMonitoringRecord> constructor,
                    Class<?>[] parameterTypes)
Construct one new LookupEntry.

Parameters:
constructor - constructor for a IMonitoringRecord class
parameterTypes - monitoring record property type list
Method Detail

getParameterTypes

public Class<?>[] getParameterTypes()

getConstructor

public Constructor<? extends IMonitoringRecord> getConstructor()

Kieker 1.8

Copyright 2013 Kieker Project, http://kieker-monitoring.net