Modifier and Type | Method and Description |
---|---|
List<BroadcastGroupConfiguration> |
Configuration.getBroadcastGroupConfigurations()
Returns the broadcast groups configured for this server.
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setBroadcastGroupConfigurations(List<BroadcastGroupConfiguration> configs)
Sets the broadcast groups configured for this server.
|
Modifier and Type | Field and Description |
---|---|
protected List<BroadcastGroupConfiguration> |
ConfigurationImpl.broadcastGroupConfigurations |
Modifier and Type | Method and Description |
---|---|
List<BroadcastGroupConfiguration> |
ConfigurationImpl.getBroadcastGroupConfigurations() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationImpl.setBroadcastGroupConfigurations(List<BroadcastGroupConfiguration> configs) |
Constructor and Description |
---|
BroadcastGroupControlImpl(BroadcastGroup broadcastGroup,
StorageManager storageManager,
BroadcastGroupConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
void |
ManagementService.registerBroadcastGroup(BroadcastGroup broadcastGroup,
BroadcastGroupConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
void |
ManagementServiceImpl.registerBroadcastGroup(BroadcastGroup broadcastGroup,
BroadcastGroupConfiguration configuration) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.