Uses of Package
org.ocap.system

Packages that use org.ocap.system
org.ocap.system

This API is used to access system modules. 

 

Classes in org.ocap.system used by org.ocap.system
EASEvent
          This class represents an EAS event.
EASHandler
          An OCAP-J application can register an EASHandler to the EASModuleRegistrar via the EASModuleRegistrar.registerEASHandler(org.ocap.system.EASHandler) method.
EASListener
          This interface represents a listener that will receive EAS events.
EASManager
          This class represents a manager that allows applications to register listeners for EAS events.
EASModuleRegistrar
          An OCAP-J application can set and get a preferred attribute value of an EAS alert text.
RegisteredApiManager
          This class represents a manager for registered APIs that can be registered with an implementation by a privileged application.
SystemModule
           The SystemModule is used by an OCAP-J application to send an APDU to the CableCARD device.
SystemModuleHandler
          The SystemModuleHandler is used by an OCAP-J application for the following purposes: 1) receive an APDU from the CableCARD device, 2) detect an unsent APDU to the POD in case of an error, and 3) notification of becoming registered and unregistered.
SystemModuleRegistrar
           This class is used by an OCAP-J application to access a system module.