|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DeploymentManager
This class manages any configuration files available. It will notify any deployers registered with it on changes.
| Method Summary | |
|---|---|
void |
registerDeployer(Deployer deployer)
registers a deployable object which will handle the deployment of URL's |
void |
start(int weight)
|
void |
stop()
|
void |
unregisterDeployer(Deployer deployer)
unregisters a deployable object which will handle the deployment of URL's |
| Method Detail |
|---|
void registerDeployer(Deployer deployer)
throws java.lang.Exception
deployer - The deployable object
java.lang.Exception - .void unregisterDeployer(Deployer deployer)
deployer - The deployable object
java.lang.Exception - .
void start(int weight)
throws java.lang.Exception
java.lang.Exceptionvoid stop()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||