public interface LifecycleState
Modifier and Type | Method and Description |
---|---|
boolean |
isDisposed() |
boolean |
isDisposing() |
boolean |
isInitialised() |
boolean |
isInitialising() |
boolean |
isPhaseComplete(String phase) |
boolean |
isPhaseExecuting(String phase) |
boolean |
isStarted() |
boolean |
isStarting() |
boolean |
isStopped() |
boolean |
isStopping() |
boolean |
isValidTransition(String phase) |
boolean isInitialised()
boolean isInitialising()
boolean isStarted()
boolean isStarting()
boolean isStopped()
boolean isStopping()
boolean isDisposed()
boolean isDisposing()
boolean isPhaseComplete(String phase)
boolean isPhaseExecuting(String phase)
boolean isValidTransition(String phase)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.