org.hornetq.rest.topic
Class TopicDestinationsResource
java.lang.Object
org.hornetq.rest.topic.TopicDestinationsResource
public class TopicDestinationsResource
- extends java.lang.Object
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TopicDestinationsResource
public TopicDestinationsResource(TopicServiceManager manager)
createJmsQueue
public javax.ws.rs.core.Response createJmsQueue(@Context
javax.ws.rs.core.UriInfo uriInfo,
org.w3c.dom.Document document)
deleteTopic
public void deleteTopic(java.lang.String name)
throws java.lang.Exception
- Throws:
java.lang.Exception
findTopic
public TopicResource findTopic(java.lang.String name)
throws java.lang.Exception
- Throws:
java.lang.Exception
getTopics
public java.util.Map<java.lang.String,TopicResource> getTopics()
createTopicResource
public TopicResource createTopicResource(java.lang.String topicName,
boolean defaultDurable,
int timeoutSeconds,
boolean duplicates)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2013. All Rights Reserved.