Java EE 5 SDK

com.sun.appserv.management.util.jmx.stringifier
Class MonitorNotificationStringifier

java.lang.Object
  extended by com.sun.appserv.management.util.jmx.stringifier.NotificationStringifier
      extended by com.sun.appserv.management.util.jmx.stringifier.MonitorNotificationStringifier
All Implemented Interfaces:
Stringifier

public class MonitorNotificationStringifier
extends NotificationStringifier
implements Stringifier


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.appserv.management.util.jmx.stringifier.NotificationStringifier
NotificationStringifier.Options
 
Field Summary
static MonitorNotificationStringifier DEFAULT
           
 
Fields inherited from class com.sun.appserv.management.util.jmx.stringifier.NotificationStringifier
mOptions
 
Constructor Summary
MonitorNotificationStringifier()
           
MonitorNotificationStringifier(NotificationStringifier.Options options)
           
 
Method Summary
 String stringify(Object o)
          Produce a String representation of an object.
 
Methods inherited from class com.sun.appserv.management.util.jmx.stringifier.NotificationStringifier
_stringify, append, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT

public static final MonitorNotificationStringifier DEFAULT
Constructor Detail

MonitorNotificationStringifier

public MonitorNotificationStringifier()

MonitorNotificationStringifier

public MonitorNotificationStringifier(NotificationStringifier.Options options)
Method Detail

stringify

public String stringify(Object o)
Description copied from interface: Stringifier
Produce a String representation of an object. The actual output has no other semantics; each Stringifier may choose to target a particular type of user.

The resulting String should be suitable for display to a user.

Specified by:
stringify in interface Stringifier
Overrides:
stringify in class NotificationStringifier
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.