public interface Custom1MXBean
| 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) |
int getInt1()
double getDouble1()
char getChar1()
String getString1()
String getTemplateObjectName()
void incrementCountersTogether()
void decrementCountersTogether()
void changeBwhenAisEven()
void mirrorCounters()
int getA()
int getB()
String doJmxOp()
void sendNotificationToMe(String name)
int getCounter()
void setCounter(int newValue)
void resetCounterToValue(int value)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.