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

Manik Surtani manik at jboss.org
Thu Jun 14 12:14:49 EDT 2007


  User: msurtani
  Date: 07/06/14 12:14:49

  Modified:    src/org/jboss/cache/pojo/jmx  PojoCacheJmxWrapper.java
  Log:
  JBCACHE-1109
  
  Revision  Changes    Path
  1.15      +12 -0     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.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- PojoCacheJmxWrapper.java	14 Jun 2007 15:30:15 -0000	1.14
  +++ PojoCacheJmxWrapper.java	14 Jun 2007 16:14:49 -0000	1.15
  @@ -350,6 +350,12 @@
         return getConfiguration().getStateRetrievalTimeout();
      }
   
  +   @Deprecated
  +   public void setInitialStateRetrievalTimeout(long timeout)
  +   {
  +      setStateRetrievalTimeout(timeout);
  +   }
  +
      public String getIsolationLevel()
      {
         return getConfiguration().getIsolationLevelString();
  @@ -480,6 +486,12 @@
         this.clusterConfig = config;
      }
   
  +   @Deprecated
  +   public long getInitialStateRetrievalTimeout()
  +   {
  +      return getStateRetrievalTimeout();
  +   }
  +
      public void setClusterName(String name)
      {
         getConfiguration().setClusterName(name);
  
  
  



More information about the jboss-cvs-commits mailing list