Uses of Interface
jreceiver.common.rec.Hashable

Packages that use Hashable
jreceiver.common.callback.rec   
jreceiver.common.rec A set of beans and interfaces, each of which represents a concise data object used in JReceiver
jreceiver.common.rec.driver A set of beans and interfaces geared towards hardware and its control through drivers. 
jreceiver.common.rec.security   
jreceiver.common.rec.site A set of beans and interfaces describing the physical makeup of a media collection. 
jreceiver.common.rec.source A set of beans and interfaces, each of which is keyed by a source id (src_id). 
jreceiver.common.rec.tag A set of beans and interfaces for 'tag' metadata referenced by media sources. 
jreceiver.common.rec.util A set of beans representing various things that don't yet fit in other categories. 
 

Uses of Hashable in jreceiver.common.callback.rec
 

Subinterfaces of Hashable in jreceiver.common.callback.rec
 interface DeviceStatus
          An interface describing a JRec device, which can serve one or more Players.
 interface Dsetting
          An interface describing a single setting item
 interface DsettingBool
          An interface describing a single menu item
 interface DsettingInt
          An interface describing a single menu item
 interface DsettingList
          An interface describing a single menu item
 interface DsettingStr
          An interface describing a single menu item
 interface DsettingUrl
          An interface describing a single menu item
 

Classes in jreceiver.common.callback.rec that implement Hashable
 class DeviceStatusRec
          Details for a device provided by a driver.
 class DsettingBoolRec
          Bean to represent a boolean setting item (usually appears as checkbox)
 class DsettingIntRec
          Bean to represent a int setting item
 class DsettingListRec
          Bean to represent a list setting item
 class DsettingRec
          Base functionality for all player/driver setting items
 class DsettingStrRec
          Bean to represent a string setting item
 class DsettingUrlRec
          Bean to represent a url setting item
 

Uses of Hashable in jreceiver.common.rec
 

Subinterfaces of Hashable in jreceiver.common.rec
 interface Key
          An interface from which all complex keys are derived.
 interface Rec
          An interface from which all *Recs are derived.
 

Uses of Hashable in jreceiver.common.rec.driver
 

Subinterfaces of Hashable in jreceiver.common.rec.driver
 interface Command
          An interface describing a JRec command, which can serve one or more Players.
 interface Device
          An interface describing a JRec device, which can serve one or more Players.
 interface DeviceBinding
          An interface representing a single master/slave binding between two devices.
 interface Driver
          An interface describing a JRec driver, which can serve one or more Players.
 interface DriverBinding
          An interface representing a single driverbind.
 interface DriverCommand
          An interface describing a driver that possesses a collection of command identifiers.
 interface Signal
          An interface describing a signal associated with a driverbind profile.
 

Classes in jreceiver.common.rec.driver that implement Hashable
 class CommandRec
          A record from the command table
 class DeviceBindingKey
          An interface representing a single master/slave binding key
 class DeviceBindingRec
          Bean to represent a single devbind record
 class DeviceRec
          A record from the Drivers table
 class DriverBindingKey
          An interface representing a single master/slave binding key
 class DriverBindingRec
          Bean to represent a single driverbind record
 class DriverCommandRec
          Bean to represent a single 'command list' record
 class DriverRec
          A record from the Driver table
 class SignalKey
          An interface describing a signal associated with a driverbind profile.
 class SignalRec
          Bean to represent a signal (command:driverbind binding)
 

Uses of Hashable in jreceiver.common.rec.security
 

Subinterfaces of Hashable in jreceiver.common.rec.security
 interface Handler
          An interface representing a single handler.
 interface Method
          An interface representing a single method rpc binding.
 interface Role
          An interface representing a single role.
 interface RoleAuth
          An interface describing a Role Authorization
 interface User
          An interface representing a single user.
 

Classes in jreceiver.common.rec.security that implement Hashable
 class HandlerRec
          Bean to represent a single handler folder record
 class MethodKey
          An interface representing a single master/slave binding key
 class MethodRec
          Bean to represent a single driverbind record
 class RoleAuthKey
          An interface describing a RoleAuth associated with a method profile.
 class RoleAuthRec
          Bean to represent a Role Authorization
 class RoleRec
          Bean to represent a single role folder record
 class UserRec
          Bean to represent a single user record
 

Uses of Hashable in jreceiver.common.rec.site
 

Subinterfaces of Hashable in jreceiver.common.rec.site
 interface Folder
          An interface describing a folder.
 interface Root
          An interface representing a single file root.
 interface Site
          An interface to be implemented by objects representing a 'Site' in JRec.
 

Classes in jreceiver.common.rec.site that implement Hashable
 class FolderRec
          Bean to represent a single folder record
 class RootKey
          An interface describing a root
 class RootRec
          Bean to represent a single root folder record
 class SiteRec
          Bean to describe a record for the Site table
 

Uses of Hashable in jreceiver.common.rec.source
 

Subinterfaces of Hashable in jreceiver.common.rec.source
 interface Filterable
          An interface to be associated with filtered sources.
 interface Mexternal
          An interface to be associated with remote (i.e.
 interface Mfile
          An interface to be implemented by all sources which exist as filesystem objects.
 interface Playlist
          An interface to be implemented by all playlist sources.
 interface Source
          An interface to be implemented by a media source.
 interface SourceFolder
          An interface describing an object that possesses a collection of folder identifiers.
 interface SourceList
          An interface describing an object that possesses a collection of file identifiers.
 interface Tune
          An interface to be implemented by a 'tune' media source, i.e., associated with an mp3 file or stream with unchanging tag info.
 

Classes in jreceiver.common.rec.source that implement Hashable
 class DplaylistRec
          Bean to represent a single dynamic playlist record
 class FilterableRec
          Bean to represent a single filterable source
 class FplaylistRec
          Bean to represent a single playlist file record
 class FtuneRec
          Bean to represent a single tune file
 class HplaylistRec
          Bean to represent a single Tree (hierarchical) playlist record
 class MexternalRec
          Concrete implementation of an offsite source
 class MfileRec
          Bean to describe a record for the Mfiles table
 class PlaylistRec
          Abstract class to provide basic implementation of Playlist interface
 class SourceRec
          Bean to describe a record for the Source table
 class SplaylistRec
          Bean to represent a station playlist
 class StuneRec
          Bean to represent a station tune.
 class TuneRec
          Abstract class to provide basic implementation of Tune interface
 

Uses of Hashable in jreceiver.common.rec.tag
 

Subinterfaces of Hashable in jreceiver.common.rec.tag
 interface Album
          An interface describing a album.
 interface Artist
          An interface describing a artist.
 interface Comment
          An interface describing a comment.
 interface Composer
          An interface describing a composer.
 interface Genre
          An interface describing a genre.
 

Classes in jreceiver.common.rec.tag that implement Hashable
 class AlbumRec
          Bean to represent a single album
 class ArtistRec
          Bean to represent a single artist record
 class CommentRec
          Bean to represent a single comment record
 class ComposerRec
          Bean to represent a single composer
 class GenreRec
          Bean to represent a single genre
 

Uses of Hashable in jreceiver.common.rec.util
 

Subinterfaces of Hashable in jreceiver.common.rec.util
 interface Menu
          An interface describing a single menu item
 interface Transcoder
          An interface representing a single transcoder.
 interface TuneQuery
          A basic interface to filter tunes.
 

Classes in jreceiver.common.rec.util that implement Hashable
 class MenuRec
          Bean to represent a single menu item, with associated tune count and index.
 class TranscoderRec
          Bean to represent a single transcoder record
 class TuneQueryRec
          A basic interface to filter tunes.
 



Copyright © 2001-2002 Reed Esau, All Rights Reserved.