Uses of Interface
org.hornetq.api.core.Message

Packages that use Message
org.hornetq.api.core.client Core Client Messaging API. 
org.hornetq.api.core.management Management API for HornetQ servers and its Core resources. 
 

Uses of Message in org.hornetq.api.core.client
 

Subinterfaces of Message in org.hornetq.api.core.client
 interface ClientMessage
          A ClientMessage represents a message sent and/or received by HornetQ.
 

Methods in org.hornetq.api.core.client with parameters of type Message
 void ClientProducer.send(Message message)
          Sends a message to an address.
 void ClientProducer.send(org.hornetq.api.core.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.
 

Uses of Message in org.hornetq.api.core.management
 

Methods in org.hornetq.api.core.management with parameters of type Message
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.
 



Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.