| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Rec | |
| 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. | 
| jreceiver.common.rpc | A set of wrapper classes to remotely query and control the JReceiver Engine. | 
| Uses of Rec in jreceiver.common.callback.rec | 
| Subinterfaces of Rec in jreceiver.common.callback.rec | |
|  interface | DeviceStatusAn interface describing a JRec device, which can serve one or more Players. | 
| Classes in jreceiver.common.callback.rec that implement Rec | |
|  class | DeviceStatusRecDetails for a device provided by a driver. | 
| Uses of Rec in jreceiver.common.rec | 
| Methods in jreceiver.common.rec that return Rec | |
| static Rec | BaseRec.find(java.util.List list,
     Key key_to_find)given a list of records with Key-derived keys, locate the first one whose key matches key_to_find. | 
| static Rec | BaseRec.find(java.util.List list,
     java.lang.String key_to_find)given a list of records with String-derived keys, locate the first one whose key matches key_to_find. | 
| static Rec | BaseRec.find(java.util.List list,
     java.lang.Number key_to_find)given a list of records with Number-derived keys, locate the first one whose key matches key_to_find. | 
| static Rec | BaseRec.find(java.util.List list,
     int key_to_find)given a list of records with int keys, locate the first one whose key matches key_to_find. | 
| Uses of Rec in jreceiver.common.rec.driver | 
| Subinterfaces of Rec in jreceiver.common.rec.driver | |
|  interface | CommandAn interface describing a JRec command, which can serve one or more Players. | 
|  interface | DeviceAn interface describing a JRec device, which can serve one or more Players. | 
|  interface | DeviceBindingAn interface representing a single master/slave binding between two devices. | 
|  interface | DriverAn interface describing a JRec driver, which can serve one or more Players. | 
|  interface | DriverBindingAn interface representing a single driverbind. | 
|  interface | DriverCommandAn interface describing a driver that possesses a collection of command identifiers. | 
|  interface | SignalAn interface describing a signal associated with a driverbind profile. | 
| Classes in jreceiver.common.rec.driver that implement Rec | |
|  class | CommandRecA record from the command table | 
|  class | DeviceBindingRecBean to represent a single devbind record | 
|  class | DeviceRecA record from the Drivers table | 
|  class | DriverBindingRecBean to represent a single driverbind record | 
|  class | DriverCommandRecBean to represent a single 'command list' record | 
|  class | DriverRecA record from the Driver table | 
|  class | SignalRecBean to represent a signal (command:driverbind binding) | 
| Uses of Rec in jreceiver.common.rec.security | 
| Subinterfaces of Rec in jreceiver.common.rec.security | |
|  interface | HandlerAn interface representing a single handler. | 
|  interface | MethodAn interface representing a single method rpc binding. | 
|  interface | RoleAn interface representing a single role. | 
|  interface | RoleAuthAn interface describing a Role Authorization | 
|  interface | UserAn interface representing a single user. | 
| Classes in jreceiver.common.rec.security that implement Rec | |
|  class | HandlerRecBean to represent a single handler folder record | 
|  class | MethodRecBean to represent a single driverbind record | 
|  class | RoleAuthRecBean to represent a Role Authorization | 
|  class | RoleRecBean to represent a single role folder record | 
|  class | UserRecBean to represent a single user record | 
| Uses of Rec in jreceiver.common.rec.site | 
| Subinterfaces of Rec in jreceiver.common.rec.site | |
|  interface | FolderAn interface describing a folder. | 
|  interface | RootAn interface representing a single file root. | 
|  interface | SiteAn interface to be implemented by objects representing a 'Site' in JRec. | 
| Classes in jreceiver.common.rec.site that implement Rec | |
|  class | FolderRecBean to represent a single folder record | 
|  class | RootRecBean to represent a single root folder record | 
|  class | SiteRecBean to describe a record for the Site table | 
| Uses of Rec in jreceiver.common.rec.source | 
| Subinterfaces of Rec in jreceiver.common.rec.source | |
|  interface | FilterableAn interface to be associated with filtered sources. | 
|  interface | MexternalAn interface to be associated with remote (i.e. | 
|  interface | MfileAn interface to be implemented by all sources which exist as filesystem objects. | 
|  interface | PlaylistAn interface to be implemented by all playlist sources. | 
|  interface | SourceAn interface to be implemented by a media source. | 
|  interface | SourceFolderAn interface describing an object that possesses a collection of folder identifiers. | 
|  interface | SourceListAn interface describing an object that possesses a collection of file identifiers. | 
|  interface | TuneAn 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 Rec | |
|  class | DplaylistRecBean to represent a single dynamic playlist record | 
|  class | FilterableRecBean to represent a single filterable source | 
|  class | FplaylistRecBean to represent a single playlist file record | 
|  class | FtuneRecBean to represent a single tune file | 
|  class | HplaylistRecBean to represent a single Tree (hierarchical) playlist record | 
|  class | MexternalRecConcrete implementation of an offsite source | 
|  class | MfileRecBean to describe a record for the Mfiles table | 
|  class | PlaylistRecAbstract class to provide basic implementation of Playlist interface | 
|  class | SourceRecBean to describe a record for the Source table | 
|  class | SplaylistRecBean to represent a station playlist | 
|  class | StuneRecBean to represent a station tune. | 
|  class | TuneRecAbstract class to provide basic implementation of Tune interface | 
| Uses of Rec in jreceiver.common.rec.tag | 
| Subinterfaces of Rec in jreceiver.common.rec.tag | |
|  interface | AlbumAn interface describing a album. | 
|  interface | ArtistAn interface describing a artist. | 
|  interface | CommentAn interface describing a comment. | 
|  interface | ComposerAn interface describing a composer. | 
|  interface | GenreAn interface describing a genre. | 
| Classes in jreceiver.common.rec.tag that implement Rec | |
|  class | AlbumRecBean to represent a single album | 
|  class | ArtistRecBean to represent a single artist record | 
|  class | CommentRecBean to represent a single comment record | 
|  class | ComposerRecBean to represent a single composer | 
|  class | GenreRecBean to represent a single genre | 
| Uses of Rec in jreceiver.common.rec.util | 
| Subinterfaces of Rec in jreceiver.common.rec.util | |
|  interface | TranscoderAn interface representing a single transcoder. | 
| Classes in jreceiver.common.rec.util that implement Rec | |
|  class | TranscoderRecBean to represent a single transcoder record | 
| Uses of Rec in jreceiver.common.rpc | 
| Methods in jreceiver.common.rpc that return Rec | |
|  Rec | ServerTable.getRec(java.lang.Object key,
       java.util.Hashtable args)Obtain a single rec for the (String or Key-derived or Number-derived) key | 
|  Rec | ServerTable.getRec(int i_key,
       java.util.Hashtable args)Obtain a single rec for the key (primitive int) | 
| Methods in jreceiver.common.rpc with parameters of type Rec | |
|  int | ServerTable.storeRec(Rec rec)Insert or update a single record, returning the identity (if any) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||