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

Packages that use MessageProxy
org.jboss.jms.client.delegate   
org.jboss.jms.client.remoting   
org.jboss.jms.delegate   
org.jboss.jms.message   
org.jboss.jms.server.endpoint   
org.jboss.jms.tx   
 

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.preDeliver(MessageProxy proxy, int consumerID)
          This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint.
 void ClientSessionDelegate.addAsfMessage(MessageProxy m, int consumerID, ConsumerDelegate cons, int maxDeliveries)
          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.client.remoting
 

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

Methods in org.jboss.jms.client.remoting with parameters of type MessageProxy
static void MessageCallbackHandler.callOnMessage(SessionDelegate sess, MessageListener listener, int consumerID, boolean isConnectionConsumer, MessageProxy m, int ackMode, int maxDeliveries)
           
protected static void MessageCallbackHandler.preDeliver(SessionDelegate sess, int consumerID, MessageProxy m, boolean isConnectionConsumer)
           
 void MessageCallbackHandler.addToFrontOfBuffer(MessageProxy proxy)
           
 

Uses of MessageProxy in org.jboss.jms.delegate
 

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

Methods in org.jboss.jms.delegate with parameters of type MessageProxy
 void SessionDelegate.preDeliver(MessageProxy proxy, int consumerID)
           
 void SessionDelegate.addAsfMessage(MessageProxy m, int consumerID, ConsumerDelegate cons, int maxDeliveries)
           
 

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(JBossMessage m, int deliveryCount)
           
 

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

Methods in org.jboss.jms.server.endpoint that return MessageProxy
 MessageProxy DeliveryRunnable.getMessageProxy()
           
 

Constructors in org.jboss.jms.server.endpoint with parameters of type MessageProxy
DeliveryRunnable(MessageProxy msg, int consumerID, ServerConnectionEndpoint connection, boolean trace)
           
 

Uses of MessageProxy in org.jboss.jms.tx
 

Fields in org.jboss.jms.tx declared as MessageProxy
protected  MessageProxy AckInfo.msg
           
 

Methods in org.jboss.jms.tx that return MessageProxy
 MessageProxy AckInfo.getMessage()
           
 

Constructors in org.jboss.jms.tx with parameters of type MessageProxy
AckInfo(MessageProxy proxy, int consumerID)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.