ch.syabru.nagios
Interface MockMBean

All Known Implementing Classes:
MockMBeanImpl

public interface MockMBean

Mock MBean interface.

Author:
Felix Roethenbacher

Method Summary
 BigInteger getBigIntegerState()
          Get big integer state.
 int getState()
          Get state.
 String getStatusMsg()
          Get status message.
 

Method Detail

getState

int getState()
Get state.

Returns:
State.

getStatusMsg

String getStatusMsg()
Get status message.

Returns:
Status message.

getBigIntegerState

BigInteger getBigIntegerState()
Get big integer state.

Returns:
Big integer state.


Copyright © 2009-2011 Syabru. All Rights Reserved.