|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kieker.monitoring.core.controller.AbstractController kieker.monitoring.core.controller.RegistryController
public final class RegistryController
Method Summary | |
---|---|
String |
getStringForUniqueId(int id)
Gets a string for a unique id. |
IRegistry<String> |
getStringRegistry()
Gets the used IRegistry |
int |
getUniqueIdForString(String string)
Gets a unique id for a string. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public final String toString()
toString
in class AbstractController
public final int getUniqueIdForString(String string)
getUniqueIdForString
in interface IRegistryController
string
- the string
public String getStringForUniqueId(int id)
getStringForUniqueId
in interface IRegistryController
id
- the unique id
public IRegistry<String> getStringRegistry()
getStringRegistry
in interface IRegistryController
|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |