|
||||||||||
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 |
DeviceStatus
An interface describing a JRec device, which can serve one or more Players. |
Classes in jreceiver.common.callback.rec that implement Rec | |
class |
DeviceStatusRec
Details 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 |
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 Rec | |
class |
CommandRec
A record from the command table |
class |
DeviceBindingRec
Bean to represent a single devbind record |
class |
DeviceRec
A record from the Drivers table |
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 |
SignalRec
Bean to represent a signal (command:driverbind binding) |
Uses of Rec in jreceiver.common.rec.security |
Subinterfaces of Rec 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 Rec | |
class |
HandlerRec
Bean to represent a single handler folder record |
class |
MethodRec
Bean to represent a single driverbind record |
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 Rec in jreceiver.common.rec.site |
Subinterfaces of Rec 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 Rec | |
class |
FolderRec
Bean to represent a single folder record |
class |
RootRec
Bean to represent a single root folder record |
class |
SiteRec
Bean 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 |
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 Rec | |
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 Rec in jreceiver.common.rec.tag |
Subinterfaces of Rec 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 Rec | |
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 Rec in jreceiver.common.rec.util |
Subinterfaces of Rec in jreceiver.common.rec.util | |
interface |
Transcoder
An interface representing a single transcoder. |
Classes in jreceiver.common.rec.util that implement Rec | |
class |
TranscoderRec
Bean 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 |