[jboss-cvs] jboss-jms/src/main/org/jboss/jms/server/plugin/contract ...

Timothy Fox tim.fox at jboss.com
Mon Jul 17 13:14:46 EDT 2006


  User: timfox  
  Date: 06/07/17 13:14:46

  Modified:    src/main/org/jboss/jms/server/plugin/contract 
                        ChannelMapper.java
  Log:
  Many changes including implementation of prefetch, SEDAisation of server, changing of recovery
  
  Revision  Changes    Path
  1.12      +3 -0      jboss-jms/src/main/org/jboss/jms/server/plugin/contract/ChannelMapper.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChannelMapper.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-jms/src/main/org/jboss/jms/server/plugin/contract/ChannelMapper.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- ChannelMapper.java	27 Jun 2006 19:44:39 -0000	1.11
  +++ ChannelMapper.java	17 Jul 2006 17:14:46 -0000	1.12
  @@ -11,6 +11,7 @@
   import javax.jms.JMSException;
   
   import org.jboss.jms.destination.JBossDestination;
  +import org.jboss.jms.server.QueuedExecutorPool;
   import org.jboss.jms.server.subscription.DurableSubscription;
   import org.jboss.jms.server.subscription.Subscription;
   import org.jboss.messaging.core.local.CoreDestination;
  @@ -84,4 +85,6 @@
      //TODO Handle this dependency properly
      void setPersistenceManager(PersistenceManager pm) throws Exception;
   
  +   void setQueuedExecutorPool(QueuedExecutorPool pool) throws Exception;
  +
   }
  
  
  



More information about the jboss-cvs-commits mailing list