|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectse.entra.phantom.server.REXXMigration
se.entra.phantom.server.rconsole.AdminApplicationConfig
public class AdminApplicationConfig
This class handles the server configuration as a part of the larger administration application (@see class AdminApplicationConfig).
This class uses text references from the file RCONSOLE.PHM that are part of the GUI to this application. Text string IDs referenced from this class uses the scheme ADM1nnn for naming text strings. All other strings are used by the GUI itself.
| Field Summary |
|---|
| Fields inherited from class se.entra.phantom.server.REXXMigration |
|---|
CTLSTYLE_DISABLE, CTLSTYLE_ENABLE, CTLSTYLE_HIDE, CTLSTYLE_READONLY, CTLSTYLE_SHOW, MAX_TIMEOUT, REXX_ERR_FILENOTFOUND, REXX_ERR_GENERAL, REXX_ERR_HOSTFLDNOTFOUND, REXX_ERR_NOSTATE, REXX_ERR_NOTFOUND, REXX_ERR_READERROR, REXX_ERR_TIMEOUT |
| Fields inherited from interface se.entra.phantom.server.ObjectCalling |
|---|
CHAR, CHECK, CLK, CLOSE, CMD, CRT, DBLCLK, DEFOC, FOC, HCHG, HIDDEN, QMSG, RECRT, REM, SEL, SHOW, START, UCHG, XLATE |
| Constructor Summary | |
|---|---|
AdminApplicationConfig(PhantomWorker worker)
Creates a new instance of the administration application. |
|
| Method Summary | |
|---|---|
void |
setChanged()
Sets the INI file as changed. |
void |
start(String argId,
int argMsg,
String argStr)
This is the function that starts the Java object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AdminApplicationConfig(PhantomWorker worker)
| Method Detail |
|---|
public void start(String argId,
int argMsg,
String argStr)
Every derived Java class should override this method.
Valid messages are CRT, REM, UCHG, HCHG, FOC, DEFOC, CLK, DBLCLK, CMD, SEL, CHAR, CHECK, HIDDEN, RECRT, XLATE, START, SHOW and QMSG.
Not supported messages are DDEPOKE, DDEEXEC, DDEREQ, DDEVAL, DDECONN, DDEERR, DDEDATA).
start in interface ObjectCallingstart in class REXXMigrationpublic void setChanged()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||