com.sun.appserv.management.util.j2ee.stringifier
Class StatisticStringifier
java.lang.Object
com.sun.appserv.management.util.j2ee.stringifier.StatisticStringifier
- All Implemented Interfaces:
- Stringifier
public class StatisticStringifier
- extends Object
- implements Stringifier
Stringifier for javax.management.j2ee.Statistic
Method Summary |
String |
stringify(Object o)
Stringify by accessing all public getXXX() methods that return a value
and don't throw exceptions. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT
public static final StatisticStringifier DEFAULT
StatisticStringifier
public StatisticStringifier()
stringify
public String stringify(Object o)
- Stringify by accessing all public getXXX() methods that return a value
and don't throw exceptions.
- Specified by:
stringify
in interface Stringifier
- Parameters:
o
- the Object for which a String should be produced
Submit a bug or feature Copyright 2006 Sun Microsystems, Inc. All rights reserved.