@ApplicationScoped public class SimpleMXBeanImpl extends Object implements SimpleMXBean
| Modifier and Type | Field and Description |
|---|---|
static String |
OBJECT_NAME |
| Constructor and Description |
|---|
SimpleMXBeanImpl() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getTestBoolean() |
boolean |
getTestBooleanPrimitive() |
Byte |
getTestByte() |
byte |
getTestBytePrimitive() |
Character |
getTestChar() |
char |
getTestCharPrimitive() |
Double |
getTestDouble() |
double |
getTestDoublePrimitive() |
Float |
getTestFloat() |
float |
getTestFloatPrimitive() |
Integer |
getTestInteger() |
int |
getTestIntegerPrimitive() |
Long |
getTestLong() |
long |
getTestLongPrimitive() |
Short |
getTestShort() |
short |
getTestShortPrimitive() |
String |
getTestString() |
protected void |
register() |
void |
setTestInteger(Integer i) |
String |
testOperation(String s,
Integer i,
Boolean b,
Long l,
Double d,
Float f,
Short h,
Character c,
Byte y) |
void |
testOperationNoParams() |
String |
testOperationPrimitive(String s,
int i,
boolean b,
long l,
double d,
float f,
short h,
char c,
byte y) |
protected void |
unregister() |
public static final String OBJECT_NAME
@PostConstruct protected void register()
@PreDestroy protected void unregister()
public String getTestString()
getTestString in interface SimpleMXBeanpublic int getTestIntegerPrimitive()
getTestIntegerPrimitive in interface SimpleMXBeanpublic Integer getTestInteger()
getTestInteger in interface SimpleMXBeanpublic void setTestInteger(Integer i)
setTestInteger in interface SimpleMXBeanpublic boolean getTestBooleanPrimitive()
getTestBooleanPrimitive in interface SimpleMXBeanpublic Boolean getTestBoolean()
getTestBoolean in interface SimpleMXBeanpublic long getTestLongPrimitive()
getTestLongPrimitive in interface SimpleMXBeanpublic Long getTestLong()
getTestLong in interface SimpleMXBeanpublic double getTestDoublePrimitive()
getTestDoublePrimitive in interface SimpleMXBeanpublic Double getTestDouble()
getTestDouble in interface SimpleMXBeanpublic float getTestFloatPrimitive()
getTestFloatPrimitive in interface SimpleMXBeanpublic Float getTestFloat()
getTestFloat in interface SimpleMXBeanpublic short getTestShortPrimitive()
getTestShortPrimitive in interface SimpleMXBeanpublic Short getTestShort()
getTestShort in interface SimpleMXBeanpublic char getTestCharPrimitive()
getTestCharPrimitive in interface SimpleMXBeanpublic Character getTestChar()
getTestChar in interface SimpleMXBeanpublic byte getTestBytePrimitive()
getTestBytePrimitive in interface SimpleMXBeanpublic Byte getTestByte()
getTestByte in interface SimpleMXBeanpublic void testOperationNoParams()
testOperationNoParams in interface SimpleMXBeanpublic String testOperationPrimitive(String s, int i, boolean b, long l, double d, float f, short h, char c, byte y)
testOperationPrimitive in interface SimpleMXBeanCopyright © 2015–2017 Red Hat, Inc.. All rights reserved.