Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2C897200BE8 for ; Fri, 23 Dec 2016 19:43:17 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2B34D160B0C; Fri, 23 Dec 2016 18:43:17 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B7F0E160B37 for ; Fri, 23 Dec 2016 19:43:15 +0100 (CET) Received: (qmail 39234 invoked by uid 500); 23 Dec 2016 18:43:14 -0000 Mailing-List: contact commits-help@jena.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jena.apache.org Delivered-To: mailing list commits@jena.apache.org Received: (qmail 39215 invoked by uid 99); 23 Dec 2016 18:43:14 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Dec 2016 18:43:14 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id E586B3A1DBF for ; Fri, 23 Dec 2016 18:43:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1775884 [3/13] - in /jena/site/trunk/content/documentation/javadoc/rdfconnection: ./ org/ org/apache/ org/apache/jena/ org/apache/jena/rdfconnection/ org/apache/jena/rdfconnection/class-use/ org/apache/jena/rdfconnection/examples/ org/apac... Date: Fri, 23 Dec 2016 18:43:12 -0000 To: commits@jena.apache.org From: andy@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20161223184313.E586B3A1DBF@svn01-us-west.apache.org> archived-at: Fri, 23 Dec 2016 18:43:17 -0000 Added: jena/site/trunk/content/documentation/javadoc/rdfconnection/org/apache/jena/rdfconnection/Isolation.html URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/javadoc/rdfconnection/org/apache/jena/rdfconnection/Isolation.html?rev=1775884&view=auto ============================================================================== --- jena/site/trunk/content/documentation/javadoc/rdfconnection/org/apache/jena/rdfconnection/Isolation.html (added) +++ jena/site/trunk/content/documentation/javadoc/rdfconnection/org/apache/jena/rdfconnection/Isolation.html Fri Dec 23 18:43:12 2016 @@ -0,0 +1,355 @@ + + + + + + +Isolation (Apache Jena RDF Connection) + + + + + + + + + + + + +
+
org.apache.jena.rdfconnection
+

Enum Isolation

+
+
+ +
+ +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static Isolation[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (Isolation c : Isolation.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static Isolation valueOf(String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        IllegalArgumentException - if this enum type has no constant with the specified name
        +
        NullPointerException - if the argument is null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Licenced under the Apache License, Version 2.0

+ + Added: jena/site/trunk/content/documentation/javadoc/rdfconnection/org/apache/jena/rdfconnection/JenaConnectionException.html URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/javadoc/rdfconnection/org/apache/jena/rdfconnection/JenaConnectionException.html?rev=1775884&view=auto ============================================================================== --- jena/site/trunk/content/documentation/javadoc/rdfconnection/org/apache/jena/rdfconnection/JenaConnectionException.html (added) +++ jena/site/trunk/content/documentation/javadoc/rdfconnection/org/apache/jena/rdfconnection/JenaConnectionException.html Fri Dec 23 18:43:12 2016 @@ -0,0 +1,313 @@ + + + + + + +JenaConnectionException (Apache Jena RDF Connection) + + + + + + + + + + + + +
+
org.apache.jena.rdfconnection
+

Class JenaConnectionException

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        JenaConnectionException

        +
        public JenaConnectionException()
        +
      • +
      + + + +
        +
      • +

        JenaConnectionException

        +
        public JenaConnectionException(String message)
        +
      • +
      + + + +
        +
      • +

        JenaConnectionException

        +
        public JenaConnectionException(Throwable cause)
        +
      • +
      + + + +
        +
      • +

        JenaConnectionException

        +
        public JenaConnectionException(String message,
        +                               Throwable cause)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Licenced under the Apache License, Version 2.0

+ +