kieker.monitoring.core.registry
Class RegistryRecord
java.lang.Object
kieker.common.record.AbstractMonitoringRecord
kieker.monitoring.core.registry.RegistryRecord
- All Implemented Interfaces:
- Serializable, Comparable<IMonitoringRecord>, IMonitoringRecord, IMonitoringRecord.Factory
public final class RegistryRecord
- extends AbstractMonitoringRecord
- implements IMonitoringRecord.Factory
Internal record type used exclusively by the monitoring subsystem.
- Author:
- Jan Waller
- See Also:
- Serialized Form
Methods inherited from class kieker.common.record.AbstractMonitoringRecord |
checkArray, classForName, compareTo, createFromArray, createFromStringArray, equals, fromStringArrayToTypedArray, getLoggingTimestamp, hashCode, setLoggingTimestamp, toString, typesForClass |
RegistryRecord
public RegistryRecord(int id,
Object object)
RegistryRecord
public RegistryRecord(Object[] values)
toArray
public Object[] toArray()
- Specified by:
toArray
in interface IMonitoringRecord
initFromArray
@Deprecated
public void initFromArray(Object[] values)
- Deprecated.
- Specified by:
initFromArray
in interface IMonitoringRecord
getValueTypes
public Class<?>[] getValueTypes()
- Specified by:
getValueTypes
in interface IMonitoringRecord
getId
public int getId()
- Returns:
- the id
getObject
public Object getObject()
- Returns:
- the object
Copyright 2012 Kieker Project, http://kieker-monitoring.net>