Uses of Class
org.apache.activemq.command.Message

Packages that use Message
org.apache.activemq The core JMS client API implementation classes. 
org.apache.activemq.broker.region   
org.apache.activemq.command Command objects used via the Command Pattern to communicate among nodes 
org.apache.activemq.filter Filter implementations for wildcards & JMS selectors 
org.apache.activemq.state   
 

Uses of Message in org.apache.activemq
 

Methods in org.apache.activemq with parameters of type Message
protected  boolean ActiveMQConnection.isDuplicate(ActiveMQDispatcher dispatcher, Message message)
           
protected  void ActiveMQConnection.rollbackDuplicate(ActiveMQDispatcher dispatcher, Message message)
           
 

Uses of Message in org.apache.activemq.broker.region
 

Methods in org.apache.activemq.broker.region that return Message
 Message MessageReference.getMessage()
           
 Message MessageReference.getMessageHardRef()
           
 

Uses of Message in org.apache.activemq.command
 

Subclasses of Message in org.apache.activemq.command
 class ActiveMQBlobMessage
          An implementation of BlobMessage for out of band BLOB transfer
 class ActiveMQBytesMessage
          A BytesMessage object is used to send a message containing a stream of uninterpreted bytes.
 class ActiveMQMapMessage
          A MapMessage object is used to send a set of name-value pairs.
 class ActiveMQMessage
           
 class ActiveMQObjectMessage
          An ObjectMessage object is used to send a message that contains a serializable object in the Java programming language ("Java object").
 class ActiveMQStreamMessage
          A StreamMessage object is used to send a stream of primitive types in the Java programming language.
 class ActiveMQTextMessage
           
 

Fields in org.apache.activemq.command declared as Message
protected  Message MessageDispatch.message
           
 

Methods in org.apache.activemq.command that return Message
abstract  Message Message.copy()
           
 Message ActiveMQTextMessage.copy()
           
 Message ActiveMQStreamMessage.copy()
           
 Message ActiveMQObjectMessage.copy()
           
 Message ActiveMQMessage.copy()
           
 Message ActiveMQMapMessage.copy()
           
 Message ActiveMQBytesMessage.copy()
           
 Message ActiveMQBlobMessage.copy()
           
 Message MessageDispatch.getMessage()
           
 Message Message.getMessage()
           
 Message Message.getMessageHardRef()
           
 

Methods in org.apache.activemq.command with parameters of type Message
protected  void Message.copy(Message copy)
           
protected  boolean NetworkBridgeFilter.matchesForwardingFilter(Message message, MessageEvaluationContext mec)
           
 void MessageDispatch.setMessage(Message message)
           
 

Constructors in org.apache.activemq.command with parameters of type Message
MessageAck(Message message, byte ackType, int messageCount)
           
 

Uses of Message in org.apache.activemq.filter
 

Fields in org.apache.activemq.filter declared as Message
protected  Message MessageEvaluationContext.message
           
 

Methods in org.apache.activemq.filter that return Message
 Message NonCachedMessageEvaluationContext.getMessage()
           
 Message MessageEvaluationContext.getMessage()
           
 

Methods in org.apache.activemq.filter with parameters of type Message
 boolean XPathExpression.XPathEvaluator.evaluate(Message message)
           
 Object PropertyExpression.evaluate(Message message)
           
static String[] DestinationPath.getDestinationPaths(Message message)
           
 

Uses of Message in org.apache.activemq.state
 

Methods in org.apache.activemq.state with parameters of type Message
 Response ConnectionStateTracker.processMessage(Message send)
           
 Response CommandVisitorAdapter.processMessage(Message send)
           
 Response CommandVisitor.processMessage(Message send)
           
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.