jreceiver.common.rec.driver
Interface DriverBinding

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

public interface DriverBinding
extends Rec

An interface representing a single driverbind.

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

Field Summary
static java.lang.String HKEY_MASTER_DRV
           
static java.lang.String HKEY_SIGNALS
           
static java.lang.String HKEY_SLAVE_DRV
           
static java.lang.String POPULATE_DRIVER_MASTER
          populate driverbind driver
static java.lang.String POPULATE_DRIVER_SLAVE
          populate controlled driver
static java.lang.String POPULATE_SIGNALS
          minimally populate members of a source bean
 
Fields inherited from interface jreceiver.common.rec.Rec
HKEY_KEY, NO_LIMIT
 
Method Summary
 DriverBindingKey getDriverBindingKey()
           
 Driver getDriverMaster()
           
 Driver getDriverSlave()
           
 java.util.Vector getSignals()
           
 
Methods inherited from interface jreceiver.common.rec.Rec
getKey, setKey
 
Methods inherited from interface jreceiver.common.rec.Hashable
toHash, toString
 

Field Detail

HKEY_SIGNALS

public static final java.lang.String HKEY_SIGNALS

HKEY_MASTER_DRV

public static final java.lang.String HKEY_MASTER_DRV

HKEY_SLAVE_DRV

public static final java.lang.String HKEY_SLAVE_DRV

POPULATE_SIGNALS

public static final java.lang.String POPULATE_SIGNALS
minimally populate members of a source bean

POPULATE_DRIVER_MASTER

public static final java.lang.String POPULATE_DRIVER_MASTER
populate driverbind driver

POPULATE_DRIVER_SLAVE

public static final java.lang.String POPULATE_DRIVER_SLAVE
populate controlled driver
Method Detail

getDriverBindingKey

public DriverBindingKey getDriverBindingKey()

getSignals

public java.util.Vector getSignals()

getDriverMaster

public Driver getDriverMaster()

getDriverSlave

public Driver getDriverSlave()


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