public class MessagingActiveMQ<T extends MessagingActiveMQ<T>> extends HashMap
| Modifier and Type | Class and Description |
|---|---|
static class |
MessagingActiveMQ.MessagingActiveMQResources
Child mutators for MessagingActiveMQ
|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MessagingActiveMQ() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
getKey() |
T |
jmsBridge(JMSBridge value)
Add the JMSBridge object to the list of subresources
|
T |
jmsBridge(JMSBridgeSupplier supplier)
Install a supplied JMSBridge object to the list of subresources
|
T |
jmsBridge(String childKey)
Create and configure a JMSBridge object to the list of subresources
|
T |
jmsBridge(String childKey,
JMSBridgeConsumer consumer)
Create and configure a JMSBridge object to the list of subresources
|
T |
jmsBridges(List<JMSBridge> value)
Add all JMSBridge objects to this subresource
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
T |
server(Server value)
Add the Server object to the list of subresources
|
T |
server(ServerSupplier supplier)
Install a supplied Server object to the list of subresources
|
T |
server(String childKey)
Create and configure a Server object to the list of subresources
|
T |
server(String childKey,
ServerConsumer consumer)
Create and configure a Server object to the list of subresources
|
T |
servers(List<Server> value)
Add all Server objects to this subresource
|
MessagingActiveMQ.MessagingActiveMQResources |
subresources() |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public MessagingActiveMQ.MessagingActiveMQResources subresources()
public T servers(List<Server> value)
value - List of Server objects.public T server(Server value)
value - The Server to addpublic T server(String childKey, ServerConsumer consumer)
key - The key for the Server resourceconfig - The ServerConsumer to usepublic T server(String childKey)
key - The key for the Server resourcepublic T server(ServerSupplier supplier)
public T jmsBridges(List<JMSBridge> value)
value - List of JMSBridge objects.public T jmsBridge(JMSBridge value)
value - The JMSBridge to addpublic T jmsBridge(String childKey, JMSBridgeConsumer consumer)
key - The key for the JMSBridge resourceconfig - The JMSBridgeConsumer to usepublic T jmsBridge(String childKey)
key - The key for the JMSBridge resourcepublic T jmsBridge(JMSBridgeSupplier supplier)
Copyright © 2017 JBoss by Red Hat. All rights reserved.