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

Quick Search    Search Deep

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


public interface JXControllerInterface

JXControllerInterface defines the minimum features that a GUI front end of Junk must provide in order to allow Junk to notify it of changes. All custom GUI desktop controller must implement these interfaces. Implementations of a custom GUI desktop controller must also extend the JXMinorModule interface.

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

Method Summary
 java.lang.String getJvmOption()
          Get the user defined Jvm options to start a new Jvm.
 void notifyError()
          Notify the client that an error was detected by Junk.
 void updateJvms()
          Update the GUI to the latest Jvm status.
 void updateProcesses()
          Update the GUI to the latest process status.
 void updateThreads()
          Update the GUI to the latest thread status.
 

Method Detail

getJvmOption

public java.lang.String getJvmOption()
Get the user defined Jvm options to start a new Jvm.


notifyError

public void notifyError()
Notify the client that an error was detected by Junk.


updateThreads

public void updateThreads()
Update the GUI to the latest thread status.


updateJvms

public void updateJvms()
Update the GUI to the latest Jvm status.


updateProcesses

public void updateProcesses()
Update the GUI to the latest process status.