jreceiver.common.rec.driver
Interface DriverCommand

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

public interface DriverCommand
extends Rec

An interface describing a driver that possesses a collection of command identifiers.


Field Summary
static java.lang.String HKEY_COMMAND_IDS
           
static java.lang.String HKEY_DRV_SLAVE_ID
           
 
Fields inherited from interface jreceiver.common.rec.Rec
HKEY_KEY, NO_LIMIT
 
Method Summary
 java.util.Vector getCommandIds()
           
 void setCommandIds(java.util.Vector command_ids)
           
 
Methods inherited from interface jreceiver.common.rec.Rec
getKey, setKey
 
Methods inherited from interface jreceiver.common.rec.Hashable
toHash, toString
 

Field Detail

HKEY_DRV_SLAVE_ID

public static final java.lang.String HKEY_DRV_SLAVE_ID

HKEY_COMMAND_IDS

public static final java.lang.String HKEY_COMMAND_IDS
Method Detail

getCommandIds

public java.util.Vector getCommandIds()

setCommandIds

public void setCommandIds(java.util.Vector command_ids)


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