Uses of Interface
org.jboss.messaging.core.server.ServerMessage

Packages that use ServerMessage
org.jboss.messaging.core.filter   
org.jboss.messaging.core.filter.impl   
org.jboss.messaging.core.persistence   
org.jboss.messaging.core.persistence.impl.journal   
org.jboss.messaging.core.persistence.impl.nullpm   
org.jboss.messaging.core.postoffice   
org.jboss.messaging.core.postoffice.impl   
org.jboss.messaging.core.remoting.impl.wireformat   
org.jboss.messaging.core.server   
org.jboss.messaging.core.server.impl   
org.jboss.messaging.core.transaction   
org.jboss.messaging.core.transaction.impl   
 

Uses of ServerMessage in org.jboss.messaging.core.filter
 

Methods in org.jboss.messaging.core.filter with parameters of type ServerMessage
 boolean Filter.match(ServerMessage message)
           
 

Uses of ServerMessage in org.jboss.messaging.core.filter.impl
 

Methods in org.jboss.messaging.core.filter.impl with parameters of type ServerMessage
 boolean FilterImpl.match(ServerMessage message)
           
 

Uses of ServerMessage in org.jboss.messaging.core.persistence
 

Methods in org.jboss.messaging.core.persistence with parameters of type ServerMessage
 void StorageManager.storeMessage(ServerMessage message)
           
 void StorageManager.storeMessageTransactional(long txID, ServerMessage message)
           
 

Uses of ServerMessage in org.jboss.messaging.core.persistence.impl.journal
 

Methods in org.jboss.messaging.core.persistence.impl.journal with parameters of type ServerMessage
 void JournalStorageManager.storeMessage(ServerMessage message)
           
 void JournalStorageManager.storeMessageTransactional(long txID, ServerMessage message)
           
 

Uses of ServerMessage in org.jboss.messaging.core.persistence.impl.nullpm
 

Methods in org.jboss.messaging.core.persistence.impl.nullpm with parameters of type ServerMessage
 void NullStorageManager.storeMessage(ServerMessage message)
           
 void NullStorageManager.storeMessageTransactional(long txID, ServerMessage message)
           
 

Uses of ServerMessage in org.jboss.messaging.core.postoffice
 

Methods in org.jboss.messaging.core.postoffice with parameters of type ServerMessage
 java.util.List<MessageReference> PostOffice.route(ServerMessage message)
           
 

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

Methods in org.jboss.messaging.core.postoffice.impl with parameters of type ServerMessage
 java.util.List<MessageReference> PostOfficeImpl.route(ServerMessage message)
           
 

Uses of ServerMessage in org.jboss.messaging.core.remoting.impl.wireformat
 

Methods in org.jboss.messaging.core.remoting.impl.wireformat that return ServerMessage
 ServerMessage ProducerSendMessage.getServerMessage()
           
 ServerMessage ReceiveMessage.getServerMessage()
           
 

Constructors in org.jboss.messaging.core.remoting.impl.wireformat with parameters of type ServerMessage
ProducerSendMessage(ServerMessage message)
           
ReceiveMessage(ServerMessage message, int deliveryCount, long deliveryID)
           
 

Uses of ServerMessage in org.jboss.messaging.core.server
 

Methods in org.jboss.messaging.core.server that return ServerMessage
 ServerMessage ServerMessage.copy()
           
 ServerMessage MessageReference.getMessage()
           
 

Methods in org.jboss.messaging.core.server with parameters of type ServerMessage
 void ServerProducer.send(ServerMessage msg)
           
 void ServerSession.send(ServerMessage msg)
           
 

Uses of ServerMessage in org.jboss.messaging.core.server.impl
 

Classes in org.jboss.messaging.core.server.impl that implement ServerMessage
 class ServerMessageImpl
          A ServerMessageImpl
 

Methods in org.jboss.messaging.core.server.impl that return ServerMessage
 ServerMessage ServerMessageImpl.copy()
           
 ServerMessage MessageReferenceImpl.getMessage()
           
 ServerMessage ServerBrowserImpl.nextMessage()
           
 

Methods in org.jboss.messaging.core.server.impl with parameters of type ServerMessage
 void ServerSessionImpl.send(ServerMessage msg)
           
 void ServerProducerImpl.send(ServerMessage message)
           
 

Constructors in org.jboss.messaging.core.server.impl with parameters of type ServerMessage
MessageReferenceImpl(ServerMessage message, Queue queue)
           
 

Uses of ServerMessage in org.jboss.messaging.core.transaction
 

Methods in org.jboss.messaging.core.transaction with parameters of type ServerMessage
 void Transaction.addMessage(ServerMessage message)
           
 

Uses of ServerMessage in org.jboss.messaging.core.transaction.impl
 

Methods in org.jboss.messaging.core.transaction.impl with parameters of type ServerMessage
 void TransactionImpl.addMessage(ServerMessage message)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.