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. --- doc/serialized-form.html | 357 ++++++++++++++++++++++++----------------------- 1 file changed, 180 insertions(+), 177 deletions(-) (limited to 'doc/serialized-form.html') diff --git a/doc/serialized-form.html b/doc/serialized-form.html index b98d4ce..119b4c6 100644 --- a/doc/serialized-form.html +++ b/doc/serialized-form.html @@ -2,12 +2,12 @@ - + Serialized Form - + @@ -157,25 +157,11 @@ Serialized Form

- + - -
-Class uk.org.ury.frontend.AbstractFrontendModule extends javax.swing.JApplet implements Serializable
- -

-serialVersionUID: 5309585577127763538L - -

- -

- - - - +Class uk.org.ury.frontend.FrontendApplet extends javax.swing.JApplet implements Serializable
-Class uk.org.ury.frontend.FrontendAppletPanel extends javax.swing.JFrame implements Serializable
@@ -191,15 +177,6 @@ Serialized Form -

-banner

-
-FrontendBanner banner
-
-
-
-
-

child

@@ -441,11 +418,11 @@ master
 
 
 

- + +Class uk.org.ury.frontend.exceptions.LoadFailureException extends java.lang.Exception implements Serializable
-Class uk.org.ury.frontend.exceptions.UICreationFailureException extends java.lang.Exception implements Serializable
@@ -453,44 +430,20 @@ master serialVersionUID: -7353531873142099828L

-


- - - - - -
-Package uk.org.ury.library

- + +Class uk.org.ury.frontend.exceptions.UICreationFailureException extends java.lang.Exception implements Serializable
-Class uk.org.ury.library.LibraryTableModel extends javax.swing.table.AbstractTableModel implements Serializable

-serialVersionUID: -1744980619128903509L +serialVersionUID: -7353531873142099828L

- - - - - -
-Serialized Fields
- -

-data

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

@@ -523,16 +476,16 @@ java.util.List<E> data

- + +Class uk.org.ury.library.viewer.LibraryTableModel extends javax.swing.table.AbstractTableModel implements Serializable
-Class uk.org.ury.library.viewer.LibraryViewer extends AbstractFrontendModule implements Serializable

-serialVersionUID: -2782366476480563739L +serialVersionUID: -1744980619128903509L

@@ -544,36 +497,9 @@ java.util.List<E> data

-dd

-
-DatabaseDriver dd
-
-
-
-
-
-

-libraryList

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

-panel

-
-LibraryViewerPanel panel
-
-
-
-
-
-

-config

+data
-ConfigReader config
+java.util.List<E> data
@@ -646,6 +572,15 @@ javax.swing.JPanel searchingPanel

+searchingLabel

+
+javax.swing.JLabel searchingLabel
+
+
+
+
+
+

searchField

 javax.swing.JTextField searchField
@@ -664,6 +599,24 @@ javax.swing.JButton searchButton

+searchForLabel

+
+javax.swing.JLabel searchForLabel
+
+
+
+
+
+

+hint

+
+HintField hint
+
+
+
+
+
+

searchFailureMessage

 java.lang.String searchFailureMessage
@@ -671,6 +624,143 @@ java.lang.String searchFailureMessage
+
+

+rb

+
+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 + +

+


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

+ + + + + +
+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 + +


@@ -723,7 +813,7 @@ java.util.List<E> items
+Class uk.org.ury.show.viewer.ChannelPanel extends FrontendPanel implements Serializable
-Class uk.org.ury.show.viewer.ChannelPanel extends javax.swing.JPanel implements Serializable
@@ -798,63 +888,6 @@ javax.swing.JButton stopButton

-

- - - - - -
-Class uk.org.ury.show.viewer.ShowViewer extends AbstractFrontendModule implements Serializable
- -

-serialVersionUID: -2782366476480563739L - -

- - - - - -
-Serialized Fields
- -

-dd

-
-DatabaseDriver dd
-
-
-
-
-
-

-channels

-
-ShowChannel[] channels
-
-
-
-
-
-

-panel

-
-ShowViewerPanel panel
-
-
-
-
-
-

-config

-
-ConfigReader config
-
-
-
-
-

@@ -899,7 +932,7 @@ javax.swing.JPanel binGroupPanel
+Class uk.org.ury.show.viewer.TrackBin extends FrontendPanel implements Serializable
-Class uk.org.ury.show.viewer.TrackBin extends javax.swing.JPanel implements Serializable
@@ -946,36 +979,6 @@ javax.swing.JLabel binName

-

- - - - - -
-Class uk.org.ury.testrig.DemoMenu extends javax.swing.JApplet implements Serializable
- -

-serialVersionUID: -5264235507636809476L - -

- - - - - -
-Serialized Fields
- -

-master

-
-FrontendMaster master
-
-
-
-
-

-- cgit v1.2.3