Modifier and Type | Interface and Description |
---|---|
interface |
Deployer
abstract class that helps with deployment of messaging components.
|
interface |
DeploymentManager
This class manages any configuration files available.
|
Modifier and Type | Class and Description |
---|---|
class |
AddressSettingsDeployer
A deployer for creating a set of queue settings and adding them to a repository
|
class |
BasicUserCredentialsDeployer
deployer for adding security loaded from the file "hornetq-users.xml"
|
class |
FileDeploymentManager |
class |
QueueDeployer
A QueueDeployer
|
class |
SecurityDeployer
Deploys the security settings into a security repository and adds them to the security store.
|
class |
XmlDeployer |
Modifier and Type | Interface and Description |
---|---|
interface |
Journal
Most methods on the journal provide a blocking version where you select the sync mode and a non blocking mode where you pass a completion callback as a parameter.
|
interface |
TestableJournal
A TestableJournal
|
Modifier and Type | Class and Description |
---|---|
class |
JournalImpl
A circular log implementation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PagingManager
+------------+ 1 +-------------+ N +------------+ N +-------+ 1 +----------------+
|
PostOffice |-------> |PagingManager|-------> |PagingStore | ------> | Page | ------> | SequentialFile |
+------------+ +-------------+ +------------+ +-------+ +----------------+
| 1 ^
| |
| |
| | 1
| N +---------+
+--------> | Address |
+---------+ |
interface |
PagingStore
The implementation will take care of details such as PageSize.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TestSupportPageStore
All the methods required to TestCases on PageStoreImpl
|
Modifier and Type | Class and Description |
---|---|
class |
PagingManagerImpl |
class |
PagingStoreImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
StorageManager
A StorageManager
|
Modifier and Type | Class and Description |
---|---|
class |
JournalStorageManager
A JournalStorageManager
|
Modifier and Type | Class and Description |
---|---|
class |
NullStorageManager
A NullStorageManager
|
Modifier and Type | Interface and Description |
---|---|
interface |
PostOffice
A PostOffice instance maintains a mapping of a String address to a Queue.
|
Modifier and Type | Class and Description |
---|---|
class |
PostOfficeImpl
A PostOfficeImpl
|
Modifier and Type | Class and Description |
---|---|
class |
InVMAcceptor
A InVMAcceptor
|
Modifier and Type | Class and Description |
---|---|
class |
NettyAcceptor
A Netty TCP Acceptor that supports SSL
|
Modifier and Type | Interface and Description |
---|---|
interface |
ReplicationEndpoint
A ReplicationEndpoint
|
interface |
ReplicationManager |
Modifier and Type | Class and Description |
---|---|
class |
ReplicatedJournal
Used by the
JournalStorageManager to replicate journal calls. |
class |
ReplicationEndpointImpl |
class |
ReplicationManagerImpl
A RepplicationManagerImpl
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConnectorService |
interface |
HornetQServer
This interface defines the internal interface of the HornetQ Server exposed to other components of the server.
|
interface |
MemoryManager
A MemoryManager
|
Modifier and Type | Class and Description |
---|---|
class |
NodeManager |
Modifier and Type | Interface and Description |
---|---|
interface |
Bridge
A Core Bridge
|
interface |
BroadcastGroup
A BroadcastGroup
|
interface |
ClusterConnection
A ClusterConnection
|
interface |
ClusterManager
A ClusterManager
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClusterManagerInternal
A ClusterManagerInternal
|
Modifier and Type | Class and Description |
---|---|
class |
BridgeImpl
A Core BridgeImpl
|
class |
BroadcastGroupImpl
A BroadcastGroupImpl
|
class |
ClusterConnectionBridge
A ClusterConnectionBridge
|
class |
ClusterConnectionImpl
A ClusterConnectionImpl
|
class |
ClusterManagerImpl
A ClusterManagerImpl
|
Modifier and Type | Class and Description |
---|---|
class |
AIOFileLockNodeManager
This is using the HornetQ Libaio Native to perform calls to flock on Linux system
At the current version of RHEL there's a bug on GFS2 and because of that fctl is not functional
what will cause issues on Failover over Shared Storage.
|
class |
ConnectorsService |
class |
FileLockNodeManager |
class |
HornetQServerImpl
The HornetQ server implementation
|
class |
MemoryManagerImpl
A MemoryManager
|
Modifier and Type | Interface and Description |
---|---|
interface |
ManagementService |
Modifier and Type | Class and Description |
---|---|
class |
ManagementServiceImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
ResourceManager
A ResourceManager
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceManagerImpl
A ResourceManagerImpl
|
Modifier and Type | Interface and Description |
---|---|
interface |
JMSBridge |
Modifier and Type | Class and Description |
---|---|
class |
JMSBridgeImpl
A JMSBridge
|
Modifier and Type | Interface and Description |
---|---|
interface |
JMSStorageManager
A JMSPersistence
|
Modifier and Type | Class and Description |
---|---|
class |
JMSJournalStorageManagerImpl
A JournalJMSStorageManagerImpl
|
Modifier and Type | Class and Description |
---|---|
class |
NullJMSStorageManagerImpl
A NullJMSStorageManagerImpl
|
Modifier and Type | Interface and Description |
---|---|
interface |
JMSServerManager
The JMS Management interface.
|
Modifier and Type | Class and Description |
---|---|
class |
JMSServerDeployer |
class |
JMSServerManagerImpl
A Deployer used to create and add to JNDI queues, topics and connection
factories.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Acceptor
An Acceptor is used by the Remoting Service to allow clients to connect.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HornetQSecurityManager
USe to validate whether a user has is valid to connect to the server and perform certain functions
|
Modifier and Type | Class and Description |
---|---|
class |
HornetQSecurityManagerImpl
A basic implementation of the HornetQSecurityManager.
|
class |
JAASSecurityManager
This implementation delegates to the JAAS security interfaces.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.