FileDocCategorySizeDatePackage
StringifierRegistry.javaAPI DocGlassfish v2 API2742Fri May 04 22:31:08 BST 2007com.sun.appserv.management.util.stringifier

StringifierRegistry

public interface StringifierRegistry
A registry for mapping classes to Stringifiers

Fields Summary
Constructors Summary
Methods Summary
public voidadd(java.lang.Class theClass, Stringifier stringifier)
Add a mapping from a Class to a Stringifier

param
theClass the Class to which the Stringifier should be associated
param
stringifier the Stringifier for the class

public Stringifierlookup(java.lang.Class theClass)
Lookup a Stringifier from a Class.

param
theClass the Class
return
the Stringifier, or null if not found