Class AttributeChangeNotificationStringifier
- java.lang.Object
-
- org.glassfish.admin.amx.util.jmx.stringifier.NotificationStringifier
-
- org.glassfish.admin.amx.util.jmx.stringifier.AttributeChangeNotificationStringifier
-
- All Implemented Interfaces:
Stringifier
public class AttributeChangeNotificationStringifier extends NotificationStringifier
Creates a String representation of anAttributeChangeNotification- See Also:
Object.toString()
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.glassfish.admin.amx.util.jmx.stringifier.NotificationStringifier
NotificationStringifier.Options
-
-
Field Summary
Fields Modifier and Type Field Description static AttributeChangeNotificationStringifierDEFAULT-
Fields inherited from class org.glassfish.admin.amx.util.jmx.stringifier.NotificationStringifier
mOptions
-
-
Constructor Summary
Constructors Constructor Description AttributeChangeNotificationStringifier()AttributeChangeNotificationStringifier(NotificationStringifier.Options options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringstringify(Object o)Produce a String representation of an object.-
Methods inherited from class org.glassfish.admin.amx.util.jmx.stringifier.NotificationStringifier
_stringify, append, toString
-
-
-
-
Field Detail
-
DEFAULT
public static final AttributeChangeNotificationStringifier DEFAULT
-
-
Constructor Detail
-
AttributeChangeNotificationStringifier
public AttributeChangeNotificationStringifier()
-
AttributeChangeNotificationStringifier
public AttributeChangeNotificationStringifier(NotificationStringifier.Options options)
-
-
Method Detail
-
stringify
public String stringify(Object o)
Description copied from interface:StringifierProduce 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:
stringifyin interfaceStringifier- Overrides:
stringifyin classNotificationStringifier- Parameters:
o- the Object for which a String should be produced
-
-