All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ocap.system.event.DeferredDownloadEvent.html Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version






DeferredDownloadEvent














org.ocap.system.event
Class DeferredDownloadEvent

java.lang.Object
  extended by org.ocap.system.event.SystemEvent
      extended by 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]).


Field Summary
 
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.
 
Method Summary
 
Methods inherited from class org.ocap.system.event.SystemEvent
getAppID, getDate, getMessage, getTypeCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeferredDownloadEvent

public DeferredDownloadEvent(int typeCode)
System event constructor assigns an eventId, Date, and ApplicationIdentifier.

Parameters:
typeCode - - Unique event type.
Throws:
java.lang.IllegalArgumentException - if the typeCode is not in a defined application range when the event is created by an application.






© 2015 - 2024 Weber Informatics LLC | Privacy Policy