| Package | Description |
|---|---|
| org.wildfly.swarm.config.messaging_activemq | |
| org.wildfly.swarm.config.messaging_activemq.server |
| Modifier and Type | Method and Description |
|---|---|
List<BroadcastGroup> |
Server.ServerResources.broadcastGroups()
Get the list of org.wildfly.swarm.config.messaging_activemq.server.BroadcastGroup resources
|
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.broadcastGroup(BroadcastGroup value)
Add the org.wildfly.swarm.config.messaging_activemq.server.BroadcastGroup object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.broadcastGroups(List<BroadcastGroup> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.BroadcastGroup objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
BroadcastGroup |
BroadcastGroup.broadcastPeriod(Long value)
The period in milliseconds between consecutive broadcasts.
|
BroadcastGroup |
BroadcastGroup.connectors(List<String> value)
Specifies the names of connectors that will be broadcast.
|
BroadcastGroup |
BroadcastGroup.jgroupsChannel(String value)
The name used by a JGroups channel to join a cluster.
|
BroadcastGroup |
BroadcastGroup.jgroupsStack(String value)
The name of a stack defined in the org.jboss.as.clustering.jgroups subsystem that is used to form a cluster.
|
BroadcastGroup |
BroadcastGroup.socketBinding(String value)
The broadcast group socket binding.
|
BroadcastGroup |
BroadcastGroup.started(Boolean value)
Whether the broadcast group is started.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.