Uses of Package
com.neoworks.jukex

Packages that use com.neoworks.jukex
com.neoworks.jukex.sqlimpl Relational database (currently MySQL only) specific implementations for JukeX. 
com.neoworks.shout Shout/IceCast source shouter implementation. 
 

Classes in com.neoworks.jukex used by com.neoworks.jukex.sqlimpl
Attribute
          Attributes are classes of information associated with Tracks.
AttributeValue
          AttributeValue represents a possible value of an Attribute.
DatabaseObject
          Interface for classes that may be stored in a database.
Playlist
          PlayList is a special case of List which is used for storing only Tracks.
Track
          The Track class encapsulates all information about a single music track.
TrackStore
          TrackStore is the core of the JukeX system.
 

Classes in com.neoworks.jukex used by com.neoworks.shout
ControlPlayback
          Interface for classes controlling the playback of Tracks.