Java EE 5 SDK

com.sun.appserv.management.util.stringifier
Interface StringifierRegistryIniter

All Known Implementing Classes:
StringifierRegistryIniter, StringifierRegistryIniterImpl

public interface StringifierRegistryIniter

Interface for adding a Stringifier.


Method Summary
 void add(Class theClass, Stringifier theStringifier)
          Add a mapping from the class to its Stringifier
 StringifierRegistry getRegistry()
          Get the registry in use by this Stringifier
 

Method Detail

add

void add(Class theClass,
         Stringifier theStringifier)
Add a mapping from the class to its Stringifier


getRegistry

StringifierRegistry getRegistry()
Get the registry in use by this Stringifier


Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.