[jboss-cvs] JBossCache/src/org/jboss/cache ...

Brian Stansberry brian.stansberry at jboss.com
Tue Jan 2 22:11:26 EST 2007


  User: bstansberry
  Date: 07/01/02 22:11:26

  Modified:    src/org/jboss/cache  CacheImpl.java
  Log:
  Expose in the configuration whether the multiplexer was used to create the channel
  
  Revision  Changes    Path
  1.12      +3 -2      JBossCache/src/org/jboss/cache/CacheImpl.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CacheImpl.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/CacheImpl.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- CacheImpl.java	3 Jan 2007 01:21:37 -0000	1.11
  +++ CacheImpl.java	3 Jan 2007 03:11:26 -0000	1.12
  @@ -98,7 +98,7 @@
    * @author <a href="mailto:manik at jboss.org">Manik Surtani (manik at jboss.org)</a>
    * @author Brian Stansberry
    * @author Daniel Huang (dhuang at jboss.org)
  - * @version $Id: CacheImpl.java,v 1.11 2007/01/03 01:21:37 msurtani Exp $
  + * @version $Id: CacheImpl.java,v 1.12 2007/01/03 03:11:26 bstansberry Exp $
    *          <p/>
    * @see <a href="http://labs.jboss.com/portal/jbosscache/docs">JBossCache doc</a>
    */
  @@ -662,7 +662,8 @@
               channel = getMultiplexerChannel();
   
               if (channel != null)
  -            {// mux channel
  +            {
  +               configuration.setUsingMultiplexer(true);
                  if (log.isDebugEnabled())
                  {
                     log.debug("Created Multiplexer Channel for cache cluster " + configuration.getClusterName() +
  
  
  



More information about the jboss-cvs-commits mailing list