org.ocap.system.event
Class DeferredDownloadEvent
java.lang.Object
org.ocap.system.event.SystemEvent
org.ocap.system.event.DeferredDownloadEvent
public class DeferredDownloadEvent
- extends SystemEvent
This class represents an event returned by the system when a deferred download is
instigated by the receipt of a code version table with download_command = 0x01 (see
[CCIF 2.0]).
Fields inherited from class org.ocap.system.event.SystemEvent |
BEGIN_APP_CAT_ERROR_EVENT_TYPES, BEGIN_APP_CAT_ERROR_RESERVED_EVENT_TYPES, BEGIN_APP_INFO_EVENT_TYPES, BEGIN_APP_INFO_RESERVED_EVENT_TYPES, BEGIN_APP_REC_ERROR_EVENT_TYPES, BEGIN_APP_REC_ERROR_RESERVED_EVENT_TYPES, BEGIN_SYS_CAT_ERROR_EVENT_TYPES, BEGIN_SYS_CAT_ERROR_RESERVED_EVENT_TYPES, BEGIN_SYS_DNLD_EVENT_TYPES, BEGIN_SYS_INFO_EVENT_TYPES, BEGIN_SYS_INFO_RESERVED_EVENT_TYPES, BEGIN_SYS_REBOOT_EVENT_TYPES, BEGIN_SYS_REBOOT_RESERVED_EVENT_TYPES, BEGIN_SYS_REC_ERROR_EVENT_TYPES, BEGIN_SYS_REC_ERROR_RESERVED_EVENT_TYPES, BEGIN_SYS_RES_DEP_EVENT_TYPES, BEGIN_SYS_RES_DEP_RESERVED_EVENT_TYPES, END_APP_CAT_ERROR_EVENT_TYPES, END_APP_INFO_EVENT_TYPES, END_APP_REC_ERROR_EVENT_TYPES, END_SYS_CAT_ERROR_EVENT_TYPES, END_SYS_DNLD_EVENT_TYPES, END_SYS_INFO_EVENT_TYPES, END_SYS_REBOOT_EVENT_TYPES, END_SYS_REC_ERROR_EVENT_TYPES, END_SYS_RES_DEP_EVENT_TYPES |
Constructor Summary |
DeferredDownloadEvent(int typeCode)
System event constructor assigns an eventId, Date, and ApplicationIdentifier. |
DeferredDownloadEvent
public DeferredDownloadEvent(int typeCode)
throws IllegalArgumentException
- System event constructor assigns an eventId, Date, and ApplicationIdentifier.
- Parameters:
typeCode
- - Unique event type.
- Throws:
IllegalArgumentException
- if the typeCode is not in a defined application range
when the event is created by an application.