|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.management.StandardMBean
ch.syabru.nagios.MockMBeanImpl
public class MockMBeanImpl
Mock MBean.
Constructor Summary | |
---|---|
MockMBeanImpl(int state,
String statusMsg,
BigInteger bigIntegerState)
C'tor. |
Method Summary | |
---|---|
BigInteger |
getBigIntegerState()
Get big integer state. |
int |
getState()
Get state. |
String |
getStatusMsg()
Get status message. |
Methods inherited from class javax.management.StandardMBean |
---|
cacheMBeanInfo, getAttribute, getAttributes, getCachedMBeanInfo, getClassName, getConstructors, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getImpact, getImplementation, getImplementationClass, getMBeanInfo, getMBeanInterface, getParameterName, getParameterName, invoke, postDeregister, postRegister, preDeregister, preRegister, setAttribute, setAttributes, setImplementation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MockMBeanImpl(int state, String statusMsg, BigInteger bigIntegerState)
state
- State.statusMsg
- Status message.bigIntegerState
- Big integer state.Method Detail |
---|
public int getState()
MockMBean
getState
in interface MockMBean
public String getStatusMsg()
MockMBean
getStatusMsg
in interface MockMBean
public BigInteger getBigIntegerState()
MockMBean
getBigIntegerState
in interface MockMBean
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |