[jboss-cvs] JBossCache/docs/TreeCache/en/modules ...

Manik Surtani msurtani at jboss.com
Mon Jan 15 13:10:57 EST 2007


  User: msurtani
  Date: 07/01/15 13:10:57

  Modified:    docs/TreeCache/en/modules  configuration.xml
  Log:
  Made marshallers pluggable (JBCACHE-870)
  
  Revision  Changes    Path
  1.15      +61 -25    JBossCache/docs/TreeCache/en/modules/configuration.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: configuration.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/docs/TreeCache/en/modules/configuration.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- configuration.xml	7 Dec 2006 22:36:16 -0000	1.14
  +++ configuration.xml	15 Jan 2007 18:10:57 -0000	1.15
  @@ -224,6 +224,17 @@
                  </row>
                  <row>
                     <entry>
  +                     <para>MarshallerClass</para>
  +                  </entry>
  +
  +                  <entry>
  +                     <para>An instance of org.jboss.cache.marshall.Marshaller used to serialize data to byte streams.
  +                        Defaults to o.j.c.m.VersionAwareMarshaller if not specified.
  +                     </para>
  +                  </entry>
  +               </row>
  +               <row>
  +                  <entry>
                        <para>BuddyReplicationConfig</para>
                     </entry>
   
  @@ -265,13 +276,20 @@
   
                     <entry>
                 <para>The configuration of the underlying JGroups stack.              
  -              Ignored if <literal>MultiplexerService</literal> and
  -              <literal>MultiplexerStack</literal> are used. 
  +                        Ignored if
  +                        <literal>MultiplexerService</literal>
  +                        and
  +                        <literal>MultiplexerStack</literal>
  +                        are used.
                 See the various *-service.xml files in the source distribution
  -              <literal>etc/META-INF</literal> folder for examples.
  -              See the <ulink  url="http://www.jgroups.org">JGroups documentation</ulink>
  -              or the <ulink url="http://wiki.jboss.org/wiki/Wiki.jsp?page=JGroups">JGroups wiki page</ulink> 
  -              for more information.</para>
  +                        <literal>etc/META-INF</literal>
  +                        folder for examples.
  +                        See the
  +                        <ulink url="http://www.jgroups.org">JGroups documentation</ulink>
  +                        or the
  +                        <ulink url="http://wiki.jboss.org/wiki/Wiki.jsp?page=JGroups">JGroups wiki page</ulink>
  +                        for more information.
  +                     </para>
                     </entry>
                  </row>
   
  @@ -282,7 +300,8 @@
   
                     <entry>
                        <para>Name of cluster. Needs to be the same for all nodes in a
  -              cluster in order for them to communicate with each other.</para>
  +                        cluster in order for them to communicate with each other.
  +                     </para>
                     </entry>
                  </row>
   
  @@ -294,7 +313,10 @@
                     <entry>
                 <para>The name of a class implementing EvictionPolicy. Deprecated;
                 it is preferable to configure the eviction policy class as 
  -              part of the <literal>EvictionPolicyConfig</literal>.</para>
  +                        part of the
  +                        <literal>EvictionPolicyConfig</literal>
  +                        .
  +                     </para>
                     </entry>
                  </row>
   
  @@ -401,8 +423,12 @@
                           In JBoss AS 5 this service is normally defined in the jgroups-multiplexer.sar.
                           If this attribute is defined, the cache will look up the multiplexer service 
                           in JMX and will use it to obtain a multiplexed JGroups channel. The configuration
  -                        of the channel will be that associated with <literal>MultiplexerStack</literal>.
  -                    The <literal>ClusterConfig</literal> attribute will be ignored.
  +                        of the channel will be that associated with
  +                        <literal>MultiplexerStack</literal>
  +                        .
  +                        The
  +                        <literal>ClusterConfig</literal>
  +                        attribute will be ignored.
                        </para>
                     </entry>
                  </row>
  @@ -414,11 +440,15 @@
   
                     <entry>
                        <para>The name of the JGroups stack to be used with the TreeCache cluster.
  -                    Stacks are defined in the configuration of the external <literal>MultiplexerService</literal>
  +                        Stacks are defined in the configuration of the external
  +                        <literal>MultiplexerService</literal>
                           discussed above.  In JBoss AS 5 this is normally done in the 
                           jgroups-multiplexer.sar\META-INF\multiplexer-stacks.xml file.
  -                        The default stack is <literal>udp</literal>. This attribute is used in conjunction with
  -                        <literal>MultiplexerService</literal>.
  +                        The default stack is
  +                        <literal>udp</literal>
  +                        . This attribute is used in conjunction with
  +                        <literal>MultiplexerService</literal>
  +                        .
                        </para>
                     </entry>
                  </row>
  @@ -436,8 +466,11 @@
                  </row>
   
                  <row>
  -             <entry><para>ReplicationVersion</para></entry>
  -             <entry><para>Tells the cache to serialize cluster traffic
  +                  <entry>
  +                     <para>ReplicationVersion</para>
  +                  </entry>
  +                  <entry>
  +                     <para>Tells the cache to serialize cluster traffic
                           in a format consistent with that used by the given release
                           of JBoss Cache. Different JBoss Cache versions use different
                           wire formats; setting this attribute tells a cache from a later
  @@ -545,7 +578,10 @@
                        <para>Specifies whether each interceptor should have an associated
                 mbean registered.  Interceptor mbeans are used to capture statistics
                 and display them in JMX.  This setting enables or disables all such interceptor 
  -              mbeans.  Default value is <emphasis>true</emphasis>.</para>
  +                        mbeans. Default value is
  +                        <emphasis>true</emphasis>
  +                        .
  +                     </para>
                     </entry>
                  </row>
   
  
  
  



More information about the jboss-cvs-commits mailing list