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

Packages that use MessageStore
org.jboss.jms.server   
org.jboss.messaging.core.impl   
org.jboss.messaging.core.impl.message   
org.jboss.messaging.core.impl.postoffice   
org.jboss.messaging.core.impl.tx   
 

Uses of MessageStore in org.jboss.jms.server
 

Methods in org.jboss.jms.server that return MessageStore
 MessageStore ServerPeer.getMessageStore()
           
 

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

Fields in org.jboss.messaging.core.impl declared as MessageStore
protected  MessageStore PagingChannelSupport.ms
           
 

Constructors in org.jboss.messaging.core.impl with parameters of type MessageStore
MessagingQueue(int nodeID, java.lang.String name, long id, MessageStore ms, PersistenceManager pm, boolean recoverable, Filter filter, boolean clustered)
          This constructor is used when loading queue from storage - the paging params, maxSize and recoverDeliveriesTimeout don't matter they are injected when the queue or topic service is started
MessagingQueue(int nodeID, java.lang.String name, long id, MessageStore ms, PersistenceManager pm, boolean recoverable, int maxSize, Filter filter, boolean clustered)
           
MessagingQueue(int nodeID, java.lang.String name, long id, MessageStore ms, PersistenceManager pm, boolean recoverable, int maxSize, Filter filter, int fullSize, int pageSize, int downCacheSize, boolean clustered, long recoverDeliveriesTimeout)
           
PagingChannelSupport(long channelID, MessageStore ms, PersistenceManager pm, boolean recoverable, int maxSize)
          Constructor with default paging params.
PagingChannelSupport(long channelID, MessageStore ms, PersistenceManager pm, boolean recoverable, int maxSize, int fullSize, int pageSize, int downCacheSize)
          Constructor specifying paging params.
 

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

Classes in org.jboss.messaging.core.impl.message that implement MessageStore
 class SimpleMessageStore
          A MessageStore implementation.
 

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

Constructors in org.jboss.messaging.core.impl.postoffice with parameters of type MessageStore
MessagingPostOffice(javax.sql.DataSource ds, TransactionManager tm, java.util.Properties sqlProperties, boolean createTablesOnStartup, int nodeId, java.lang.String officeName, MessageStore ms, PersistenceManager pm, TransactionRepository tr, FilterFactory filterFactory, ConditionFactory conditionFactory, IDManager channelIDManager, ClusterNotifier clusterNotifier)
           
MessagingPostOffice(javax.sql.DataSource ds, TransactionManager tm, java.util.Properties sqlProperties, boolean createTablesOnStartup, int nodeId, java.lang.String officeName, MessageStore ms, PersistenceManager pm, TransactionRepository tr, FilterFactory filterFactory, ConditionFactory conditionFactory, IDManager channelIDManager, ClusterNotifier clusterNotifier, java.lang.String groupName, ChannelFactory jChannelFactory, long stateTimeout, long castTimeout, boolean supportsFailover, int maxConcurrentReplications)
           
 

Uses of MessageStore in org.jboss.messaging.core.impl.tx
 

Fields in org.jboss.messaging.core.impl.tx declared as MessageStore
protected  MessageStore TransactionRepository.messageStore
           
 

Constructors in org.jboss.messaging.core.impl.tx with parameters of type MessageStore
TransactionRepository(PersistenceManager persistenceManager, MessageStore store, IDManager idManager)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.