User: chirino 
  Date: 01/11/13 20:23:27

  Modified:    src/main/org/jboss/mq/pm PersistenceManagerMBean.java
  Log:
  Factored out a CacheStore object from the message store.  This should lay the
  ground work needed so that the MessageCache can use a PM for saving and loading
  messages.
  
  Also fixed a small bug in the file PM.  It was not properly restoring the message
  after a server restart.
  
  Revision  Changes    Path
  1.2       +1 -1      jbossmq/src/main/org/jboss/mq/pm/PersistenceManagerMBean.java
  
  Index: PersistenceManagerMBean.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jbossmq/src/main/org/jboss/mq/pm/PersistenceManagerMBean.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PersistenceManagerMBean.java      2001/11/10 21:38:03     1.1
  +++ PersistenceManagerMBean.java      2001/11/14 04:23:27     1.2
  @@ -26,7 +26,7 @@
      //methods needed for JBossMQService to set up connections
      //and to require the MessageCache.
   
  -   PersistenceManager getInstance();
  +   Object getInstance();
   
      ObjectName getMessageCache();
   
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to