public class CustomBean1 extends NotificationBroadcasterSupport implements Custom1MXBean
| Constructor and Description |
|---|
CustomBean1() |
| Modifier and Type | Method and Description |
|---|---|
void |
changeBwhenAisEven() |
void |
decrementCountersTogether() |
String |
doJmxOp() |
int |
getA() |
int |
getB() |
char |
getChar1() |
int |
getCounter() |
double |
getDouble1() |
int |
getInt1() |
String |
getString1() |
String |
getTemplateObjectName() |
void |
incrementCountersTogether() |
void |
mirrorCounters() |
void |
resetCounterToValue(int value) |
void |
sendNotificationToMe(String name) |
void |
setCounter(int newValue) |
addNotificationListener, getNotificationInfo, handleNotification, removeNotificationListener, removeNotificationListener, sendNotificationpublic int getInt1()
getInt1 in interface Custom1MXBeanpublic double getDouble1()
getDouble1 in interface Custom1MXBeanpublic char getChar1()
getChar1 in interface Custom1MXBeanpublic String getString1()
getString1 in interface Custom1MXBeanpublic String getTemplateObjectName()
getTemplateObjectName in interface Custom1MXBeanpublic void incrementCountersTogether()
incrementCountersTogether in interface Custom1MXBeanpublic void decrementCountersTogether()
decrementCountersTogether in interface Custom1MXBeanpublic void changeBwhenAisEven()
changeBwhenAisEven in interface Custom1MXBeanpublic void mirrorCounters()
mirrorCounters in interface Custom1MXBeanpublic int getA()
getA in interface Custom1MXBeanpublic int getB()
getB in interface Custom1MXBeanpublic void sendNotificationToMe(String name)
sendNotificationToMe in interface Custom1MXBeanpublic String doJmxOp()
doJmxOp in interface Custom1MXBeanpublic int getCounter()
getCounter in interface Custom1MXBeanpublic void setCounter(int newValue)
setCounter in interface Custom1MXBeanpublic void resetCounterToValue(int value)
resetCounterToValue in interface Custom1MXBeanCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.