Package com.ibm.events.install

Interfaces required to obtain information about the event infrastructure installation in the WAS environment.

See:
          Description

Interface Summary
InstallConstants This interface provides constants for Common Event Infrastructure install and uninstall return codes and response file values.
InstallUtil This interface provides methods for obtaining information about the installed Common Event Infrastructure server.
InstallUtilFactory This factory is used to get access to an instance of an object implementing the InstallUtil interface.
 

Exception Summary
InstallException This is the base exception that all install exceptions should extend.
InstallValidationException This exception is thrown by the InstallUtilFactory when supplied WAS home is incorrect.
 

Package com.ibm.events.install Description

Interfaces required to obtain information about the event infrastructure installation in the WAS environment.

The installation component provides an interface for applications to obtain information about the event infrastructure installed on the system. The information that can be obtained includes the version of the event server installed on the system, version of the WAS base server, whether event infrastructure language packs are installed, etc.

The installation program invoking the event infrastructure installation can use these APIs to obtain information about the event infrastructure installed on the system and use that information to provide feedback to the user, determine the installation panels to be displayed, create an appropriate response file for the installer, etc.