BEA Systems, Inc.

com.connecterra.ale.reader.access
Class WriteLiteralDeviceOpSpec

java.lang.Object
  extended by com.connecterra.ale.reader.access.DeviceOpSpec
      extended by com.connecterra.ale.reader.access.WriteDeviceOpSpec
          extended by com.connecterra.ale.reader.access.WriteLiteralDeviceOpSpec

public class WriteLiteralDeviceOpSpec
extends WriteDeviceOpSpec

Operate on a tag by writing a literal value to a given memory bank.


Method Summary
 boolean equals(Object other)
           
protected  long[] extractData(URI uri)
          Obtain the raw bits to be written to the tag from a tag URI.
 long[] getData()
           
 int hashCode()
           
 
Methods inherited from class com.connecterra.ale.reader.access.WriteDeviceOpSpec
equals, getTagMemoryURI
 
Methods inherited from class com.connecterra.ale.reader.access.DeviceOpSpec
checkParameters, clearParameters
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getData

public long[] getData()
Returns:
a long[] value which contains the value to be written.

extractData

protected long[] extractData(URI uri)
                      throws com.connecterra.ale.reader.access.DeviceUnitRequestException
Obtain the raw bits to be written to the tag from a tag URI.

Parameters:
uri - an URI value
Returns:
the long[] value to be written
Throws:
DeviceUnitRequestException - if an error occurs

hashCode

public int hashCode()
Overrides:
hashCode in class WriteDeviceOpSpec

equals

public boolean equals(Object other)
Specified by:
equals in class DeviceOpSpec

Documentation is available at
${DOCSWEBROOT}
Copyright 2007 BEA Systems Inc.