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