Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
I
L
M
P
R
S
T
U
S
SIMILARITY_CUT_OFF
- Static variable in class com.cutunes.server.
Analyzer
between 1 and 100, can be used to limit complexity/improve results
ServerCommunicator
- class com.cutunes.server.
ServerCommunicator
.
Simple ServerCommunicator class contains the base code to start the Apache XML-RPC server and adds the CUtunes RequestHandler.
ServerCommunicator()
- Constructor for class com.cutunes.server.
ServerCommunicator
Constructor initializes an XML-RPC webserver running on port 54003 and adds the CUtunes RequestHandler to the server.
SongData
- class com.cutunes.server.
SongData
.
SongData object is a simple construction designed to nicely abstract a given songs information into a simple object that can be easily passed between methods (and over XML-RPC).
SongData(Hashtable)
- Constructor for class com.cutunes.server.
SongData
Construct takes a Hashtable and extracts all wanted information into separate Strings, ints, Timestamps, etc.
sendSongGroup(int, String, Vector)
- Method in class com.cutunes.client.
ClientCommunicator
Sends the current group of SongHashes in songs Vector to the server using XML-RPC.
sendSongQueueNow()
- Method in class com.cutunes.client.
ClientCommunicator
Sends any songHash objects queued in songGroup Vector to the server immediately using XML-RPC.
setLastSync(int)
- Method in class com.cutunes.client.
ClientCommunicator
Queries the server to set the last sync time for the giving user to the current time.
setLastSync(int, String)
- Method in class com.cutunes.server.
DatabaseController
Sets the last sync time for a user to the current time in UTC, and logs the sync in the sync_logs table.
setLastSync(int, String)
- Method in class com.cutunes.server.
RequestHandler
Sets the user's last sync time to the current time.
start()
- Method in class com.cutunes.client.
CutunesApplet
Applet will start parsing if applet parameter "drawbutton" is set to false.
startDocument()
- Method in class com.cutunes.client.
ItunesXMLParser
SAX DocumentHandler method for document start.
startElement(String, String, String, Attributes)
- Method in class com.cutunes.client.
ItunesXMLParser
SAX DocumentHandler method for XML element start.
suite()
- Static method in class com.cutunes.
AllTests
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
I
L
M
P
R
S
T
U