Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.grouping
Class CritterRegistry

java.lang.Object
  extended by org.hyperic.hq.grouping.CritterRegistry

public class CritterRegistry
extends java.lang.Object


Method Summary
 CritterType getCritterTypeForClass(java.lang.String className)
          Returns the registered CritterType instance with the given class name
 java.util.Collection getCritterTypes()
           
static CritterRegistry getRegistry()
           
 void register(CritterType type)
           
 void unregister(CritterType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRegistry

public static final CritterRegistry getRegistry()

register

public void register(CritterType type)

unregister

public void unregister(CritterType type)

getCritterTypes

public java.util.Collection getCritterTypes()

getCritterTypeForClass

public CritterType getCritterTypeForClass(java.lang.String className)
Returns the registered CritterType instance with the given class name


Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.