public interface Deployer<E extends ScopeModel>
| Modifier and Type | Method and Description |
|---|---|
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
IllegalStateExceptionFuture start() throws IllegalStateException
IllegalStateExceptionvoid stop() throws IllegalStateException
IllegalStateExceptionboolean 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–2020 The Apache Software Foundation. All rights reserved.