public interface LifecycleMXBean
Modifier and Type | Interface and Description |
---|---|
static class |
LifecycleMXBean.State
Represents the current state of a Lifecycle object.
|
Modifier and Type | Method and Description |
---|---|
LifecycleMXBean.State |
getState() |
void |
start()
Start processing.
|
void |
stop()
Stop processing.
|
void start()
void stop()
LifecycleMXBean.State getState()
Copyright © 2013–2020 JBoss by Red Hat. All rights reserved.