You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ps...@apache.org on 2003/11/30 06:16:47 UTC

cvs commit: jakarta-commons-sandbox/naming/factory/src/java/org/apache/commons/naming/factory TyrexFactory.java TyrexResourceFactory.java TyrexTransactionFactory.java

psteitz     2003/11/29 21:16:47

  Modified:    naming/factory/src/java/org/apache/commons/naming/factory
                        TyrexFactory.java TyrexResourceFactory.java
                        TyrexTransactionFactory.java
  Log:
  Javadoc.
  
  Revision  Changes    Path
  1.3       +9 -9      jakarta-commons-sandbox/naming/factory/src/java/org/apache/commons/naming/factory/TyrexFactory.java
  
  Index: TyrexFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/naming/factory/src/java/org/apache/commons/naming/factory/TyrexFactory.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TyrexFactory.java	13 Oct 2003 08:15:11 -0000	1.2
  +++ TyrexFactory.java	30 Nov 2003 05:16:47 -0000	1.3
  @@ -73,14 +73,14 @@
   import tyrex.tm.RecoveryException;
   
   /**
  - * Abstract superclass of any factory that creates objects from Tyrex.<br>
  - *
  + * Abstract superclass of any factory that creates objects from Tyrex.
  + * <p>
    * Subclasses can use getTransactionDomain() to handle the retrieval and
  - * creation of the TransactionDomain.
  - *
  + * creation of the TransactionDomain.</p>
  + * <p>
    * Tyrex is an open-source transaction manager, developed by Assaf Arkin and
    * exolab.org. See the <a href="http://tyrex.exolab.org/">Tyrex homepage</a>
  - * for more details about Tyrex and downloads.
  + * for more details about Tyrex and downloads.</p>
    *
    * @author David Haraburda
    * @version $Revision$ $Date$
  
  
  
  1.3       +9 -9      jakarta-commons-sandbox/naming/factory/src/java/org/apache/commons/naming/factory/TyrexResourceFactory.java
  
  Index: TyrexResourceFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/naming/factory/src/java/org/apache/commons/naming/factory/TyrexResourceFactory.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TyrexResourceFactory.java	13 Oct 2003 08:15:11 -0000	1.2
  +++ TyrexResourceFactory.java	30 Nov 2003 05:16:47 -0000	1.3
  @@ -79,15 +79,15 @@
   import tyrex.resource.ResourceConfig;
   
   /**
  - * Object factory for Tyrex Resources.<br>
  - *
  + * Object factory for Tyrex Resources.
  + * <p>
    * This class retrieves Tyrex resources that are configured in the
    * TransactionDomain.  The type of Resource returned is specified in
  - * Tyrex's domain configuration file.
  - *
  + * Tyrex's domain configuration file.</p>
  + * <p>
    * Tyrex is an open-source transaction manager, developed by Assaf Arkin and
    * exolab.org. See the <a href="http://tyrex.exolab.org/">Tyrex homepage</a>
  - * for more details about Tyrex and downloads.
  + * for more details about Tyrex and downloads.</p>
    *
    * @author David Haraburda
    * @version $Revision$ $Date$
  
  
  
  1.3       +7 -6      jakarta-commons-sandbox/naming/factory/src/java/org/apache/commons/naming/factory/TyrexTransactionFactory.java
  
  Index: TyrexTransactionFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/naming/factory/src/java/org/apache/commons/naming/factory/TyrexTransactionFactory.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TyrexTransactionFactory.java	13 Oct 2003 08:15:11 -0000	1.2
  +++ TyrexTransactionFactory.java	30 Nov 2003 05:16:47 -0000	1.3
  @@ -79,10 +79,11 @@
   import tyrex.tm.TransactionDomain;
   
   /**
  - * Object factory for Tyrex User transactions.<br>
  + * Object factory for Tyrex User transactions.
  + * <p>
    * Tyrex is an open-source transaction manager, developed by Assaf Arkin and
    * exolab.org. See the <a href="http://tyrex.exolab.org/">Tyrex homepage</a>
  - * for more details about Tyrex and downloads.
  + * for more details about Tyrex and downloads.</p>
    * 
    * @author David Haraburda
    * @author Remy Maucherat
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org