public class BroadcastGroup<T extends BroadcastGroup> extends Object
| Constructor and Description |
|---|
BroadcastGroup(String key) |
| Modifier and Type | Method and Description |
|---|---|
Long |
broadcastPeriod()
The period in milliseconds between consecutive broadcasts.
|
BroadcastGroup |
broadcastPeriod(Long value)
The period in milliseconds between consecutive broadcasts.
|
List<String> |
connectors()
Specifies the names of connectors that will be broadcast.
|
BroadcastGroup |
connectors(List<String> value)
Specifies the names of connectors that will be broadcast.
|
BroadcastGroup |
connectorsValue(String value)
Specifies the names of connectors that will be broadcast.
|
String |
getKey() |
String |
jgroupsChannel()
The name used by a JGroups channel to join a cluster.
|
BroadcastGroup |
jgroupsChannel(String value)
The name used by a JGroups channel to join a cluster.
|
String |
jgroupsStack()
The name of a stack defined in the org.jboss.as.clustering.jgroups subsystem that is used to form a cluster.
|
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.
|
String |
socketBinding()
The broadcast group socket binding.
|
BroadcastGroup |
socketBinding(String value)
The broadcast group socket binding.
|
Boolean |
started()
Whether the broadcast group is started.
|
BroadcastGroup |
started(Boolean value)
Whether the broadcast group is started.
|
public BroadcastGroup(String key)
public String getKey()
public Long broadcastPeriod()
public BroadcastGroup broadcastPeriod(Long value)
public List<String> connectors()
public BroadcastGroup connectors(List<String> value)
public BroadcastGroup connectorsValue(String value)
public String jgroupsChannel()
public BroadcastGroup jgroupsChannel(String value)
public String jgroupsStack()
public BroadcastGroup jgroupsStack(String value)
public String socketBinding()
public BroadcastGroup socketBinding(String value)
public Boolean started()
public BroadcastGroup started(Boolean value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.