|
||||||||||
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 |
getConfigFileName()
The name of the configuration file name to look for for deployment |
int |
getWeight()
the weight of the deployer, used for ordering the order that deployers are deployed. |
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 |
---|
start, stop |
Method Detail |
---|
java.lang.String getConfigFileName()
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
- .int getWeight()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |