Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jreceiver.server.util.builder.* (3)jreceiver.server.util.db.* (7)
jreceiver.server.util.db.modules.* (1)jreceiver.server.util.db.modules.mysql.* (1)
jreceiver.server.util.playlist.* (4)jreceiver.server.util.xml.* (2)

jreceiver.server.util: Javadoc index of package jreceiver.server.util.


Package Samples:

jreceiver.server.util.builder
jreceiver.server.util.db.modules.mysql
jreceiver.server.util.db
jreceiver.server.util.playlist
jreceiver.server.util.xml

Classes:

PlaylistWriterASX: Write a ASX playlist <ASX version="3.0"> <ABSTRACT>This is a sample asx file used as playlist</ABSTRACT> <TITLE>Windows Media Playlist Demo</TITLE> <AUTHOR>Reed Esau</AUTHOR> <COPYRIGHT>2002 Reed Esau</COPYRIGHT> <ENTRY> <REF href="File1.asf" /> <ABSTRACT>Link to a local file on the same folder</ABSTRACT> </ENTRY> <ENTRY> <REF href="mms://media.phm.lu/File2.asf" /> <ABSTRACT>a file streamed from a media server on the network</ABSTRACT> </ENTRY> <ENTRY> <REF href="File3.mp3" ...
PlaylistWriterPLS: Write a PLS playlist [playlist] File1=Blues\Muddy Waters - Rollin Stone.mp3 Title1=Various Artists - Muddy Waters - Rollin' Stone Length1=188 File2=Classical\Carmina Burana - O Fortuna.mp3 Title2=Carmina Burana - O Fortuna Length2=154 File3=Classical\Champagne Polka - Johann Strauss.mp3 Title3=Champagne Polka - Johann Strauss Length3=153 File4=Classical\Immortal Beloved, Fur Elise.mp3 Title4=Unknown Artist - Fur Elise Length4=172 NumberOfEntries=4 Version=2
PlaylistWriterM3U: Write a M3U playlist #EXTM3U #EXTINF:188,Various Artists - Muddy Waters - Rollin' Stone Blues\Muddy Waters - Rollin Stone.mp3 #EXTINF:154,Carmina Burana - O Fortuna Classical\Carmina Burana - O Fortuna.mp3 #EXTINF:153,Champagne Polka - Johann Strauss Classical\Champagne Polka - Johann Strauss.mp3 #EXTINF:172,Unknown Artist - Fur Elise Classical\Immortal Beloved, Fur Elise.mp3
BuilderException: The builder exception class for the JReceiver project. This is the beginnings of the application of a Java Idiom found at http://c2.com/cgi/wiki?HomogenizeExceptions See also at http://c2.com/cgi/wiki?NestedExceptions Create a single type of exception for each package and only propagate exceptions of that type or some sub-type out of methods in the package.
XmlException: The base exception class for the JReceiver project. This is the beginnings of the application of a Java Idiom found at http://c2.com/cgi/wiki?HomogenizeExceptions See also at http://c2.com/cgi/wiki?NestedExceptions Create a single type of exception for each package and only propagate exceptions of that type or some sub-type out of methods in the package.
Mysql: MySql-specific routines for JReceiver TODO: extend from an interface and select dynamically at startup based upon configuration file. This will make it possible to switch easily between Postgres and other databases simply by changing a tag in a config file.
ConnectionPoolInit: A database connection pool configuration loader. If unable to find the file, use the one that is located in the WEBINF/lib directory in the war file.
ConnectionPool: Database connection pool, implemented as a singleton Adapted from example in O'Reilly's Java Servlet Programming, 2nd Edition
SourceFilter: Filter SAX events, extracting playlist entries to a stack for separate processing, but otherwise blocking all playlist entry content.
ConnectionPoolException: The database connection pool exception class for the JReceiver project.
PlaylistWriter: Write a playlist of some format defined by the subclass
SourceBuilder: Common source parsing routines for the JReceiver project.
DatabaseException: The database exception class for the JReceiver project.
SourceNotFoundException: The database exception class for the JReceiver project.
SAXErrorHandler: An ErrorHandler used in digestion
PlaylistXml: encode and decode records as XML
HelperMusicFile
HelperDB

Home | Contact Us | Privacy Policy | Terms of Service