aboutsummaryrefslogtreecommitdiff
path: root/doc/index-files/index-7.html
diff options
context:
space:
mode:
authorMatt Windsor <mattwindsor@btinternet.com>2011-03-20 16:38:51 +0000
committerMatt Windsor <mattwindsor@btinternet.com>2011-03-20 16:38:51 +0000
commitcee53b021632c95f1b4882664a31ca639a9b0700 (patch)
tree436215d8d67a659f20ca6d911bc4e9b7a23a4675 /doc/index-files/index-7.html
parent0a4133a08038b1d867a78be20dd6afafbd0b09d1 (diff)
Rewrite of server to use HttpCore example code; beginning of code reformat from GNU style to Java conventions. Code now includes Apache license code.
Diffstat (limited to 'doc/index-files/index-7.html')
-rw-r--r--doc/index-files/index-7.html60
1 files changed, 42 insertions, 18 deletions
diff --git a/doc/index-files/index-7.html b/doc/index-files/index-7.html
index f6447e1..6fac977 100644
--- a/doc/index-files/index-7.html
+++ b/doc/index-files/index-7.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:55 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 -->
<TITLE>
G-Index
</TITLE>
-<META NAME="date" CONTENT="2011-03-15">
+<META NAME="date" CONTENT="2011-03-20">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
@@ -78,16 +78,22 @@ function windowTitle()
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR>
+<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
+<DT><A HREF="../uk/org/ury/client/Client.html#get(java.lang.String)"><B>get(String)</B></A> -
+Method in class uk.org.ury.client.<A HREF="../uk/org/ury/client/Client.html" title="class in uk.org.ury.client">Client</A>
+<DD>Get a raw response from the server.
<DT><A HREF="../uk/org/ury/database/DatabaseItem.html#get(E)"><B>get(E)</B></A> -
Method in class uk.org.ury.database.<A HREF="../uk/org/ury/database/DatabaseItem.html" title="class in uk.org.ury.database">DatabaseItem</A>
<DD>Query this item for a property.
<DT><A HREF="../uk/org/ury/show/ShowChannel.html#get(int)"><B>get(int)</B></A> -
Method in class uk.org.ury.show.<A HREF="../uk/org/ury/show/ShowChannel.html" title="class in uk.org.ury.show">ShowChannel</A>
<DD>Retrieve an item from the channel.
+<DT><A HREF="../uk/org/ury/server/ServerProtocol.html#GET_HEADER"><B>GET_HEADER</B></A> -
+Static variable in class uk.org.ury.server.<A HREF="../uk/org/ury/server/ServerProtocol.html" title="class in uk.org.ury.server">ServerProtocol</A>
+<DD>&nbsp;
<DT><A HREF="../uk/org/ury/show/viewer/ShowViewer.html#getBins()"><B>getBins()</B></A> -
Method in class uk.org.ury.show.viewer.<A HREF="../uk/org/ury/show/viewer/ShowViewer.html" title="class in uk.org.ury.show.viewer">ShowViewer</A>
<DD>&nbsp;
@@ -98,24 +104,30 @@ Static method in class uk.org.ury.show.<A HREF="../uk/org/ury/show/ShowUtils.htm
<DT><A HREF="../uk/org/ury/show/viewer/ShowViewer.html#getChannels()"><B>getChannels()</B></A> -
Method in class uk.org.ury.show.viewer.<A HREF="../uk/org/ury/show/viewer/ShowViewer.html" title="class in uk.org.ury.show.viewer">ShowViewer</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/library/LibraryTableModel.html#getColumnClass(int)"><B>getColumnClass(int)</B></A> -
-Method in class uk.org.ury.library.<A HREF="../uk/org/ury/library/LibraryTableModel.html" title="class in uk.org.ury.library">LibraryTableModel</A>
+<DT><A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html#getColumnClass(int)"><B>getColumnClass(int)</B></A> -
+Method in class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html" title="class in uk.org.ury.library.viewer">LibraryTableModel</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/library/LibraryTableModel.html#getColumnCount()"><B>getColumnCount()</B></A> -
-Method in class uk.org.ury.library.<A HREF="../uk/org/ury/library/LibraryTableModel.html" title="class in uk.org.ury.library">LibraryTableModel</A>
+<DT><A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html#getColumnCount()"><B>getColumnCount()</B></A> -
+Method in class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html" title="class in uk.org.ury.library.viewer">LibraryTableModel</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/library/LibraryTableModel.html#getColumnName(int)"><B>getColumnName(int)</B></A> -
-Method in class uk.org.ury.library.<A HREF="../uk/org/ury/library/LibraryTableModel.html" title="class in uk.org.ury.library">LibraryTableModel</A>
+<DT><A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html#getColumnName(int)"><B>getColumnName(int)</B></A> -
+Method in class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html" title="class in uk.org.ury.library.viewer">LibraryTableModel</A>
<DD>&nbsp;
<DT><A HREF="../uk/org/ury/config/ConfigReader.html#getDatabase()"><B>getDatabase()</B></A> -
Method in class uk.org.ury.config.<A HREF="../uk/org/ury/config/ConfigReader.html" title="class in uk.org.ury.config">ConfigReader</A>
<DD>Get the database configuration
+<DT><A HREF="../uk/org/ury/server/Server.html#getDatabaseConnection(uk.org.ury.database.UserClass)"><B>getDatabaseConnection(UserClass)</B></A> -
+Method in class uk.org.ury.server.<A HREF="../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A>
+<DD>Get a database connection using the given user class.
<DT><A HREF="../uk/org/ury/config/Database.html#getDb()"><B>getDb()</B></A> -
Method in class uk.org.ury.config.<A HREF="../uk/org/ury/config/Database.html" title="class in uk.org.ury.config">Database</A>
<DD>Get the name of the database
<DT><A HREF="../uk/org/ury/show/ShowChannel.html#getElementAt(int)"><B>getElementAt(int)</B></A> -
Method in class uk.org.ury.show.<A HREF="../uk/org/ury/show/ShowChannel.html" title="class in uk.org.ury.show">ShowChannel</A>
<DD>List model retrieval wrapper for get.
+<DT><A HREF="../uk/org/ury/library/item/LibraryItemProperty.html#getFromSQL(java.lang.String)"><B>getFromSQL(String)</B></A> -
+Static method in enum uk.org.ury.library.item.<A HREF="../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A>
+<DD>Retrieve a LibraryItemProperty given its SQL identifier.
<DT><A HREF="../uk/org/ury/config/Database.html#getHost()"><B>getHost()</B></A> -
Method in class uk.org.ury.config.<A HREF="../uk/org/ury/config/Database.html" title="class in uk.org.ury.config">Database</A>
<DD>Get the hostname of the database server
@@ -125,16 +137,16 @@ Method in class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/
<DT><A HREF="../uk/org/ury/frontend/FrontendModulePanel.html#getModule()"><B>getModule()</B></A> -
Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A>
<DD>Retrieve the module that this panel is serving as a view into.
-<DT><A HREF="../uk/org/ury/frontend/FrontendModulePanel.html#getName()"><B>getName()</B></A> -
+<DT><A HREF="../uk/org/ury/frontend/FrontendModulePanel.html#getModuleName()"><B>getModuleName()</B></A> -
Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/library/viewer/LibraryViewerPanel.html#getName()"><B>getName()</B></A> -
+<DT><A HREF="../uk/org/ury/library/viewer/LibraryViewerPanel.html#getModuleName()"><B>getModuleName()</B></A> -
Method in class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryViewerPanel.html" title="class in uk.org.ury.library.viewer">LibraryViewerPanel</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/show/viewer/ShowViewerPanel.html#getName()"><B>getName()</B></A> -
+<DT><A HREF="../uk/org/ury/show/viewer/ShowViewerPanel.html#getModuleName()"><B>getModuleName()</B></A> -
Method in class uk.org.ury.show.viewer.<A HREF="../uk/org/ury/show/viewer/ShowViewerPanel.html" title="class in uk.org.ury.show.viewer">ShowViewerPanel</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/testrig/DemoMenuPanel.html#getName()"><B>getName()</B></A> -
+<DT><A HREF="../uk/org/ury/testrig/DemoMenuPanel.html#getModuleName()"><B>getModuleName()</B></A> -
Method in class uk.org.ury.testrig.<A HREF="../uk/org/ury/testrig/DemoMenuPanel.html" title="class in uk.org.ury.testrig">DemoMenuPanel</A>
<DD>&nbsp;
<DT><A HREF="../uk/org/ury/config/Auth.html#getPass()"><B>getPass()</B></A> -
@@ -146,11 +158,20 @@ Method in class uk.org.ury.config.<A HREF="../uk/org/ury/config/Database.html" t
<DT><A HREF="../uk/org/ury/show/ShowUtils.html#getPublicFolders(uk.org.ury.database.DatabaseDriver)"><B>getPublicFolders(DatabaseDriver)</B></A> -
Static method in class uk.org.ury.show.<A HREF="../uk/org/ury/show/ShowUtils.html" title="class in uk.org.ury.show">ShowUtils</A>
<DD>Return the names of the public track folders, or "bins".
+<DT><A HREF="../uk/org/ury/frontend/FrontendApplet.html#getResourceDirectory()"><B>getResourceDirectory()</B></A> -
+Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendApplet.html" title="class in uk.org.ury.frontend">FrontendApplet</A>
+<DD>&nbsp;
+<DT><A HREF="../uk/org/ury/frontend/FrontendFrame.html#getResourceDirectory()"><B>getResourceDirectory()</B></A> -
+Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendFrame.html" title="class in uk.org.ury.frontend">FrontendFrame</A>
+<DD>&nbsp;
+<DT><A HREF="../uk/org/ury/frontend/FrontendMaster.html#getResourceDirectory()"><B>getResourceDirectory()</B></A> -
+Method in interface uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A>
+<DD>&nbsp;
<DT><A HREF="../uk/org/ury/config/ConfigReader.html#getRoAuth()"><B>getRoAuth()</B></A> -
Method in class uk.org.ury.config.<A HREF="../uk/org/ury/config/ConfigReader.html" title="class in uk.org.ury.config">ConfigReader</A>
<DD>Get the read only login auth configuration
-<DT><A HREF="../uk/org/ury/library/LibraryTableModel.html#getRowCount()"><B>getRowCount()</B></A> -
-Method in class uk.org.ury.library.<A HREF="../uk/org/ury/library/LibraryTableModel.html" title="class in uk.org.ury.library">LibraryTableModel</A>
+<DT><A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html#getRowCount()"><B>getRowCount()</B></A> -
+Method in class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html" title="class in uk.org.ury.library.viewer">LibraryTableModel</A>
<DD>&nbsp;
<DT><A HREF="../uk/org/ury/config/ConfigReader.html#getRwAuth()"><B>getRwAuth()</B></A> -
Method in class uk.org.ury.config.<A HREF="../uk/org/ury/config/ConfigReader.html" title="class in uk.org.ury.config">ConfigReader</A>
@@ -161,8 +182,11 @@ Method in class uk.org.ury.show.<A HREF="../uk/org/ury/show/ShowChannel.html" ti
<DT><A HREF="../uk/org/ury/config/Auth.html#getUser()"><B>getUser()</B></A> -
Method in class uk.org.ury.config.<A HREF="../uk/org/ury/config/Auth.html" title="class in uk.org.ury.config">Auth</A>
<DD>Get the username of the login
-<DT><A HREF="../uk/org/ury/library/LibraryTableModel.html#getValueAt(int, int)"><B>getValueAt(int, int)</B></A> -
-Method in class uk.org.ury.library.<A HREF="../uk/org/ury/library/LibraryTableModel.html" title="class in uk.org.ury.library">LibraryTableModel</A>
+<DT><A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html#getValueAt(int, int)"><B>getValueAt(int, int)</B></A> -
+Method in class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html" title="class in uk.org.ury.library.viewer">LibraryTableModel</A>
+<DD>&nbsp;
+<DT><A HREF="../uk/org/ury/server/Server.html#getVersion()"><B>getVersion()</B></A> -
+Method in class uk.org.ury.server.<A HREF="../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A>
<DD>&nbsp;
</DL>
<HR>
@@ -218,7 +242,7 @@ Method in class uk.org.ury.library.<A HREF="../uk/org/ury/library/LibraryTableMo
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR>
+<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR>
</BODY>
</HTML>