public class MessagingActiveMQ<T extends MessagingActiveMQ> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
MessagingActiveMQ.MessagingActiveMQResources
Child mutators for MessagingActiveMQ
|
| Constructor and Description |
|---|
MessagingActiveMQ() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
T |
jmsBridge(JMSBridge value)
Add the org.wildfly.swarm.config.messaging_activemq.JMSBridge object to the list of subresources
|
T |
jmsBridge(String childKey)
Create and configure a org.wildfly.swarm.config.messaging_activemq.JMSBridge object to the list of subresources
|
T |
jmsBridge(String childKey,
JMSBridgeConfigurator config)
Create and configure a org.wildfly.swarm.config.messaging_activemq.JMSBridge object to the list of subresources
|
T |
jmsBridges(List<JMSBridge> value)
Add all org.wildfly.swarm.config.messaging_activemq.JMSBridge objects to this subresource
|
T |
server(Server value)
Add the org.wildfly.swarm.config.messaging_activemq.Server object to the list of subresources
|
T |
server(String childKey)
Create and configure a org.wildfly.swarm.config.messaging_activemq.Server object to the list of subresources
|
T |
server(String childKey,
ServerConfigurator config)
Create and configure a org.wildfly.swarm.config.messaging_activemq.Server object to the list of subresources
|
T |
servers(List<Server> value)
Add all org.wildfly.swarm.config.messaging_activemq.Server objects to this subresource
|
MessagingActiveMQ.MessagingActiveMQResources |
subresources() |
public String getKey()
public MessagingActiveMQ.MessagingActiveMQResources subresources()
public T servers(List<Server> value)
value - List of org.wildfly.swarm.config.messaging_activemq.Server objects.public T server(Server value)
value - The org.wildfly.swarm.config.messaging_activemq.Server to addpublic T server(String childKey, ServerConfigurator config)
key - The key for the org.wildfly.swarm.config.messaging_activemq.Server resourceconfig - The org.wildfly.swarm.config.messaging_activemq.ServerConfigurator to usepublic T server(String childKey)
key - The key for the org.wildfly.swarm.config.messaging_activemq.Server resourcepublic T jmsBridges(List<JMSBridge> value)
value - List of org.wildfly.swarm.config.messaging_activemq.JMSBridge objects.public T jmsBridge(JMSBridge value)
value - The org.wildfly.swarm.config.messaging_activemq.JMSBridge to addpublic T jmsBridge(String childKey, JMSBridgeConfigurator config)
key - The key for the org.wildfly.swarm.config.messaging_activemq.JMSBridge resourceconfig - The org.wildfly.swarm.config.messaging_activemq.JMSBridgeConfigurator to useCopyright © 2015 JBoss by Red Hat. All rights reserved.