public static interface TestAbstractJmxBridge.SampleMXBean
| Modifier and Type | Method and Description |
|---|---|
String |
concat(String left,
String right) |
boolean |
getBoolean() |
byte |
getByte() |
char |
getChar() |
double |
getDouble() |
float |
getFloat() |
int |
getInt() |
long |
getLong() |
short |
getShort() |
String |
getString() |
void |
operation() |
boolean getBoolean()
char getChar()
byte getByte()
short getShort()
int getInt()
long getLong()
float getFloat()
double getDouble()
String getString()
void operation()
Copyright © 2019 Atlassian. All rights reserved.