|
Kieker 1.7 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkieker.common.record.AbstractMonitoringRecord
kieker.monitoring.core.registry.RegistryRecord
public final class RegistryRecord
Internal record type used exclusively by the monitoring subsystem.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface kieker.common.record.IMonitoringRecord |
|---|
IMonitoringRecord.Factory |
| Constructor Summary | |
|---|---|
RegistryRecord(int id,
Object object)
Creates a new instance of this class using the given parameters. |
|
RegistryRecord(Object[] values)
This constructor converts the given array into a record. |
|
| Method Summary | |
|---|---|
int |
getId()
|
Object |
getObject()
|
Class<?>[] |
getValueTypes()
This method should deliver an array with the classes of the single values for the record. |
void |
initFromArray(Object[] values)
Deprecated. This record uses the IMonitoringRecord.Factory mechanism. Hence, this method is not implemented. |
Object[] |
toArray()
This method should deliver an array containing the content of the record. |
| Methods inherited from class kieker.common.record.AbstractMonitoringRecord |
|---|
checkArray, classForName, compareTo, createFromArray, createFromStringArray, equals, fromStringArrayToTypedArray, getLoggingTimestamp, hashCode, setLoggingTimestamp, toString, typesForClass |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RegistryRecord(int id,
Object object)
id - The ID.object - The object.public RegistryRecord(Object[] values)
toArray().
values - The values for the record.| Method Detail |
|---|
public Object[] toArray()
toArray in interface IMonitoringRecord@Deprecated public void initFromArray(Object[] values)
IMonitoringRecord.Factory mechanism. Hence, this method is not implemented.
IMonitoringRecord.toArray().
initFromArray in interface IMonitoringRecordvalues - The values for the record.public Class<?>[] getValueTypes()
getValueTypes in interface IMonitoringRecordIMonitoringRecord.toArray()public int getId()
public Object getObject()
|
Kieker 1.7 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||