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