Kieker 1.9

kieker.monitoring.core.controller
Interface IRegistryController

All Known Subinterfaces:
IMonitoringController
All Known Implementing Classes:
MonitoringController, RegistryController

public interface IRegistryController

Since:
1.5
Author:
Jan Waller

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.
 

Method Detail

getUniqueIdForString

int getUniqueIdForString(String string)
Gets a unique id for a string.

Parameters:
string - the string
Returns:
the unique id
Since:
1.5

getStringForUniqueId

String getStringForUniqueId(int id)
Gets a string for a unique id.

Parameters:
id - the unique id
Returns:
the string
Since:
1.8

getStringRegistry

IRegistry<String> getStringRegistry()
Gets the used IRegistry

Returns:
the registry
Since:
1.8

Kieker 1.9

Copyright 2014 Kieker Project, http://kieker-monitoring.net