kieker.common.util.registry
Interface ILookup<E>
- Type Parameters:
E
- the type of the objects
- All Superinterfaces:
- IRegistry<E>
- All Known Implementing Classes:
- Lookup
public interface ILookup<E>
- extends IRegistry<E>
A generic interface to query registered unique IDs of objects.
- Since:
- 1.8
- Author:
- Jan Waller
Method Summary |
boolean |
set(E value,
int id)
Registers the object with the unique id. |
set
boolean set(E value,
int id)
- Registers the object with the unique id.
- Parameters:
value
- the objectid
- the unique id
- Returns:
- false on duplicate id
- Since:
- 1.8
Copyright 2014 Kieker Project, http://kieker-monitoring.net>