|
||||||||||
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 |
unregisterDeployer(Deployer deployer)
unregisters a deployable object which will handle the deployment of URL's |
Methods inherited from interface org.jboss.messaging.core.server.MessagingComponent |
---|
isStarted, start, stop |
Method Detail |
---|
void registerDeployer(Deployer deployer) throws java.lang.Exception
deployer
- The deployable object
java.lang.Exception
- .void unregisterDeployer(Deployer deployer) throws java.lang.Exception
deployer
- The deployable object
java.lang.Exception
- .
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |