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

Quick Search    Search Deep

com.lilacsoftware.jettyextra.* (1)com.lilacsoftware.orca.* (66)
  com.lilacsoftware.orca.DBManager.* (5)
com.lilacsoftware.orca.applets.* (7)com.lilacsoftware.util.* (2)

Package Samples:

com.lilacsoftware.orca
com.lilacsoftware.orca.DBManager
com.lilacsoftware.util
com.lilacsoftware.orca.applets
com.lilacsoftware.jettyextra

Classes:

DBConnectionManager: This class is a Singleton that provides access to one or many connection pools defined in a Property file. A client gets access to the single instance through the static getInstance() method and can then check-out and check-in connections from a pool. When the client shuts down it should call the release() method to close all open connections and do other clean up.
ServletConfigurationInserter: ServletConfigurationInserter is a quick and dirty tool to insert a / section into an existing web.xml file. Used with JspC, so that jsp precompiling can be done during a build without manual file modification.
LogonForm: Form bean for the user profile page. This form has the following fields, with default values in square brackets: password - Entered password value username - Entered username value
TableBuilder: DB class for creating and updating and up to date Orca database. If the DB already exists, TableBuilder determines which tables need to be added or altered (or later deleted.)
AdminServlet: Jetty Administration Servlet. This is a minimal start to a administration servlet that allows start/stop of server components and control of debug parameters.
MediaTimeSlider: Subclass to deal with troubling problem of media time changing both through the playerdataupdate thread and through mouse dragging.
CheckLogonTag: Check for a valid User logged on in the current session. If there is no such user, forward control to the logon page.
SingleCharStringTokenizer: StringTokenizer that considers two delimiters in a row( or a delimiter at the front) to be a token with a blank entry.
DataRetriever: This singleton class deals with retrieving database information. Lame comment.
LogoffAction: Implementation of Action that processes a user logoff.
User: Object that represents a registered user of the mail reader application.
LogonAction: Implementation of Action that validates a user logon.
Constants: constants for the Server portion of the application.
PlayerApplet: Client applet for interfacing with an Orca Server.
Debug: This class implements a simple Debug Tool.
Debug: This class implements a simple Debug Tool.
Playlist: Description of the Class
QueueForm: Description of the Class
SystemServlet: Description of the Class
TrackInfoStruct: Description of the Class
InfoForm: Description of the Class
AudioFileScanner: Description of the Class
InProgressException
AdminAction

Home | Contact Us | Privacy Policy | Terms of Service