Openwings API Documentation (v1.1)

Package net.openwings.install

This package contains the Openwings Install Services API.

See:
          Description

Interface Summary
InstallableComponentDescriptorPolicy This interface provides a policy that may be used to store an InstallableComponentDescriptor.
Installer This interface is the main interface for an Openwings Installer.
InstallerMBean This interface is a utility interface for a management bean that may optionally be provided by an Openwings Installer.
InstallListener This interface describes a callback that may be registered by components that wish to be notified of installation events.
Voter This interface describes a callback that may be registered by components that wish to be consulted before a component is uninstalled.
 

Class Summary
InstallableComponentDescriptor This class extends ComponentDescriptor, adding all the information that would be used by the Install Service to install a component.
 

Exception Summary
InstallException This class is an exception which is used by classes in the Install API to indicate a problem with the addition or removal of a component.
 

Package net.openwings.install Description

This package contains the Openwings Install Services API. These interfaces are described in the Openwings Install Services Specification, located at http://www.openwings.org/download/specs/Openwings_Install.pdf.


Openwings API Documentation (v1.1)