cdev.clip
Class ClipTransaction

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--cdev.DeviceEvent
              |
              +--cdev.DeviceTransaction
                    |
                    +--cdev.clip.ClipTransaction

public class ClipTransaction
extends DeviceTransaction

See Also:
Serialized Form

Fields inherited from class cdev.DeviceTransaction
CANCELLED, COMPLETE, GET, GETREFERENCE, INCOMPLETE, MAXCODE, MONITOROFF, MONITORON, PENDING, RECEIVED, SEND, SET, SETREFERENCE
 
Method Summary
 Data getContextData()
           
 Device getDevice()
           
 java.lang.String getDeviceName()
           
 java.lang.String[] getDeviceNames()
           
 
Methods inherited from class cdev.DeviceTransaction
getOutboundData, getRequestData, getState, getTransactionNumber, isSynchronous, removeListener, setData, setError
 
Methods inherited from class cdev.DeviceEvent
getCycleStamp, getCycleType, getData, getError, getMessage, getOpcode, getProperty, getValue, isComplete, setSource, toString
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getDeviceName

public java.lang.String getDeviceName()
Overrides:
getDeviceName in class DeviceEvent

getDeviceNames

public java.lang.String[] getDeviceNames()
Overrides:
getDeviceNames in class DeviceEvent

getContextData

public Data getContextData()

getDevice

public Device getDevice()
Overrides:
getDevice in class DeviceEvent