public interface Centre
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRunning()
获取管理器是否正在运行
|
void |
start()
启动管理器
|
void |
stop()
停止管理器
|
boolean isRunning()
true,否则为falsevoid start()
throws org.aoju.bus.core.lang.exception.InstrumentException
org.aoju.bus.core.lang.exception.InstrumentException - 如果管理器不能启动void stop() throws org.aoju.bus.core.lang.exception.InstrumentException
org.aoju.bus.core.lang.exception.InstrumentException - 如果管理器不能停止Copyright © 2020. All rights reserved.