You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by vg...@apache.org on 2004/02/12 14:11:06 UTC

cvs commit: xml-xindice/java/src/org/apache/xindice/client/xmldb/xmlrpc package.html DatabaseImpl.java

vgritsenko    2004/02/12 05:11:06

  Modified:    java/src/org/apache/xindice/client/xmldb/resources
                        package.html
               java/src/org/apache/xindice/client/xmldb/xmlrpc
                        DatabaseImpl.java
  Added:       java/src/org/apache/xindice/client/xmldb/embed package.html
               java/src/org/apache/xindice/client/xmldb/managed
                        package.html
               java/src/org/apache/xindice/client/xmldb/xmlrpc package.html
  Log:
  Add packages javadoc
  
  Revision  Changes    Path
  1.1                  xml-xindice/java/src/org/apache/xindice/client/xmldb/embed/package.html
  
  Index: package.html
  ===================================================================
  <html>
    <title>Xindice Embedded Driver</title>
    <body>
      <p>Xindice Embedded Driver implements the XML:DB client API.</p>
   </body>
  </html>
  
  
  
  
  
  1.1                  xml-xindice/java/src/org/apache/xindice/client/xmldb/managed/package.html
  
  Index: package.html
  ===================================================================
  <html>
    <title>Xindice Managed Driver</title>
    <body>
      <p>Xindice Managed Driver implements the XML:DB client API.</p>
   </body>
  </html>
  
  
  
  
  
  1.2       +1 -1      xml-xindice/java/src/org/apache/xindice/client/xmldb/resources/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/xml-xindice/java/src/org/apache/xindice/client/xmldb/resources/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html	6 Dec 2001 19:33:54 -0000	1.1
  +++ package.html	12 Feb 2004 13:11:06 -0000	1.2
  @@ -1,7 +1,7 @@
   <html>
     <title>XML:DB API Resource Implementations.</title>
     <body>
  -    <p>Implements the XMLResource type from the XML:DB API.</p>
  +    <p>Implements the XMLResource and BinaryResource interfaces from the XML:DB API.</p>
    </body>
   </html>
   
  
  
  
  1.21      +3 -3      xml-xindice/java/src/org/apache/xindice/client/xmldb/xmlrpc/DatabaseImpl.java
  
  Index: DatabaseImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xindice/java/src/org/apache/xindice/client/xmldb/xmlrpc/DatabaseImpl.java,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- DatabaseImpl.java	8 Feb 2004 02:43:02 -0000	1.20
  +++ DatabaseImpl.java	12 Feb 2004 13:11:06 -0000	1.21
  @@ -136,7 +136,7 @@
        *         class could not be loaded
        */
       private void initialize() throws XMLDBException {
  -        synchronized(getClass()) {
  +        synchronized (getClass()) {
               if (!xmlRpcInitialized) {
                   XmlRpc.setEncoding("UTF8");
                   XmlRpc.setKeepAlive(true);
  
  
  
  1.1                  xml-xindice/java/src/org/apache/xindice/client/xmldb/xmlrpc/package.html
  
  Index: package.html
  ===================================================================
  <html>
    <title>Xindice XML-RPC Driver</title>
    <body>
      <p>Xindice XML-RPC Driver implements the XML:DB client API.</p>
   </body>
  </html>