接口 Deployer<E extends ScopeModel>

    • 方法详细资料

      • isPending

        boolean isPending()
        返回:
        true if the component is added and waiting to start
      • isRunning

        boolean isRunning()
        返回:
        true if the component is starting or has been started.
      • isStarted

        boolean isStarted()
        返回:
        true if the component has been started.
        另请参阅:
        start(), isStarting()
      • isStarting

        boolean isStarting()
        返回:
        true if the component is starting.
        另请参阅:
        isStarted()
      • isStopping

        boolean isStopping()
        返回:
        true if the component is stopping.
        另请参阅:
        isStopped()
      • isStopped

        boolean isStopped()
        返回:
        true if the component is stopping.
        另请参阅:
        isStopped()
      • isFailed

        boolean isFailed()
        返回:
        true if the component has failed to start or has failed to stop.
      • getState

        DeployState getState()
        返回:
        current state
      • addDeployListener

        void addDeployListener​(DeployListener<E> listener)
      • removeDeployListener

        void removeDeployListener​(DeployListener<E> listener)