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 |
FileConfigurationParser.parseMainConfig(InputStream input) |
Modifier and Type | Method and Description |
---|---|
void |
FileConfigurationParser.parseMainConfig(Element e,
Configuration config) |
Modifier and Type | Method and Description |
---|---|
Configuration |
HornetQServerControlImpl.getConfiguration() |
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) |
JournalStorageManager(Configuration config,
ExecutorFactory executorFactory,
ReplicationManager replicator,
IOCriticalErrorListener criticalErrorListener) |
Constructor and Description |
---|
RemotingServiceImpl(ClusterManager clusterManager,
Configuration config,
HornetQServer server,
ManagementService managementService,
ScheduledExecutorService scheduledThreadPool) |
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,
HornetQSecurityManager securityManager) |
static HornetQServer |
HornetQServers.newHornetQServer(Configuration config,
MBeanServer mbeanServer,
HornetQSecurityManager securityManager,
boolean enablePersistence) |
Constructor and Description |
---|
ClusterManagerImpl(ExecutorFactory executorFactory,
HornetQServer server,
PostOffice postOffice,
ScheduledExecutorService scheduledExecutor,
ManagementService managementService,
Configuration configuration,
UUID nodeUUID,
boolean backup,
boolean clustered) |
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() |
Constructor and Description |
---|
ConnectorsService(Configuration configuration,
StorageManager storageManager,
ScheduledExecutorService scheduledPool,
PostOffice postOffice) |
HornetQServerImpl(Configuration configuration) |
HornetQServerImpl(Configuration configuration,
HornetQSecurityManager securityManager) |
HornetQServerImpl(Configuration configuration,
MBeanServer mbeanServer) |
HornetQServerImpl(Configuration configuration,
MBeanServer mbeanServer,
HornetQSecurityManager securityManager) |
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 storageManager,
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) |
Constructor and Description |
---|
JMSJournalStorageManagerImpl(IDGenerator idGenerator,
Configuration config,
ReplicationManager replicator) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.