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.management Provides management for JBoss Messaging 
org.jboss.messaging.core.management.impl   
org.jboss.messaging.core.paging   
org.jboss.messaging.core.paging.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.cluster   
org.jboss.messaging.core.server.cluster.impl   
org.jboss.messaging.core.server.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.management
 

Methods in org.jboss.messaging.core.management that return ServerMessage
 ServerMessage ManagementService.handleMessage(ServerMessage message)
           
 

Methods in org.jboss.messaging.core.management with parameters of type ServerMessage
 ServerMessage ManagementService.handleMessage(ServerMessage message)
           
 

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

Methods in org.jboss.messaging.core.management.impl that return ServerMessage
 ServerMessage ManagementServiceImpl.handleMessage(ServerMessage message)
           
 

Methods in org.jboss.messaging.core.management.impl with parameters of type ServerMessage
 ServerMessage ManagementServiceImpl.handleMessage(ServerMessage message)
           
 

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

Methods in org.jboss.messaging.core.paging that return ServerMessage
 ServerMessage PagedMessage.getMessage(StorageManager storageManager)
           
 

Methods in org.jboss.messaging.core.paging with parameters of type ServerMessage
 boolean PagingManager.page(ServerMessage message, boolean duplicateDetection)
          Page, only if destination is in page mode.
 boolean PagingManager.page(ServerMessage message, long transactionId, boolean duplicateDetection)
          Page, only if destination is in page mode.
 

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

Methods in org.jboss.messaging.core.paging.impl that return ServerMessage
 ServerMessage PagedMessageImpl.getMessage(StorageManager storage)
           
 

Methods in org.jboss.messaging.core.paging.impl with parameters of type ServerMessage
 boolean PagingManagerImpl.page(ServerMessage message, boolean duplicateDetection)
           
 boolean PagingManagerImpl.page(ServerMessage message, long transactionId, boolean duplicateDetection)
           
 

Constructors in org.jboss.messaging.core.paging.impl with parameters of type ServerMessage
PagedMessageImpl(ServerMessage message)
           
PagedMessageImpl(ServerMessage message, long transactionID)
           
 

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
 

Classes in org.jboss.messaging.core.persistence.impl.journal that implement ServerMessage
 class JournalLargeServerMessage
          A JournalLargeServerMessage
 

Methods in org.jboss.messaging.core.persistence.impl.journal that return ServerMessage
 ServerMessage JournalLargeServerMessage.copy(long newID)
           
 

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
 

Classes in org.jboss.messaging.core.persistence.impl.nullpm that implement ServerMessage
 class NullStorageLargeServerMessage
          A NullStorageLargeServerMessage
 

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
 boolean Binding.isHighAcceptPriority(ServerMessage message)
           
 boolean Bindings.redistribute(ServerMessage message, Queue originatingQueue, Transaction tx)
           
 boolean PostOffice.redistribute(ServerMessage message, Queue originatingQueue, Transaction tx)
           
 void PostOffice.route(ServerMessage message)
           
 void Bindings.route(ServerMessage message, Transaction tx)
           
 void PostOffice.route(ServerMessage message, Transaction tx)
           
 void Binding.willRoute(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
 boolean LocalQueueBinding.isHighAcceptPriority(ServerMessage message)
           
 boolean DivertBinding.isHighAcceptPriority(ServerMessage message)
           
 boolean BindingsImpl.redistribute(ServerMessage message, Queue originatingQueue, Transaction tx)
           
 boolean PostOfficeImpl.redistribute(ServerMessage message, Queue originatingQueue, Transaction tx)
           
 void PostOfficeImpl.route(ServerMessage message)
           
 void BindingsImpl.route(ServerMessage message, Transaction tx)
           
 void PostOfficeImpl.route(ServerMessage message, Transaction tx)
           
 void LocalQueueBinding.willRoute(ServerMessage message)
           
 void DivertBinding.willRoute(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 SessionReceiveMessage.getServerMessage()
           
 ServerMessage SessionSendMessage.getServerMessage()
           
 

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

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

Subinterfaces of ServerMessage in org.jboss.messaging.core.server
 interface LargeServerMessage
          A LargeMessage
 

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

Methods in org.jboss.messaging.core.server with parameters of type ServerMessage
 void Bindable.preroute(ServerMessage message, Transaction tx)
           
 MessageReference Queue.reroute(ServerMessage message, Transaction tx)
           
 void Bindable.route(ServerMessage message, Transaction tx)
           
 void ServerProducer.send(ServerMessage msg)
           
 

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

Methods in org.jboss.messaging.core.server.cluster that return ServerMessage
 ServerMessage Transformer.transform(ServerMessage message)
           
 

Methods in org.jboss.messaging.core.server.cluster with parameters of type ServerMessage
 ServerMessage Transformer.transform(ServerMessage message)
           
 

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

Methods in org.jboss.messaging.core.server.cluster.impl with parameters of type ServerMessage
 boolean RemoteQueueBindingImpl.isHighAcceptPriority(ServerMessage message)
           
 void RemoteQueueBindingImpl.willRoute(ServerMessage message)
           
 

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 ServerMessageImpl.copy(long newID)
           
 ServerMessage MessageReferenceImpl.getMessage()
           
 

Methods in org.jboss.messaging.core.server.impl with parameters of type ServerMessage
 void QueueImpl.preroute(ServerMessage message, Transaction tx)
           
 void DivertImpl.preroute(ServerMessage message, Transaction tx)
           
 MessageReference QueueImpl.reroute(ServerMessage message, Transaction tx)
           
 MessageReference LastValueQueue.reroute(ServerMessage message, Transaction tx)
           
 void QueueImpl.route(ServerMessage message, Transaction tx)
           
 void DivertImpl.route(ServerMessage message, Transaction tx)
           
 void LastValueQueue.route(ServerMessage message, Transaction tx)
           
 

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



Copyright © 2006 JBoss Inc. All Rights Reserved.