|
Kieker 1.11 | |||||||||
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
Field Summary |
---|
Fields inherited from class kieker.monitoring.core.controller.AbstractController |
---|
monitoringController |
Constructor Summary | |
---|---|
protected |
RegistryController(Configuration configuration)
Creates a new instance of this class using the given configuration to initialize the class. |
Method Summary | |
---|---|
protected void |
cleanup()
This method should clean up. |
java.lang.String |
getStringForUniqueId(int id)
Gets a string for a unique id. |
IRegistry<java.lang.String> |
getStringRegistry()
Gets the used IRegistry |
int |
getUniqueIdForString(java.lang.String string)
Gets a unique id for a string. |
protected void |
init()
This method should to the initialization work. |
java.lang.String |
toString()
|
Methods inherited from class kieker.monitoring.core.controller.AbstractController |
---|
createAndInitialize, isTerminated, setMonitoringController, terminate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected RegistryController(Configuration configuration)
configuration
- The configuration used to initialize this controller.Method Detail |
---|
protected final void init()
AbstractController
init
in class AbstractController
protected final void cleanup()
AbstractController
cleanup
in class AbstractController
public final java.lang.String toString()
toString
in class AbstractController
public final int getUniqueIdForString(java.lang.String string)
getUniqueIdForString
in interface IRegistryController
string
- the string
public java.lang.String getStringForUniqueId(int id)
getStringForUniqueId
in interface IRegistryController
id
- the unique id
public IRegistry<java.lang.String> getStringRegistry()
getStringRegistry
in interface IRegistryController
|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |