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
-
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.
-
shutdown()
- shutdown performs any necessary cleanup before an exit.
agent
protected static ACP3 agent
- The ACP3 agent
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.
All Packages Class Hierarchy This Package Previous Next Index