From df7d7981b56a4560c95ea7e9b194080e93398ecf Mon Sep 17 00:00:00 2001 From: Matt Windsor Date: Mon, 21 Mar 2011 21:54:31 +0000 Subject: GREAT PACKAGE RESHUFFLE: Everything is now organised into frontend, backend and common (to frontend and backend) packages. Things may have been broken. Doc refresh. --- doc/serialized-form.html | 506 ++++++++++++++++++++++++----------------------- 1 file changed, 261 insertions(+), 245 deletions(-) (limited to 'doc/serialized-form.html') diff --git a/doc/serialized-form.html b/doc/serialized-form.html index a9a17a3..6bedf5f 100644 --- a/doc/serialized-form.html +++ b/doc/serialized-form.html @@ -2,7 +2,7 @@ - + Serialized Form @@ -88,16 +88,16 @@ Serialized Form +Packageuk.org.ury.backend.database.exceptions
-Package uk.org.ury.database.exceptions

- + +Class uk.org.ury.backend.database.exceptions.ConnectionFailureException extends java.lang.Exception implements Serializable
-Class uk.org.ury.database.exceptions.ConnectionFailureException extends java.lang.Exception implements Serializable
@@ -107,11 +107,11 @@ Serialized Form

- + +Class uk.org.ury.backend.database.exceptions.MissingCredentialsException extends java.lang.Exception implements Serializable
-Class uk.org.ury.database.exceptions.MissingCredentialsException extends java.lang.Exception implements Serializable
@@ -121,11 +121,11 @@ Serialized Form

- + +Class uk.org.ury.backend.database.exceptions.MissingPropertyException extends java.lang.Exception implements Serializable
-Class uk.org.ury.database.exceptions.MissingPropertyException extends java.lang.Exception implements Serializable
@@ -135,11 +135,11 @@ Serialized Form

- + +Class uk.org.ury.backend.database.exceptions.QueryFailureException extends java.lang.Exception implements Serializable
-Class uk.org.ury.database.exceptions.QueryFailureException extends java.lang.Exception implements Serializable
@@ -149,6 +149,208 @@ Serialized Form


+ + + + +
+Package uk.org.ury.backend.server.exceptions
+ +

+ + + + + +
+Class uk.org.ury.backend.server.exceptions.BadRequestException extends HandlingException implements Serializable
+ +

+serialVersionUID: 1825771401085225357L + +

+ +

+ + + + + +
+Class uk.org.ury.backend.server.exceptions.HandleFailureException extends HandlingException implements Serializable
+ +

+serialVersionUID: -397479334359858162L + +

+ +

+ + + + + +
+Class uk.org.ury.backend.server.exceptions.HandlerNotFoundException extends HandlingException implements Serializable
+ +

+serialVersionUID: -397479334359858162L + +

+ +

+ + + + + +
+Class uk.org.ury.backend.server.exceptions.HandlerSetupFailureException extends HandlingException implements Serializable
+ +

+serialVersionUID: -397479334359858162L + +

+ +

+ + + + + +
+Class uk.org.ury.backend.server.exceptions.HandlingException extends java.lang.Exception implements Serializable
+ +

+serialVersionUID: -397479334359858162L + +

+ +

+ + + + + +
+Class uk.org.ury.backend.server.exceptions.NotAHandlerException extends HandlingException implements Serializable
+ +

+serialVersionUID: -7268289187311868036L + +

+ +

+ + + + + +
+Class uk.org.ury.backend.server.exceptions.UnknownFunctionException extends HandlingException implements Serializable
+ +

+serialVersionUID: -7557785978712465975L + +

+


+ + + + + +
+Package uk.org.ury.common.library.exceptions
+ +

+ + + + + +
+Class uk.org.ury.common.library.exceptions.EmptySearchException extends java.lang.Exception implements Serializable
+ +

+serialVersionUID: -397479334359858162L + +

+


+ + + + + +
+Package uk.org.ury.common.protocol.exceptions
+ +

+ + + + + +
+Class uk.org.ury.common.protocol.exceptions.DecodeFailureException extends java.lang.Exception implements Serializable
+ +

+serialVersionUID: -3972492943653273528L + +

+ +

+ + + + + +
+Class uk.org.ury.common.protocol.exceptions.InvalidMessageException extends java.lang.Exception implements Serializable
+ +

+serialVersionUID: -3972492943653273528L + +

+


+ + + + + +
+Package uk.org.ury.common.show
+ +

+ + + + + +
+Class uk.org.ury.common.show.ShowChannel extends javax.swing.AbstractListModel implements Serializable
+ +

+serialVersionUID: -4651104185166068150L + +

+ + + + + +
+Serialized Fields
+ +

+items

+
+java.util.List<E> items
+
+
+
+
+
+
@@ -413,35 +615,43 @@ master +Packageuk.org.ury.frontend.cpanels.menu
-Package uk.org.ury.frontend.exceptions

- + +Class uk.org.ury.frontend.cpanels.menu.DemoControlPanel extends FrontendControlPanel implements Serializable
-Class uk.org.ury.frontend.exceptions.LoadFailureException extends java.lang.Exception implements Serializable

-serialVersionUID: -7353531873142099828L +serialVersionUID: 7558888612002013312L

+


+ + + + + +
+Package uk.org.ury.frontend.cpanels.show

- + +Class uk.org.ury.frontend.cpanels.show.LibraryControlPanel extends FrontendControlPanel implements Serializable
-Class uk.org.ury.frontend.exceptions.UICreationFailureException extends java.lang.Exception implements Serializable

-serialVersionUID: -7353531873142099828L +serialVersionUID: -4260057656619439704L


@@ -449,21 +659,35 @@ master +Packageuk.org.ury.frontend.exceptions
-Package uk.org.ury.library.exceptions

- + +Class uk.org.ury.frontend.exceptions.LoadFailureException extends java.lang.Exception implements Serializable
-Class uk.org.ury.library.exceptions.EmptySearchException extends java.lang.Exception implements Serializable

-serialVersionUID: -397479334359858162L +serialVersionUID: -7353531873142099828L + +

+ +

+ + + + + +
+Class uk.org.ury.frontend.exceptions.UICreationFailureException extends java.lang.Exception implements Serializable
+ +

+serialVersionUID: -7353531873142099828L


@@ -471,16 +695,16 @@ master +Packageuk.org.ury.frontend.modules.library
-Package uk.org.ury.library.viewer

- + +Class uk.org.ury.frontend.modules.library.LibraryTableModel extends javax.swing.table.AbstractTableModel implements Serializable
-Class uk.org.ury.library.viewer.LibraryTableModel extends javax.swing.table.AbstractTableModel implements Serializable
@@ -506,11 +730,11 @@ java.util.List<E> data

- + +Class uk.org.ury.frontend.modules.library.LibraryViewerPanel extends FrontendModulePanel implements Serializable
-Class uk.org.ury.library.viewer.LibraryViewerPanel extends FrontendModulePanel implements Serializable
@@ -638,196 +862,38 @@ java.util.ResourceBundle rb - -
-Package uk.org.ury.protocol.exceptions
- -

- - - - - -
-Class uk.org.ury.protocol.exceptions.DecodeFailureException extends java.lang.Exception implements Serializable
- -

-serialVersionUID: -3972492943653273528L - -

- -

- - - - - -
-Class uk.org.ury.protocol.exceptions.InvalidMessageException extends java.lang.Exception implements Serializable
- -

-serialVersionUID: -3972492943653273528L - -

-


- - - - +Packageuk.org.ury.frontend.modules.menu
-Package uk.org.ury.server.exceptions

- + +Class uk.org.ury.frontend.modules.menu.DemoMenuPanel extends FrontendModulePanel implements Serializable
-Class uk.org.ury.server.exceptions.BadRequestException extends HandlingException implements Serializable

-serialVersionUID: 1825771401085225357L - -

- -

- - - - - -
-Class uk.org.ury.server.exceptions.HandleFailureException extends HandlingException implements Serializable
- -

-serialVersionUID: -397479334359858162L - -

- -

- - - - - -
-Class uk.org.ury.server.exceptions.HandlerNotFoundException extends HandlingException implements Serializable
- -

-serialVersionUID: -397479334359858162L - -

- -

- - - - - -
-Class uk.org.ury.server.exceptions.HandlerSetupFailureException extends HandlingException implements Serializable
- -

-serialVersionUID: -397479334359858162L - -

- -

- - - - - -
-Class uk.org.ury.server.exceptions.HandlingException extends java.lang.Exception implements Serializable
- -

-serialVersionUID: -397479334359858162L - -

- -

- - - - - -
-Class uk.org.ury.server.exceptions.NotAHandlerException extends HandlingException implements Serializable
- -

-serialVersionUID: -7268289187311868036L - -

- -

- - - - - -
-Class uk.org.ury.server.exceptions.UnknownFunctionException extends HandlingException implements Serializable
- -

-serialVersionUID: -7557785978712465975L - -

-


- - - - - -
-Package uk.org.ury.show
- -

- - - - - -
-Class uk.org.ury.show.ShowChannel extends javax.swing.AbstractListModel implements Serializable
- -

-serialVersionUID: -4651104185166068150L +serialVersionUID: 5268978856289909262L

- - - - - -
-Serialized Fields
- -

-items

-
-java.util.List<E> items
-
-
-
-

+Packageuk.org.ury.frontend.modules.show
-Package uk.org.ury.show.viewer

- + +Class uk.org.ury.frontend.modules.show.ChannelPanel extends FrontendPanel implements Serializable
-Class uk.org.ury.show.viewer.ChannelPanel extends FrontendPanel implements Serializable
@@ -889,25 +955,11 @@ javax.swing.JButton stopButton

- + - -
-Class uk.org.ury.show.viewer.LibraryControlPanel extends FrontendControlPanel implements Serializable
- -

-serialVersionUID: -4260057656619439704L - -

- -

- - - - +Class uk.org.ury.frontend.modules.show.ShowViewerPanel extends FrontendModulePanel implements Serializable
-Class uk.org.ury.show.viewer.ShowViewerPanel extends FrontendModulePanel implements Serializable
@@ -942,11 +994,11 @@ javax.swing.JPanel binGroupPanel

- + +Class uk.org.ury.frontend.modules.show.TrackBin extends FrontendPanel implements Serializable
-Class uk.org.ury.show.viewer.TrackBin extends FrontendPanel implements Serializable
@@ -970,42 +1022,6 @@ javax.swing.JLabel binName

-
- - - - - -
-Package uk.org.ury.testrig
- -

- - - - - -
-Class uk.org.ury.testrig.DemoControlPanel extends FrontendControlPanel implements Serializable
- -

-serialVersionUID: 7558888612002013312L - -

- -

- - - - - -
-Class uk.org.ury.testrig.DemoMenuPanel extends FrontendModulePanel implements Serializable
- -

-serialVersionUID: 5268978856289909262L - -


-- cgit v1.2.3