public class CustomMBean extends NotificationBroadcasterSupport implements CustomMXBean
| Constructor and Description |
|---|
CustomMBean(String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
fetchName() |
String |
getName() |
long |
getSystemTime() |
void |
setName(String name) |
void |
setSystemTime(long systemTIme) |
void |
writeName(String name) |
addNotificationListener, getNotificationInfo, handleNotification, removeNotificationListener, removeNotificationListener, sendNotificationpublic CustomMBean(String name)
public long getSystemTime()
getSystemTime in interface CustomMXBeanpublic void setSystemTime(long systemTIme)
setSystemTime in interface CustomMXBeanpublic String getName()
getName in interface CustomMXBeanpublic void setName(String name)
setName in interface CustomMXBeanpublic String fetchName()
fetchName in interface CustomMXBeanpublic void writeName(String name)
writeName in interface CustomMXBeanCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.