Return-Path: X-Original-To: apmail-archiva-commits-archive@www.apache.org Delivered-To: apmail-archiva-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5E075DBDA for ; Wed, 29 Aug 2012 13:38:43 +0000 (UTC) Received: (qmail 80638 invoked by uid 500); 29 Aug 2012 13:38:43 -0000 Delivered-To: apmail-archiva-commits-archive@archiva.apache.org Received: (qmail 80548 invoked by uid 500); 29 Aug 2012 13:38:43 -0000 Mailing-List: contact commits-help@archiva.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@archiva.apache.org Delivered-To: mailing list commits@archiva.apache.org Received: (qmail 80533 invoked by uid 99); 29 Aug 2012 13:38:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Aug 2012 13:38:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Aug 2012 13:38:05 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 813E22388C73 for ; Wed, 29 Aug 2012 13:36:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1378545 [26/49] - in /archiva/site-content/redback/components: ./ apidocs/ apidocs/assets/ apidocs/assets/images/ apidocs/reference/ apidocs/reference/org/ apidocs/reference/org/apache/ apidocs/reference/org/apache/archiva/ apidocs/referen... Date: Wed, 29 Aug 2012 13:36:08 -0000 To: commits@archiva.apache.org From: olamy@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120829133617.813E22388C73@eris.apache.org> Added: archiva/site-content/redback/components/apidocs/reference/org/apache/archiva/redback/components/jdo/DataSourceConfigurableJdoFactory.html URL: http://svn.apache.org/viewvc/archiva/site-content/redback/components/apidocs/reference/org/apache/archiva/redback/components/jdo/DataSourceConfigurableJdoFactory.html?rev=1378545&view=auto ============================================================================== --- archiva/site-content/redback/components/apidocs/reference/org/apache/archiva/redback/components/jdo/DataSourceConfigurableJdoFactory.html (added) +++ archiva/site-content/redback/components/apidocs/reference/org/apache/archiva/redback/components/jdo/DataSourceConfigurableJdoFactory.html Wed Aug 29 13:36:00 2012 @@ -0,0 +1,1498 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DataSourceConfigurableJdoFactory + + +| Apache Archiva Redback Components + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+
+ + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + +
+
+ + + + +
+ public + + + + class +

DataSourceConfigurableJdoFactory

+ + + + + + + + + extends AbstractConfigurableJdoFactory
+ + + + + + + + + +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
java.lang.Object
   ↳org.apache.archiva.redback.components.jdo.AbstractConfigurableJdoFactory
    ↳org.apache.archiva.redback.components.jdo.DataSourceConfigurableJdoFactory
+ + + + + + + +
+ + + + + + +
+ + + + + + + + + + + + + + + + +
+ + +

Summary

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ [Expand] +
Inherited Fields
+ + From class +org.apache.archiva.redback.components.jdo.AbstractConfigurableJdoFactory +
+ + +
+
+ + + + + + + + + + + + + + + + +
Public Constructors
+ + + + + + + + DataSourceConfigurableJdoFactory() + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Public Methods
+ + + + + + String + + getConnectionFactoryName() + +
+ + + + + + Properties + + getProperties() + +
+ + + + + + String + + getShutdownConnectionFactoryName() + +
+ + + + + + void + + setConnectionFactoryName(String connectionFactoryName) + +
+ + + + + + void + + setShutdownConnectionFactoryName(String shutdownConnectionFactoryName) + +
+ + + + + + void + + shutdown() + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ [Expand] +
Inherited Methods
+ +From class + + org.apache.archiva.redback.components.jdo.AbstractConfigurableJdoFactory + +
+ + +
+
+ +From class + + java.lang.Object + +
+ + +
+
+ +From interface + + org.apache.archiva.redback.components.jdo.ConfigurableJdoFactory + +
+ + +
+
+ +From interface + + org.apache.archiva.redback.components.jdo.JdoFactory + +
+ + +
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +

Public Constructors

+ + + + + +
+

+ + public + + + + + + + DataSourceConfigurableJdoFactory + () +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + + + + + + + + + + +

Public Methods

+ + + + + +
+

+ + public + + + + + String + + getConnectionFactoryName + () +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + +
+

+ + public + + + + + Properties + + getProperties + () +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + +
+

+ + public + + + + + String + + getShutdownConnectionFactoryName + () +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + +
+

+ + public + + + + + void + + setConnectionFactoryName + (String connectionFactoryName) +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + +
+

+ + public + + + + + void + + setShutdownConnectionFactoryName + (String shutdownConnectionFactoryName) +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + +
+

+ + public + + + + + void + + shutdown + () +

+
+
+ +
+ + + +
+
+ +

+
+
Throws
+ + + + +
Exception +
+
+ +
+
+ + + + + + + + + + + + + + +
+ +
+ +
+ + + + + \ No newline at end of file Added: archiva/site-content/redback/components/apidocs/reference/org/apache/archiva/redback/components/jdo/DefaultConfigurableJdoFactory.html URL: http://svn.apache.org/viewvc/archiva/site-content/redback/components/apidocs/reference/org/apache/archiva/redback/components/jdo/DefaultConfigurableJdoFactory.html?rev=1378545&view=auto ============================================================================== --- archiva/site-content/redback/components/apidocs/reference/org/apache/archiva/redback/components/jdo/DefaultConfigurableJdoFactory.html (added) +++ archiva/site-content/redback/components/apidocs/reference/org/apache/archiva/redback/components/jdo/DefaultConfigurableJdoFactory.html Wed Aug 29 13:36:00 2012 @@ -0,0 +1,1691 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DefaultConfigurableJdoFactory + + +| Apache Archiva Redback Components + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+
+ + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + +
+
+ + + + +
+ public + + + + class +

DefaultConfigurableJdoFactory

+ + + + + + + + + extends AbstractConfigurableJdoFactory
+ + + + + + + implements + + ConfigurableJdoFactory + + + + + +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
java.lang.Object
   ↳org.apache.archiva.redback.components.jdo.AbstractConfigurableJdoFactory
    ↳org.apache.archiva.redback.components.jdo.DefaultConfigurableJdoFactory
+ + + + + + + +
+ + + + + + +
+ + + + + + + + + + + + + + + + +
+ + +

Summary

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ [Expand] +
Inherited Fields
+ + From class +org.apache.archiva.redback.components.jdo.AbstractConfigurableJdoFactory +
+ + +
+
+ + + + + + + + + + + + + + + + +
Public Constructors
+ + + + + + + + DefaultConfigurableJdoFactory() + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Public Methods
+ + + + + + String + + getDriverName() + +
+ + + + + + String + + getPassword() + +
+ + + + + + Properties + + getProperties() + +
+ + + + + + String + + getUrl() + +
+ + + + + + String + + getUserName() + +
+ + + + + + void + + setDriverName(String driverName) + +
+ + + + + + void + + setPassword(String password) + +
+ + + + + + void + + setUrl(String url) + +
+ + + + + + void + + setUserName(String userName) + +
+ + + + + + void + + shutdown() + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ [Expand] +
Inherited Methods
+ +From class + + org.apache.archiva.redback.components.jdo.AbstractConfigurableJdoFactory + +
+ + +
+
+ +From class + + java.lang.Object + +
+ + +
+
+ +From interface + + org.apache.archiva.redback.components.jdo.ConfigurableJdoFactory + +
+ + +
+
+ +From interface + + org.apache.archiva.redback.components.jdo.JdoFactory + +
+ + +
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +

Public Constructors

+ + + + + +
+

+ + public + + + + + + + DefaultConfigurableJdoFactory + () +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + + + + + + + + + + +

Public Methods

+ + + + + +
+

+ + public + + + + + String + + getDriverName + () +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + +
+

+ + public + + + + + String + + getPassword + () +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + +
+

+ + public + + + + + Properties + + getProperties + () +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + +
+

+ + public + + + + + String + + getUrl + () +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + +
+

+ + public + + + + + String + + getUserName + () +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + +
+

+ + public + + + + + void + + setDriverName + (String driverName) +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + +
+

+ + public + + + + + void + + setPassword + (String password) +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + +
+

+ + public + + + + + void + + setUrl + (String url) +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + +
+

+ + public + + + + + void + + setUserName + (String userName) +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + +
+

+ + public + + + + + void + + shutdown + () +

+
+
+ +
+ + + +
+
+ +

+
+
Throws
+ + + + +
Exception +
+
+ +
+
+ + + + + + + + + + + + + + +
+ +
+ +
+ + + + + \ No newline at end of file