public interface Deployer extends HornetQComponent
Modifier and Type | Method and Description |
---|---|
void |
deploy(URL url)
Deploy the URL for the first time
|
String[] |
getConfigFileNames()
The name of the configuration files to look for for deployment
|
void |
redeploy(URL url)
Redeploys a URL if changed
|
void |
undeploy(URL url)
Undeploys a resource that has been removed
|
isStarted, start, stop
String[] getConfigFileNames()
void deploy(URL url) throws Exception
url
- The resource todeployException
- .void redeploy(URL url) throws Exception
url
- The resource to redeployException
- .Copyright © 2012 JBoss by Red Hat. All Rights Reserved.