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

Brian Stansberry brian.stansberry at jboss.com
Fri May 11 23:53:20 EDT 2007


  User: bstansberry
  Date: 07/05/11 23:53:20

  Modified:    src/org/jboss/cache/pojo/jmx  PojoCacheJmxWrapper.java
  Log:
  Implement getInternalLocation
  
  Revision  Changes    Path
  1.6       +1 -2      JBossCache/src/org/jboss/cache/pojo/jmx/PojoCacheJmxWrapper.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PojoCacheJmxWrapper.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/pojo/jmx/PojoCacheJmxWrapper.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- PojoCacheJmxWrapper.java	11 May 2007 22:42:53 -0000	1.5
  +++ PojoCacheJmxWrapper.java	12 May 2007 03:53:20 -0000	1.6
  @@ -49,7 +49,6 @@
      private PojoCache pojoCache;
      private CacheJmxWrapper plainCacheWrapper;
      private boolean registerPlainCache = true;
  -   private boolean registeredPlainCacheInCreate;
      private boolean plainCacheRegistered;   
      private boolean created;
   
  @@ -85,7 +84,7 @@
      
      public String getInternalLocation(Object pojo) throws PojoCacheAlreadyDetachedException
      {
  -      return null;
  +      return pojoCache.getPojoID(pojo);
      }
   
      public String getUnderlyingCacheObjectName()
  
  
  



More information about the jboss-cvs-commits mailing list