Interface StandbyMXBean
-
- All Known Implementing Classes:
StandbyCommand
@MXBean public interface StandbyMXBean
Allow administrators to toggle runtime standby mode.- Since:
- 9.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isStandby()
void
resume()
void
standby(int delayInSeconds)
-
-
-
Field Detail
-
NAME
static final String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
standby
void standby(int delayInSeconds) throws InterruptedException
- Throws:
InterruptedException
-
resume
void resume()
-
isStandby
boolean isStandby()
-
-