Kieker 1.6

kieker.monitoring.core.controller
Class RegistryController

java.lang.Object
  extended by kieker.monitoring.core.controller.AbstractController
      extended by kieker.monitoring.core.controller.RegistryController
All Implemented Interfaces:
IRegistryController

public final class RegistryController
extends AbstractController
implements IRegistryController

Author:
Jan Waller

Method Summary
 int getIdForString(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

toString

public final String toString()
Specified by:
toString in class AbstractController

getIdForString

public final int getIdForString(String string)
Description copied from interface: IRegistryController
Gets a unique id for a string.

Specified by:
getIdForString in interface IRegistryController
Parameters:
string - the string
Returns:
the unique id

Kieker 1.6

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