| Package | Description |
|---|---|
| org.hornetq.jms.server | |
| org.hornetq.jms.server.config | |
| org.hornetq.jms.server.config.impl | |
| org.hornetq.jms.server.impl |
| Modifier and Type | Method and Description |
|---|---|
TopicConfiguration |
JMSServerConfigParser.parseTopicConfiguration(Node node)
Parse the topic node as a TopicConfiguration object
|
| Modifier and Type | Method and Description |
|---|---|
List<TopicConfiguration> |
JMSConfiguration.getTopicConfigurations() |
| Modifier and Type | Class and Description |
|---|---|
class |
TopicConfigurationImpl
A TopicConfigurationImpl
|
| Modifier and Type | Method and Description |
|---|---|
List<TopicConfiguration> |
JMSConfigurationImpl.getTopicConfigurations() |
| Constructor and Description |
|---|
JMSConfigurationImpl(List<ConnectionFactoryConfiguration> connectionFactoryConfigurations,
List<JMSQueueConfiguration> queueConfigurations,
List<TopicConfiguration> topicConfigurations,
String domain) |
| Modifier and Type | Method and Description |
|---|---|
protected TopicConfiguration |
JMSServerConfigParserImpl.newTopic(String topicName,
String[] strBindings)
hook for integration layers
|
TopicConfiguration |
JMSServerConfigParserImpl.parseTopicConfiguration(Node node)
Parse the topic node as a TopicConfiguration object
|
| Modifier and Type | Method and Description |
|---|---|
protected JMSConfiguration |
JMSServerConfigParserImpl.newConfig(ArrayList<JMSQueueConfiguration> queues,
ArrayList<TopicConfiguration> topics,
ArrayList<ConnectionFactoryConfiguration> cfs,
String domain)
hook for integration layers
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.