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

Brian Stansberry brian.stansberry at jboss.com
Thu Nov 16 00:19:30 EST 2006


  User: bstansberry
  Date: 06/11/16 00:19:29

  Modified:    src/org/jboss/cache/jmx  CacheLegacyJmxWrapperMBean.java
  Log:
  Javadoc
  
  Revision  Changes    Path
  1.2       +3 -3      JBossCache/src/org/jboss/cache/jmx/CacheLegacyJmxWrapperMBean.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CacheLegacyJmxWrapperMBean.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/jmx/CacheLegacyJmxWrapperMBean.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- CacheLegacyJmxWrapperMBean.java	13 Nov 2006 04:42:43 -0000	1.1
  +++ CacheLegacyJmxWrapperMBean.java	16 Nov 2006 05:19:29 -0000	1.2
  @@ -35,7 +35,7 @@
    * StandardMBean interface for {@link CacheLegacyJmxWrapper}.
    * 
    * @author <a href="brian.stansberry at jboss.com">Brian Stansberry</a>
  - * @version $Revision: 1.1 $
  + * @version $Revision: 1.2 $
    */
   public interface CacheLegacyJmxWrapperMBean extends CacheJmxWrapperMBean
   {
  @@ -187,7 +187,7 @@
   
      /**
       * Gets the format version of the data transferred during an initial state
  -    * transfer or a call to {@link #activateRegion(String)}.  Different
  +    * transfer or a call to {@link Region#activate()}.  Different
       * releases of JBossCache may format this data differently; this property
       * identifies the format version being used by this cache instance.
       * <p>
  @@ -202,7 +202,7 @@
   
      /**
       * Sets the format version of the data transferred during an initial state
  -    * transfer or a call to {@link #activateRegion(String)}.  Different
  +    * transfer or a call to {@link Region#activate()}.  Different
       * releases of JBossCache may format this data differently; this property
       * identifies the format version being used by this cache instance. Setting
       * this property to a value other than the default allows a cache instance
  @@ -258,7 +258,7 @@
   
      /**
       * Sets whether the entire tree is inactive upon startup, only responding
  -    * to replication messages after {@link #activateRegion(String)} is
  +    * to replication messages after {@link Region#activate()} is
       * called to activate one or more parts of the tree.
       * <p>
       * This property is only relevant if {@link #getUseMarshalling()} is
  
  
  



More information about the jboss-cvs-commits mailing list