Java EE 5 SDK

com.sun.appserv.management.util.j2ee.stringifier
Class StatisticStringifier

java.lang.Object
  extended by 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


Field Summary
static StatisticStringifier DEFAULT
           
 
Constructor Summary
StatisticStringifier()
           
 
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
 

Field Detail

DEFAULT

public static final StatisticStringifier DEFAULT
Constructor Detail

StatisticStringifier

public StatisticStringifier()
Method Detail

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

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.