public interface BizDeployer
| Modifier and Type | Method and Description |
|---|---|
void |
deploy()
Start to deploy biz
|
String |
getDesc()
Get description of biz deployer
|
void |
init(String[] args)
Initialize biz deployer
|
void |
unDeploy()
un-deploy biz, whose resources and service would be unloaded.
|
void init(String[] args)
args - command line argumentsvoid deploy()
void unDeploy()
String getDesc()
Copyright © 2024. All rights reserved.