Uses of Class
org.jboss.jms.message.MessageProxy

Packages that use MessageProxy
org.jboss.jms.client.container   
org.jboss.jms.client.delegate   
org.jboss.jms.delegate   
org.jboss.jms.message   
 

Uses of MessageProxy in org.jboss.jms.client.container
 

Methods in org.jboss.jms.client.container that return MessageProxy
 MessageProxy ClientConsumer.receive(long timeout)
          Method used by the client thread to get a Message, if available.
 

Methods in org.jboss.jms.client.container with parameters of type MessageProxy
 void ClientConsumer.addToFrontOfBuffer(MessageProxy proxy)
           
static void ClientConsumer.callOnMessage(SessionDelegate sess, MessageListener listener, java.lang.String consumerID, java.lang.String queueName, boolean isConnectionConsumer, MessageProxy m, int ackMode, int maxDeliveries, SessionDelegate connectionConsumerSession, boolean shouldAck)
           
 

Uses of MessageProxy in org.jboss.jms.client.delegate
 

Methods in org.jboss.jms.client.delegate that return MessageProxy
 MessageProxy ClientSessionDelegate.createMessage()
          This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint.
 

Methods in org.jboss.jms.client.delegate with parameters of type MessageProxy
 void ClientSessionDelegate.addAsfMessage(MessageProxy m, java.lang.String consumerID, java.lang.String queueName, int maxDeliveries, SessionDelegate connectionConsumerSession, boolean shouldAck)
          This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint.
 

Uses of MessageProxy in org.jboss.jms.delegate
 

Methods in org.jboss.jms.delegate that return MessageProxy
 MessageProxy SessionDelegate.createMessage()
           
 MessageProxy DeliveryInfo.getMessageProxy()
           
 

Methods in org.jboss.jms.delegate with parameters of type MessageProxy
 void SessionDelegate.addAsfMessage(MessageProxy m, java.lang.String consumerID, java.lang.String queueName, int maxDeliveries, SessionDelegate connectionConsumerDelegate, boolean shouldAck)
           
 

Constructors in org.jboss.jms.delegate with parameters of type MessageProxy
DeliveryInfo(MessageProxy msg, java.lang.String consumerId, java.lang.String queueName, SessionDelegate connectionConsumerSession, boolean shouldAck)
           
 

Uses of MessageProxy in org.jboss.jms.message
 

Subclasses of MessageProxy in org.jboss.jms.message
 class BytesMessageProxy
          Thin proxy for a JBossBytesMessage
 class MapMessageProxy
          Thin proxy for a JBossMapMessage
 class ObjectMessageProxy
          Thin proxy for a JBossObjectMessage
 class StreamMessageProxy
          Thin proxy for a JBossStreamMessage
 class TextMessageProxy
          Thin proxy for a JBossTextMessage
 

Methods in org.jboss.jms.message that return MessageProxy
static MessageProxy JBossMessage.createThinDelegate(long deliveryId, JBossMessage m, int deliveryCount)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.