public abstract class Conveyor extends Object implements EngineShutter
| 限定符和类型 | 字段和说明 |
|---|---|
protected boolean |
engineStarted |
protected AtomicReference<Exception> |
exceptionAtomicReference |
| 构造器和说明 |
|---|
Conveyor(AtomicReference<Exception> exceptionAtomicReference) |
| 限定符和类型 | 方法和说明 |
|---|---|
AtomicReference<Exception> |
getExceptionAtomicReference() |
void |
startEngines() |
abstract void |
startEnginesWithoutCheckStarted() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshutdown, shutdownAllprotected AtomicReference<Exception> exceptionAtomicReference
protected boolean engineStarted
public Conveyor(AtomicReference<Exception> exceptionAtomicReference)
public AtomicReference<Exception> getExceptionAtomicReference()
public abstract void startEnginesWithoutCheckStarted()
public void startEngines()
Copyright © 2022. All rights reserved.