public class MBeanServerNotificationStringifier extends NotificationStringifier
NotificationStringifier.Options| Modifier and Type | Field and Description |
|---|---|
static MBeanServerNotificationStringifier |
DEFAULT |
mOptions| Constructor and Description |
|---|
MBeanServerNotificationStringifier() |
MBeanServerNotificationStringifier(NotificationStringifier.Options options) |
| Modifier and Type | Method and Description |
|---|---|
String |
stringify(Object o)
Produce a String representation of an object.
|
_stringify, append, toStringpublic static final MBeanServerNotificationStringifier DEFAULT
public MBeanServerNotificationStringifier()
public MBeanServerNotificationStringifier(NotificationStringifier.Options options)
public String stringify(Object o)
StringifierThe resulting String should be suitable for display to a user.
stringify in interface Stringifierstringify in class NotificationStringifiero - the Object for which a String should be producedCopyright © 2017. All rights reserved.