|
|||||||||
| Home >> All >> arch >> module >> [ icore overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
arch.module.icore
Interface JXControllerInterface

- 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.
|
|||||||||
| Home >> All >> arch >> module >> [ icore overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC