public interface Deployer<E extends ScopeModel>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addDeployListener(DeployListener<E> listener) |
Throwable |
getError() |
DeployState |
getState() |
void |
initialize()
Initialize the component
|
boolean |
isFailed() |
boolean |
isPending() |
boolean |
isRunning() |
boolean |
isStarted() |
boolean |
isStarting() |
boolean |
isStopped() |
boolean |
isStopping() |
void |
removeDeployListener(DeployListener<E> listener) |
Future |
start()
Starts the component.
|
void |
stop()
Stops the component.
|
void initialize()
throws IllegalStateException
Future start() throws IllegalStateException
IllegalStateExceptionvoid stop() throws IllegalStateException
boolean isPending()
boolean isRunning()
boolean isStarted()
start(),
isStarting()boolean isStarting()
isStarted()boolean isStopping()
isStopped()boolean isStopped()
isStopped()boolean isFailed()
DeployState getState()
void addDeployListener(DeployListener<E> listener)
void removeDeployListener(DeployListener<E> listener)
Throwable getError()
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.