|
Kieker 1.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
E - the type of the objectspublic interface IRegistry<E>
A generic interface to assign unique IDs to objects.
| Method Summary | |
|---|---|
int |
get(E value)
Gets a unique id for an object. |
E |
get(int i)
Gets the object associated with the unique id. |
E[] |
getAll()
Return an array with all registered objects. |
int |
getSize()
Returns the number of registered objects. |
void |
setRecordReceiver(IMonitoringRecordReceiver recordReceiver)
Enables logging of newly registered objects. |
| Method Detail |
|---|
int get(E value)
value - the object
E get(int i)
i - the unique id
E[] getAll()
int getSize()
void setRecordReceiver(IMonitoringRecordReceiver recordReceiver)
recordReceiver - the IMonitoringRecordReceiver logged to
|
Kieker 1.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||