Package | Description |
---|---|
org.hornetq.api.core.client |
Core Client Messaging API.
|
org.hornetq.api.core.management |
Management API for HornetQ servers and its Core resources.
|
org.hornetq.core.client.impl | |
org.hornetq.core.message.impl | |
org.hornetq.core.persistence.impl.journal | |
org.hornetq.core.persistence.impl.nullpm | |
org.hornetq.core.protocol.core.impl.wireformat | |
org.hornetq.core.server | |
org.hornetq.core.server.cluster.impl | |
org.hornetq.core.server.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
ClientMessage
A ClientMessage represents a message sent and/or received by HornetQ.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientProducer.send(Message message)
Sends a message to an address.
|
void |
ClientProducer.send(SimpleString address,
Message message)
Sends a message to the specified address instead of the ClientProducer's address.
|
void |
ClientProducer.send(String address,
Message message)
Sends a message to the specified address instead of the ClientProducer's address.
|
void |
SendAcknowledgementHandler.sendAcknowledged(Message message)
Notifies the client that a message sent asynchronously has been received by the server.
|
Modifier and Type | Method and Description |
---|---|
static Object |
ManagementHelper.getResult(Message message)
Returns the result of an operation invocation or an attribute value.
|
static Object[] |
ManagementHelper.getResults(Message message)
Returns the result of an operation invocation or an attribute value.
|
static boolean |
ManagementHelper.hasOperationSucceeded(Message message)
Returns whether the invocation of the management operation on the server resource succeeded.
|
static boolean |
ManagementHelper.isAttributesResult(Message message)
Returns whether the JMS message corresponds to the result of a management attribute value.
|
static boolean |
ManagementHelper.isOperationResult(Message message)
Returns whether the JMS message corresponds to the result of a management operation invocation.
|
static void |
ManagementHelper.putAttribute(Message message,
String resourceName,
String attribute)
Stores a resource attribute in a message to retrieve the value from the server resource.
|
static void |
ManagementHelper.putOperationInvocation(Message message,
String resourceName,
String operationName)
Stores a operation invocation in a message to invoke the corresponding operation the value from the server resource.
|
static void |
ManagementHelper.putOperationInvocation(Message message,
String resourceName,
String operationName,
Object... parameters)
Stores a operation invocation in a message to invoke the corresponding operation the value from the server resource.
|
static Object[] |
ManagementHelper.retrieveOperationParameters(Message message)
Used by HornetQ management service.
|
static void |
ManagementHelper.storeResult(Message message,
Object result)
Used by HornetQ management service.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClientLargeMessageInternal
A ClientLargeMessageInternal
|
interface |
ClientMessageInternal
A ClientMessageInternal
|
Modifier and Type | Class and Description |
---|---|
class |
ClientLargeMessageImpl
ClientLargeMessageImpl is only created when receiving large messages.
|
class |
ClientMessageImpl
A ClientMessageImpl
|
Modifier and Type | Method and Description |
---|---|
void |
ClientProducerImpl.send(Message msg) |
void |
ClientProducerImpl.send(SimpleString address,
Message msg) |
void |
ClientProducerImpl.send(String address,
Message message) |
void |
DelegatingSession.setAddress(Message message,
SimpleString address) |
void |
ClientSessionInternal.setAddress(Message message,
SimpleString address) |
void |
ClientSessionImpl.setAddress(Message message,
SimpleString address) |
Modifier and Type | Interface and Description |
---|---|
interface |
MessageInternal
A MessageInternal
|
Modifier and Type | Class and Description |
---|---|
class |
MessageImpl
A concrete implementation of a message
All messages handled by HornetQ core are of this type
|
Modifier and Type | Class and Description |
---|---|
class |
LargeServerMessageImpl
A LargeServerMessageImpl
|
Constructor and Description |
---|
JournalStorageManager.MessageDescribe(Message msg) |
Modifier and Type | Class and Description |
---|---|
class |
NullStorageLargeServerMessage
A NullStorageLargeServerMessage
|
Modifier and Type | Method and Description |
---|---|
Message |
MessagePacket.getMessage() |
Modifier and Type | Interface and Description |
---|---|
interface |
LargeServerMessage
A LargeMessage
|
interface |
ServerMessage
A ServerMessage
|
Modifier and Type | Method and Description |
---|---|
void |
BridgeImpl.sendAcknowledged(Message message) |
Modifier and Type | Class and Description |
---|---|
class |
ServerMessageImpl
A ServerMessageImpl
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.