[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - StorageManager API

jmesnil do-not-reply at jboss.com
Fri Apr 17 08:25:47 EDT 2009


The StorageManager interface has the method


  |    void loadMessageJournal(PostOffice postOffice,
  |                            StorageManager storageManager,
  |                            HierarchicalRepository<AddressSettings> addressSettingsRepository,
  |                            Map<Long, Queue> queues,
  |                            ResourceManager resourceManager,
  |                            Map<SimpleString, List<Pair<byte[], Long>>> duplicateIDMap) throws Exception;
  | 

The only place we call this method in the source, the storageManager passed in parameter in the storageManager instance we called the method on.
Does it make sense to call this method with *another* storageManager instance or should the storageManager parameter be removed?


View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226182#4226182

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4226182



More information about the jboss-dev-forums mailing list