Package org.dvb.application.plugins

Provides support for inter-operable plug-ins in the MHP specification.

See:
          Description

Interface Summary
Plugin This interface allows an application or service manager to control the lifecycle of applications being executed by an inter-operable plug-in.
 

Class Summary
ApplicationSecurityContext This class represents the security context for an application whose permissions are defined by the MHP security model, in particular a permission request file.
XletContainer This class provides a container that can be embedded in a widget hierarchy, and can provide a container that can safely be used as the top-level container of an embedded Xlet.
XletSystemCall This class permits user code to intercept certain system calls initiated by an embedded Xlet that need to be serviced by a support application.
 

Exception Summary
InvalidApplicationException Thrown if an application is not valid for execution by a plug-in.
 

Package org.dvb.application.plugins Description

Provides support for inter-operable plug-ins in the MHP specification. The following classes and interfaces are intended for generic plug-ins and are not specific to any particular content format.

The following classes are intended specifically for DVB-HTML plug-ins.