|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.rcom.gui.core.RcomClientLauncher
This class launches the Rcom client application.
Retek Inc. Copyright (c) 2002
Constructor Summary | |
RcomClientLauncher()
Returns new Rcom client application object. |
Method Summary | |
long |
getUsedMemory(long totalMemory)
Retrieves the amount of used memory. |
long |
getUsedPercent(long totalMemory)
Retrieves the current used percentage of memory on the machine. |
void |
initialize(java.lang.String configFile)
Creates the configuration manager and configures the systems. |
void |
launch()
Launches the main background screen of the application. |
static void |
main(java.lang.String[] argv)
The main method is called upon application execution. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RcomClientLauncher()
Method Detail |
public static void main(java.lang.String[] argv)
argv
- Array of arguments passed in from the command line execution call.public void initialize(java.lang.String configFile)
configFile
- The name of the system configuration file.public void launch()
public long getUsedMemory(long totalMemory)
totalMemory
- The total memory available to the application.
public long getUsedPercent(long totalMemory)
totalMemory
- The total memory available to the application.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |