Kieker 1.12

kieker.tools.bridge
Class LookupEntity

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

public final class LookupEntity
extends java.lang.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(java.lang.reflect.Constructor<? extends IMonitoringRecord> constructor, java.lang.Class<?>[] parameterTypes)
          Construct one new LookupEntry.
 
Method Summary
 java.lang.reflect.Constructor<? extends IMonitoringRecord> getConstructor()
           
 java.lang.Class<?>[] getParameterTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LookupEntity

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

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

getParameterTypes

public java.lang.Class<?>[] getParameterTypes()

getConstructor

public java.lang.reflect.Constructor<? extends IMonitoringRecord> getConstructor()

Kieker 1.12

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