public abstract class AbstractDeployer<E extends ScopeModel> extends Object implements Deployer<E>
| Constructor and Description |
|---|
AbstractDeployer(E scopeModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDeployListener(DeployListener<E> listener) |
Throwable |
getError() |
DeployState |
getState() |
boolean |
isFailed() |
boolean |
isInitialized() |
boolean |
isPending() |
boolean |
isRunning() |
boolean |
isStarted() |
boolean |
isStarting() |
boolean |
isStopped() |
boolean |
isStopping() |
void |
removeDeployListener(DeployListener<E> listener) |
void |
setPending() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitialize, start, stoppublic AbstractDeployer(E scopeModel)
public boolean isPending()
isPending in interface Deployer<E extends ScopeModel>public boolean isRunning()
isRunning in interface Deployer<E extends ScopeModel>public boolean isStarted()
isStarted in interface Deployer<E extends ScopeModel>Deployer.start(),
Deployer.isStarting()public boolean isStarting()
isStarting in interface Deployer<E extends ScopeModel>Deployer.isStarted()public boolean isStopping()
isStopping in interface Deployer<E extends ScopeModel>Deployer.isStopped()public boolean isStopped()
isStopped in interface Deployer<E extends ScopeModel>Deployer.isStopped()public boolean isFailed()
isFailed in interface Deployer<E extends ScopeModel>public DeployState getState()
getState in interface Deployer<E extends ScopeModel>public void addDeployListener(DeployListener<E> listener)
addDeployListener in interface Deployer<E extends ScopeModel>public void removeDeployListener(DeployListener<E> listener)
removeDeployListener in interface Deployer<E extends ScopeModel>public void setPending()
public Throwable getError()
getError in interface Deployer<E extends ScopeModel>public boolean isInitialized()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.