Hitachi

JP1 Version 12 JP1/Navigation Platform Development Guide


4.3.2 Customizing Suspend/Resume Plugins

This subsection describes the procedure for customizing Suspend/Resume Plugins.

To customize a template plugin created as a Suspend/Resume Plugin:

  1. Configure the user property file.

  2. Implement processing to be performed by the plugin.

The following describes details about each step.

Organization of this subsection

(1) Configuring the user property file

See 4.9 Configuring the user property file, and then edit the user property file.

(2) Implementing processing to be performed by the plugin

To implement the suspend information reference and update processing on the Suspend/Resume Plugin, specify the processing in the class whose name is specified by the userplugin.server.controller.suspend key in the plugin information property file.

If you need to perform processing during plugin initialization or termination, see 4.5 Implementing processing to be performed during plugin initialization or termination.