public abstract class AbstractDeployer<E extends ScopeModel> extends Object implements Deployer<E>
| 构造器和说明 |
|---|
AbstractDeployer(E scopeModel) |
| 限定符和类型 | 方法和说明 |
|---|---|
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() |
initialize, start, stoppublic AbstractDeployer(E scopeModel)
public boolean isPending()
isPending 在接口中 Deployer<E extends ScopeModel>public boolean isRunning()
isRunning 在接口中 Deployer<E extends ScopeModel>public boolean isStarted()
isStarted 在接口中 Deployer<E extends ScopeModel>Deployer.start(),
Deployer.isStarting()public boolean isStarting()
isStarting 在接口中 Deployer<E extends ScopeModel>Deployer.isStarted()public boolean isStopping()
isStopping 在接口中 Deployer<E extends ScopeModel>Deployer.isStopped()public boolean isStopped()
isStopped 在接口中 Deployer<E extends ScopeModel>Deployer.isStopped()public boolean isFailed()
isFailed 在接口中 Deployer<E extends ScopeModel>public DeployState getState()
getState 在接口中 Deployer<E extends ScopeModel>public void addDeployListener(DeployListener<E> listener)
addDeployListener 在接口中 Deployer<E extends ScopeModel>public void removeDeployListener(DeployListener<E> listener)
removeDeployListener 在接口中 Deployer<E extends ScopeModel>public void setPending()
public Throwable getError()
getError 在接口中 Deployer<E extends ScopeModel>public boolean isInitialized()
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.