|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectaa.Start
This class starts an AAA (Adaptive Actor Architecture) platform.
History:
| Field Summary | |
static java.lang.String |
AA_DATE
Specifies the date of this version. |
static java.lang.String |
AA_VERSION
Specifies the version of this platform. |
private boolean |
m_bFlagGUI
Specifies whether this platform shows the graphic user interface. |
private java.lang.Integer |
m_intPort
Specifies the port number of a server socket for in-coming messages. |
| Constructor Summary | |
Start(java.lang.String[] p_straArgs)
Creates a multi-actor paltform. |
|
| Method Summary | |
private void |
displayUsage()
Displays the usage of this program. |
private void |
displayVersion()
Displays the version of this program. |
static void |
main(java.lang.String[] args)
Invoked when this program is executed. |
private boolean |
procArgs(java.lang.String[] p_straArgs)
Processes input arguments. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String AA_VERSION
public static final java.lang.String AA_DATE
private boolean m_bFlagGUI
private java.lang.Integer m_intPort
| Constructor Detail |
public Start(java.lang.String[] p_straArgs)
p_straArgs - string arguments given on the command mode.| Method Detail |
public static void main(java.lang.String[] args)
args - string arguments given on the command mode.private void displayVersion()
private void displayUsage()
private boolean procArgs(java.lang.String[] p_straArgs)
p_straArgs - string arguments given on the command mode.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||