org.mbari.siam.core
Interface DevicePacketAggregator.DevicePacketSource
- All Known Implementing Classes:
- DevicePacketAggregator.DeviceInstrumentSource, DevicePacketAggregator.DeviceLogSource, DevicePacketAggregator.DeviceLogTestSource
- Enclosing class:
- DevicePacketAggregator
public static interface DevicePacketAggregator.DevicePacketSource
Interface class that defines a source of DevicePackets.
getPackets
DevicePacketSet getPackets(long startKey,
long endKey,
PacketFilter[] filters)
throws NoDataException,
java.lang.InterruptedException
- Get all packets having key within specified range.
- Throws:
NoDataException
java.lang.InterruptedException
verify
boolean verify(long isiId)
throws DeviceNotFound
- Throws:
DeviceNotFound
Copyright © 2003 MBARI.
The Monterey Bay Aquarium Research Institute (MBARI) provides this documentation and code "as is", with no warranty, express or implied, of its quality or consistency. It is provided without support and without obligation on the part of MBARI to assist in its use, correction, modification, or enhancement.