jreceiver.common.rec.driver
Interface DeviceBinding

All Superinterfaces:
Hashable, Rec
All Known Implementing Classes:
DeviceBindingRec

public interface DeviceBinding
extends Rec

An interface representing a single master/slave binding between two devices.

Version:
$Revision: 1.2 $ $Date: 2002/12/29 00:44:06 $
Author:
Reed Esau

Field Summary
static java.lang.String HKEY_MASTER_DEV
           
static java.lang.String HKEY_SLAVE_DEV
           
static java.lang.String POPULATE_DEVICES
           
 
Fields inherited from interface jreceiver.common.rec.Rec
HKEY_KEY, NO_LIMIT
 
Method Summary
 Device getMasterDevice()
           
 Device getSlaveDevice()
           
 
Methods inherited from interface jreceiver.common.rec.Rec
getKey, setKey
 
Methods inherited from interface jreceiver.common.rec.Hashable
toHash, toString
 

Field Detail

HKEY_MASTER_DEV

public static final java.lang.String HKEY_MASTER_DEV

HKEY_SLAVE_DEV

public static final java.lang.String HKEY_SLAVE_DEV

POPULATE_DEVICES

public static final java.lang.String POPULATE_DEVICES
Method Detail

getMasterDevice

public Device getMasterDevice()

getSlaveDevice

public Device getSlaveDevice()


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