org.hornetq.rest
Class MessageServiceManager
java.lang.Object
org.hornetq.rest.MessageServiceManager
public class MessageServiceManager
- 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 |
threadPool
protected java.util.concurrent.ExecutorService threadPool
queueManager
protected QueueServiceManager queueManager
topicManager
protected TopicServiceManager topicManager
timeoutTask
protected TimeoutTask timeoutTask
timeoutTaskInterval
protected int timeoutTaskInterval
configuration
protected MessageServiceConfiguration configuration
configSet
protected boolean configSet
configResourcePath
protected java.lang.String configResourcePath
registry
protected org.hornetq.spi.core.naming.BindingRegistry registry
MessageServiceManager
public MessageServiceManager()
getRegistry
public org.hornetq.spi.core.naming.BindingRegistry getRegistry()
setRegistry
public void setRegistry(org.hornetq.spi.core.naming.BindingRegistry registry)
getTimeoutTaskInterval
public int getTimeoutTaskInterval()
setTimeoutTaskInterval
public void setTimeoutTaskInterval(int timeoutTaskInterval)
getThreadPool
public java.util.concurrent.ExecutorService getThreadPool()
setThreadPool
public void setThreadPool(java.util.concurrent.ExecutorService threadPool)
getQueueManager
public QueueServiceManager getQueueManager()
getTopicManager
public TopicServiceManager getTopicManager()
getConfiguration
public MessageServiceConfiguration getConfiguration()
getConfigResourcePath
public java.lang.String getConfigResourcePath()
setConfigResourcePath
public void setConfigResourcePath(java.lang.String configResourcePath)
setConfiguration
public void setConfiguration(MessageServiceConfiguration configuration)
start
public void start()
throws java.lang.Exception
- Throws:
java.lang.Exception
stop
public void stop()
Copyright © 2013. All Rights Reserved.