All Packages Class Hierarchy This Package Previous Next Index
Class oplan.acp3.ACP3
java.lang.Object
|
+----oplan.acp3.ACP3
- public class ACP3
- extends Object
A class extended by ACP3 main-program classes.
-
agent
- The ACP3 agent
-
model
-
-
viewer
-
-
watcher
-
-
ACP3()
- Create the ACP3 agent.
-
exit(int)
-
ACP3.exit should always be called instead of System.exit.
-
printGreeting(String)
-
A method to print the name of the system, the release version,
and the release date.
-
processCommandLineArguments(String[])
- Command-line argument processing.
-
shutdown()
- shutdown performs any necessary cleanup before an exit.
agent
public static ACP3 agent
- The ACP3 agent
viewer
public static ProcessViewer viewer
model
public static ProcessModel model
watcher
public static KqmlWatcher watcher
ACP3
protected ACP3()
- Create the ACP3 agent. Only one instance should be created.
shutdown
protected void shutdown()
- shutdown performs any necessary cleanup before an exit.
printGreeting
protected static void printGreeting(String name)
- A method to print the name of the system, the release version,
and the release date.
exit
protected static synchronized void exit(int status)
- ACP3.exit should always be called instead of System.exit.
processCommandLineArguments
protected static void processCommandLineArguments(String argv[])
- Command-line argument processing.
All Packages Class Hierarchy This Package Previous Next Index