org.ocap.system.event
Class CableCARDResetEvent
java.lang.Object
org.ocap.system.event.SystemEvent
org.ocap.system.event.CableCARDResetEvent
public class CableCARDResetEvent
- extends SystemEvent
Events that indicate the CableCARD is about to be reset and has successfully
completed initialization after a reset.
| 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_CABLECARD_RESET_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_CABLECARD_RESET_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 |
CableCARDResetEvent(int typeCode)
System event constructor assigns an eventId, Date, and ApplicationIdentifier. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CABLECARD_RESET_BEGIN
public static final int CABLECARD_RESET_BEGIN
- CableCARD reset request to Host
- See Also:
- Constant Field Values
CABLECARD_RESET_COMPLETE
public static final int CABLECARD_RESET_COMPLETE
- CableCARD reset and initialization complete
- See Also:
- Constant Field Values
CableCARDResetEvent
public CableCARDResetEvent(int typeCode)
- 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. Since there are no defined
application ranges for resource depletion events, this exception will always be
thrown if this constructor is called by an application.
Copyright © 2011. All Rights Reserved.