Uses of Interface
org.jboss.messaging.core.contract.Message

Packages that use Message
org.jboss.jms.message   
org.jboss.jms.server.endpoint   
org.jboss.jms.server.selector   
org.jboss.jms.wireformat   
org.jboss.messaging.core.contract   
org.jboss.messaging.core.impl   
org.jboss.messaging.core.impl.message   
org.jboss.messaging.core.impl.postoffice   
 

Uses of Message in org.jboss.jms.message
 

Classes in org.jboss.jms.message that implement Message
 class JBossBytesMessage
          This class implements javax.jms.BytesMessage.
 class JBossMapMessage
          This class implements javax.jms.MapMessage
 class JBossMessage
          Implementation of a JMS Message Note that the only reason this class is Serializable is so that messages can be returned from JMX operations.
 class JBossObjectMessage
          This class implements javax.jms.ObjectMessage
 class JBossStreamMessage
          This class implements javax.jms.StreamMessage.
 class JBossTextMessage
          This class implements javax.jms.TextMessage ported from SpyTextMessage in JBossMQ.
 

Uses of Message in org.jboss.jms.server.endpoint
 

Methods in org.jboss.jms.server.endpoint with parameters of type Message
 boolean ServerConsumerEndpoint.accept(Message msg)
           
 

Uses of Message in org.jboss.jms.server.selector
 

Methods in org.jboss.jms.server.selector with parameters of type Message
 boolean Selector.accept(Message message)
           
 

Uses of Message in org.jboss.jms.wireformat
 

Methods in org.jboss.jms.wireformat that return Message
 Message ClientDelivery.getMessage()
           
 

Constructors in org.jboss.jms.wireformat with parameters of type Message
ClientDelivery(Message msg, java.lang.String consumerId, long deliveryId, int deliveryCount)
           
 

Uses of Message in org.jboss.messaging.core.contract
 

Methods in org.jboss.messaging.core.contract that return Message
 Message MessageReference.getMessage()
           
 Message PersistenceManager.MessageChannelPair.getMessage()
           
 

Methods in org.jboss.messaging.core.contract with parameters of type Message
 boolean Filter.accept(Message message)
          Tests whether the message should be accepted.
 MessageReference MessageStore.reference(Message message)
           
 

Constructors in org.jboss.messaging.core.contract with parameters of type Message
PersistenceManager.MessageChannelPair(Message message, long channelId)
           
 

Uses of Message in org.jboss.messaging.core.impl
 

Methods in org.jboss.messaging.core.impl with parameters of type Message
protected  void JDBCPersistenceManager.storeMessage(Message m, java.sql.PreparedStatement ps, boolean bindBlobs)
          Stores the message in the MESSAGE table.
protected  int JDBCPersistenceManager.storeMessage(Message message, java.sql.PreparedStatement psInsertMessage, java.sql.PreparedStatement psUpdateMessage)
          Stores the message using the Conditional update
 

Uses of Message in org.jboss.messaging.core.impl.message
 

Classes in org.jboss.messaging.core.impl.message that implement Message
 class CoreMessage
           
 class MessageSupport
          A message base.
 

Methods in org.jboss.messaging.core.impl.message that return Message
static Message MessageFactory.createMessage(byte type)
           
static Message MessageFactory.createMessage(long messageID, boolean reliable, long expiration, long timestamp, byte priority, java.util.Map headers, byte[] payload, byte type)
           
 Message SimpleMessageReference.getMessage()
           
 

Methods in org.jboss.messaging.core.impl.message with parameters of type Message
 MessageReference SimpleMessageStore.reference(Message m)
           
 

Constructors in org.jboss.messaging.core.impl.message with parameters of type Message
SimpleMessageReference(Message message)
           
 

Uses of Message in org.jboss.messaging.core.impl.postoffice
 

Methods in org.jboss.messaging.core.impl.postoffice with parameters of type Message
 void MessagingPostOffice.routeFromCluster(Message message, java.lang.String routingKeyText, java.util.Set queueNames)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.