Uses of Interface
jreceiver.common.rec.Key

Packages that use Key
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. 
 

Uses of Key in jreceiver.common.rec
 

Methods in jreceiver.common.rec with parameters of type Key
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.
 

Uses of Key in jreceiver.common.rec.driver
 

Classes in jreceiver.common.rec.driver that implement Key
 class DeviceBindingKey
          An interface representing a single master/slave binding key
 class DriverBindingKey
          An interface representing a single master/slave binding key
 class SignalKey
          An interface describing a signal associated with a driverbind profile.
 

Uses of Key in jreceiver.common.rec.security
 

Classes in jreceiver.common.rec.security that implement Key
 class MethodKey
          An interface representing a single master/slave binding key
 class RoleAuthKey
          An interface describing a RoleAuth associated with a method profile.
 

Uses of Key in jreceiver.common.rec.site
 

Classes in jreceiver.common.rec.site that implement Key
 class RootKey
          An interface describing a root
 



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