From cee53b021632c95f1b4882664a31ca639a9b0700 Mon Sep 17 00:00:00 2001 From: Matt Windsor Date: Sun, 20 Mar 2011 16:38:51 +0000 Subject: Rewrite of server to use HttpCore example code; beginning of code reformat from GNU style to Java conventions. Code now includes Apache license code. --- .../exceptions/ConnectionFailureException.html | 4 +-- .../exceptions/MissingCredentialsException.html | 4 +-- .../exceptions/MissingPropertyException.html | 4 +-- .../database/exceptions/QueryFailureException.html | 4 +-- .../class-use/ConnectionFailureException.html | 33 +++++++++++++++++-- .../class-use/MissingCredentialsException.html | 33 +++++++++++++++++-- .../class-use/MissingPropertyException.html | 4 +-- .../class-use/QueryFailureException.html | 37 +++------------------- .../org/ury/database/exceptions/package-frame.html | 4 +-- .../ury/database/exceptions/package-summary.html | 4 +-- .../org/ury/database/exceptions/package-tree.html | 4 +-- .../org/ury/database/exceptions/package-use.html | 24 +++++++++----- 12 files changed, 98 insertions(+), 61 deletions(-) (limited to 'doc/uk/org/ury/database/exceptions') diff --git a/doc/uk/org/ury/database/exceptions/ConnectionFailureException.html b/doc/uk/org/ury/database/exceptions/ConnectionFailureException.html index d0cd1f3..66133bf 100644 --- a/doc/uk/org/ury/database/exceptions/ConnectionFailureException.html +++ b/doc/uk/org/ury/database/exceptions/ConnectionFailureException.html @@ -2,12 +2,12 @@ - + ConnectionFailureException - + diff --git a/doc/uk/org/ury/database/exceptions/MissingCredentialsException.html b/doc/uk/org/ury/database/exceptions/MissingCredentialsException.html index 4d22eed..9c54154 100644 --- a/doc/uk/org/ury/database/exceptions/MissingCredentialsException.html +++ b/doc/uk/org/ury/database/exceptions/MissingCredentialsException.html @@ -2,12 +2,12 @@ - + MissingCredentialsException - + diff --git a/doc/uk/org/ury/database/exceptions/MissingPropertyException.html b/doc/uk/org/ury/database/exceptions/MissingPropertyException.html index 5cab21d..b31fb44 100644 --- a/doc/uk/org/ury/database/exceptions/MissingPropertyException.html +++ b/doc/uk/org/ury/database/exceptions/MissingPropertyException.html @@ -2,12 +2,12 @@ - + MissingPropertyException - + diff --git a/doc/uk/org/ury/database/exceptions/QueryFailureException.html b/doc/uk/org/ury/database/exceptions/QueryFailureException.html index 91bd6b3..ecb2a3b 100644 --- a/doc/uk/org/ury/database/exceptions/QueryFailureException.html +++ b/doc/uk/org/ury/database/exceptions/QueryFailureException.html @@ -2,12 +2,12 @@ - + QueryFailureException - + diff --git a/doc/uk/org/ury/database/exceptions/class-use/ConnectionFailureException.html b/doc/uk/org/ury/database/exceptions/class-use/ConnectionFailureException.html index f1e49c6..ea4b6e8 100644 --- a/doc/uk/org/ury/database/exceptions/class-use/ConnectionFailureException.html +++ b/doc/uk/org/ury/database/exceptions/class-use/ConnectionFailureException.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.database.exceptions.ConnectionFailureException - + @@ -93,6 +93,10 @@ Packages that use uk.org.ury.database    + +uk.org.ury.server +   +  

@@ -120,6 +124,31 @@ Uses of + + + + +
+Uses of ConnectionFailureException in uk.org.ury.server
+  +

+ + + + + + + + + +
Methods in uk.org.ury.server that throw ConnectionFailureException
+ DatabaseDriverServer.getDatabaseConnection(UserClass userClass) + +
+          Get a database connection using the given user class.
+  +


diff --git a/doc/uk/org/ury/database/exceptions/class-use/MissingCredentialsException.html b/doc/uk/org/ury/database/exceptions/class-use/MissingCredentialsException.html index 25e5d29..c622c6e 100644 --- a/doc/uk/org/ury/database/exceptions/class-use/MissingCredentialsException.html +++ b/doc/uk/org/ury/database/exceptions/class-use/MissingCredentialsException.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.database.exceptions.MissingCredentialsException - + @@ -97,6 +97,10 @@ Packages that use uk.org.ury.database    + +uk.org.ury.server +   +  

@@ -147,6 +151,31 @@ Uses of + + + + +
+Uses of MissingCredentialsException in uk.org.ury.server
+  +

+ + + + + + + + + +
Methods in uk.org.ury.server that throw MissingCredentialsException
+ DatabaseDriverServer.getDatabaseConnection(UserClass userClass) + +
+          Get a database connection using the given user class.
+  +


diff --git a/doc/uk/org/ury/database/exceptions/class-use/MissingPropertyException.html b/doc/uk/org/ury/database/exceptions/class-use/MissingPropertyException.html index 208c82b..98d49a6 100644 --- a/doc/uk/org/ury/database/exceptions/class-use/MissingPropertyException.html +++ b/doc/uk/org/ury/database/exceptions/class-use/MissingPropertyException.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.database.exceptions.MissingPropertyException - + diff --git a/doc/uk/org/ury/database/exceptions/class-use/QueryFailureException.html b/doc/uk/org/ury/database/exceptions/class-use/QueryFailureException.html index c65f23b..80e07cc 100644 --- a/doc/uk/org/ury/database/exceptions/class-use/QueryFailureException.html +++ b/doc/uk/org/ury/database/exceptions/class-use/QueryFailureException.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.database.exceptions.QueryFailureException - + @@ -94,10 +94,6 @@ Packages that use -uk.org.ury.library.viewer -   - - uk.org.ury.show    @@ -124,7 +120,7 @@ Uses of -static java.util.List<LibraryItem> +static java.util.List<LibraryItem> LibraryUtils.search(DatabaseDriver db, java.lang.String search) @@ -134,31 +130,6 @@ Uses of - - - - -
-Uses of QueryFailureException in uk.org.ury.library.viewer
-  -

- - - - - - - - - -
Methods in uk.org.ury.library.viewer that throw QueryFailureException
- voidLibraryViewer.doSearch(java.lang.String search) - -
-          Do a library search.
-  -

@@ -175,7 +146,7 @@ Uses of +static java.util.List<ShowItem> + @@ -180,18 +180,26 @@ Classes in +
-static java.util.List<ShowItem> ShowUtils.getChannelList(DatabaseDriver db, int showID, int channel) diff --git a/doc/uk/org/ury/database/exceptions/package-frame.html b/doc/uk/org/ury/database/exceptions/package-frame.html index efb585b..e04436e 100644 --- a/doc/uk/org/ury/database/exceptions/package-frame.html +++ b/doc/uk/org/ury/database/exceptions/package-frame.html @@ -2,12 +2,12 @@ - + uk.org.ury.database.exceptions - + diff --git a/doc/uk/org/ury/database/exceptions/package-summary.html b/doc/uk/org/ury/database/exceptions/package-summary.html index bc46e69..cf790ff 100644 --- a/doc/uk/org/ury/database/exceptions/package-summary.html +++ b/doc/uk/org/ury/database/exceptions/package-summary.html @@ -2,12 +2,12 @@ - + uk.org.ury.database.exceptions - + diff --git a/doc/uk/org/ury/database/exceptions/package-tree.html b/doc/uk/org/ury/database/exceptions/package-tree.html index 4f22c0e..6db51a7 100644 --- a/doc/uk/org/ury/database/exceptions/package-tree.html +++ b/doc/uk/org/ury/database/exceptions/package-tree.html @@ -2,12 +2,12 @@ - + uk.org.ury.database.exceptions Class Hierarchy - + diff --git a/doc/uk/org/ury/database/exceptions/package-use.html b/doc/uk/org/ury/database/exceptions/package-use.html index a142814..881f707 100644 --- a/doc/uk/org/ury/database/exceptions/package-use.html +++ b/doc/uk/org/ury/database/exceptions/package-use.html @@ -2,12 +2,12 @@ - + Uses of Package uk.org.ury.database.exceptions - + @@ -102,7 +102,7 @@ Packages that use -uk.org.ury.library.vieweruk.org.ury.server   
+Classes in uk.org.ury.database.exceptions used by uk.org.ury.server - +          Exception thrown when the database backend fails to connect to + the database server, in absence of a more specific exception. + + +
-Classes in uk.org.ury.database.exceptions used by uk.org.ury.library.viewer
QueryFailureException +ConnectionFailureException
-          Exception thrown when the database backend fails to execute - a query.
MissingCredentialsException + +
+          Exception thrown when the database credentials required to + log into the URY database under a user class are missing, + and thus the log-in cannot continue.
  -- cgit v1.2.3