Class SystemStateResource.SystemStateMBeanImpl
- java.lang.Object
-
- com.zfabrik.impl.components.states.SystemStateResource.SystemStateMBeanImpl
-
- All Implemented Interfaces:
SystemStateResource.SystemStateMBean
- Enclosing class:
- SystemStateResource
public class SystemStateResource.SystemStateMBeanImpl extends java.lang.Object implements SystemStateResource.SystemStateMBean
-
-
Constructor Summary
Constructors Constructor Description SystemStateMBeanImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Date
getLastAttained()
boolean
isAttained()
-
-
-
Method Detail
-
isAttained
public boolean isAttained()
- Specified by:
isAttained
in interfaceSystemStateResource.SystemStateMBean
-
getLastAttained
public java.util.Date getLastAttained()
- Specified by:
getLastAttained
in interfaceSystemStateResource.SystemStateMBean
-
-