Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.copy() |
Modifier and Type | Method and Description |
---|---|
Set<Configuration> |
Configuration.getBackupServerConfigurations() |
Modifier and Type | Method and Description |
---|---|
static ClusterConnectionConfiguration |
ConfigurationUtils.getReplicationClusterConfiguration(Configuration conf) |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationImpl |
class |
FileConfiguration
A
FileConfiguration reads configuration values from a file. |
Modifier and Type | Method and Description |
---|---|
Configuration |
ConfigurationImpl.copy() |
Modifier and Type | Method and Description |
---|---|
Set<Configuration> |
ConfigurationImpl.getBackupServerConfigurations() |
Modifier and Type | Method and Description |
---|---|
Configuration |
FileConfigurationParser.parseMainConfig(InputStream input) |
Modifier and Type | Method and Description |
---|---|
void |
FileConfigurationParser.parseMainConfig(Element e,
Configuration config) |
Constructor and Description |
---|
HornetQServerControlImpl(PostOffice postOffice,
Configuration configuration,
ResourceManager resourceManager,
RemotingService remotingService,
HornetQServer messagingServer,
MessageCounterManager messageCounterManager,
StorageManager storageManager,
NotificationBroadcasterSupport broadcaster) |
Constructor and Description |
---|
JournalStorageManager(Configuration config,
ExecutorFactory executorFactory) |
JournalStorageManager(Configuration config,
ExecutorFactory executorFactory,
IOCriticalErrorListener criticalErrorListener) |
Constructor and Description |
---|
RemotingServiceImpl(ClusterManager clusterManager,
Configuration config,
HornetQServer server,
ManagementService managementService,
ScheduledExecutorService scheduledThreadPool,
List<ProtocolManagerFactory> protocolManagerFactories,
Executor flushExecutor) |
Modifier and Type | Method and Description |
---|---|
Configuration |
HornetQServer.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
static HornetQServer |
HornetQServers.newHornetQServer(Configuration config) |
static HornetQServer |
HornetQServers.newHornetQServer(Configuration config,
boolean enablePersistence) |
static HornetQServer |
HornetQServers.newHornetQServer(Configuration config,
MBeanServer mbeanServer) |
static HornetQServer |
HornetQServers.newHornetQServer(Configuration config,
MBeanServer mbeanServer,
boolean enablePersistence) |
static HornetQServer |
HornetQServers.newHornetQServer(Configuration config,
MBeanServer mbeanServer,
boolean enablePersistence,
String user,
String password) |
static HornetQServer |
HornetQServers.newHornetQServer(Configuration config,
MBeanServer mbeanServer,
HornetQSecurityManager securityManager) |
static HornetQServer |
HornetQServers.newHornetQServer(Configuration config,
MBeanServer mbeanServer,
HornetQSecurityManager securityManager,
boolean enablePersistence) |
static HornetQServer |
HornetQServers.newHornetQServer(Configuration config,
String defUser,
String defPass) |
void |
HornetQServerLogger.serverStarting(String type,
Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
static TransportConfiguration[] |
ClusterConfigurationUtil.connectorNameListToArray(List<String> connectorNames,
Configuration configuration) |
static DiscoveryGroupConfiguration |
ClusterConfigurationUtil.getDiscoveryGroupConfiguration(ClusterConnectionConfiguration config,
Configuration configuration) |
static TransportConfiguration |
ClusterConfigurationUtil.getTransportConfiguration(ClusterConnectionConfiguration config,
Configuration configuration) |
static TransportConfiguration[] |
ClusterConfigurationUtil.getTransportConfigurations(ClusterConnectionConfiguration config,
Configuration configuration) |
Constructor and Description |
---|
BackupManager(HornetQServer server,
ExecutorFactory executorFactory,
ScheduledExecutorService scheduledExecutor,
NodeManager nodeManager,
Configuration configuration,
ClusterManager clusterManager) |
ClusterManager(ExecutorFactory executorFactory,
HornetQServer server,
PostOffice postOffice,
ScheduledExecutorService scheduledExecutor,
ManagementService managementService,
Configuration configuration,
NodeManager nodeManager,
boolean backup) |
Modifier and Type | Field and Description |
---|---|
protected Configuration |
EmbeddedHornetQ.configuration |
Modifier and Type | Method and Description |
---|---|
void |
EmbeddedHornetQ.setConfiguration(Configuration configuration)
Set this object if you are not using file-based configuration.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
HornetQServerImpl.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
protected void |
HornetQServerImpl.startBackupServers(Configuration configuration,
Map<String,HornetQServer> backupServers) |
Modifier and Type | Method and Description |
---|---|
HornetQServerControlImpl |
ManagementService.registerServer(PostOffice postOffice,
StorageManager storageManager,
Configuration configuration,
HierarchicalRepository<AddressSettings> addressSettingsRepository,
HierarchicalRepository<Set<Role>> securityRepository,
ResourceManager resourceManager,
RemotingService remotingService,
HornetQServer messagingServer,
QueueFactory queueFactory,
ScheduledExecutorService scheduledThreadPool,
PagingManager pagingManager,
boolean backup) |
Modifier and Type | Method and Description |
---|---|
HornetQServerControlImpl |
ManagementServiceImpl.registerServer(PostOffice postOffice,
StorageManager storageManager1,
Configuration configuration,
HierarchicalRepository<AddressSettings> addressSettingsRepository,
HierarchicalRepository<Set<Role>> securityRepository,
ResourceManager resourceManager,
RemotingService remotingService,
HornetQServer messagingServer,
QueueFactory queueFactory,
ScheduledExecutorService scheduledThreadPool,
PagingManager pagingManager,
boolean backup) |
Constructor and Description |
---|
ManagementServiceImpl(MBeanServer mbeanServer,
Configuration configuration) |
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.