From do-not-reply at jboss.org Fri Nov 18 05:45:54 2011 Content-Type: multipart/mixed; boundary="===============1636955011270026530==" MIME-Version: 1.0 From: do-not-reply at jboss.org To: hornetq-commits at lists.jboss.org Subject: [hornetq-commits] JBoss hornetq SVN: r11704 - trunk/hornetq-core/src/main/java/org/hornetq/core/persistence/impl/journal. Date: Fri, 18 Nov 2011 05:45:54 -0500 Message-ID: <201111181045.pAIAjsgR031257@svn01.web.mwc.hst.phx2.redhat.com> --===============1636955011270026530== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: borges Date: 2011-11-18 05:45:54 -0500 (Fri, 18 Nov 2011) New Revision: 11704 Modified: trunk/hornetq-core/src/main/java/org/hornetq/core/persistence/impl/journ= al/JournalStorageManager.java Log: Add Javadoc documenting class' purpose Modified: trunk/hornetq-core/src/main/java/org/hornetq/core/persistence/imp= l/journal/JournalStorageManager.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/hornetq-core/src/main/java/org/hornetq/core/persistence/impl/jour= nal/JournalStorageManager.java 2011-11-18 10:45:41 UTC (rev 11703) +++ trunk/hornetq-core/src/main/java/org/hornetq/core/persistence/impl/jour= nal/JournalStorageManager.java 2011-11-18 10:45:54 UTC (rev 11704) @@ -108,13 +108,17 @@ import org.hornetq.utils.XidCodecSupport; = /** - * - * A JournalStorageManager - * + * Controls access to the journals and other storage files such as the one= s used to store pages and + * large messages. This class must control writing of any non-transient da= ta, as it is the key point + * for synchronizing a replicating backup server. + *
+ * Notice that, turning on and off replication (on the live server side) i= s _mostly_ a matter of + * using {@link ReplicatedJournal}s instead of regular {@link JournalImpl}= , and sync the existing + * data. + *
* @author Tim Fox * @author Clebert Suconic<= /a> * @author Jeff Mesnil - * */ public class JournalStorageManager implements StorageManager { --===============1636955011270026530==--