|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Deployer
abstract class that helps with deployment of messaging components.
Method Summary | |
---|---|
void |
deploy(java.net.URL url)
Deploy the URL for the first time |
java.lang.String[] |
getConfigFileNames()
The name of the configuration files to look for for deployment |
void |
redeploy(java.net.URL url)
Redeploys a URL if changed |
void |
undeploy(java.net.URL url)
Undeploys a resource that has been removed |
Methods inherited from interface org.jboss.messaging.core.server.MessagingComponent |
---|
isStarted, start, stop |
Method Detail |
---|
java.lang.String[] getConfigFileNames()
void deploy(java.net.URL url) throws java.lang.Exception
url
- The resource todeploy
java.lang.Exception
- .void redeploy(java.net.URL url) throws java.lang.Exception
url
- The resource to redeploy
java.lang.Exception
- .void undeploy(java.net.URL url) throws java.lang.Exception
url
- The Resource that was deleted
java.lang.Exception
- .
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |