4.5.6 DRRealtimeAgent

This class defines no new functions on top of DRAgent. It is the superclass for all realtime agents. A realtime agent receiving raw data can create a task from it and schedule it for decoding. See the realtime environment.

The following sequence diagram shows in which order methods are called for the realtime agent.

Sequence diagram for DRRealtimeAgent

For a realtime collection agent example, see:

com.digitalroute.devkit.examples.tcpcollection.*