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, stopString[] getConfigFileNames()
void deploy(URI uri) throws Exception
uri - The resource todeployExceptionvoid redeploy(URI uri) throws Exception
uri - The resource to redeployExceptionCopyright © 2013 JBoss, a division of Red Hat. All rights reserved.