Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

arch.module.icore
Interface JXBootInterface  view JXBootInterface download JXBootInterface.java


public interface JXBootInterface

JXBootInterface defines the minimum features that a core module needs to notify its boot class to carry out its desired action. This interface is useful for testing and automatic reboot after a new update such that new changes can take effect in the core module without ending the current desktop session.

Since:
JD4X 1.0
Version:
0.1, 25/04/2003

Method Summary
 void notifyBootRequest()
          Notify the boot class that it requires a boot service.
 

Method Detail

notifyBootRequest

public void notifyBootRequest()
Notify the boot class that it requires a boot service.