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.


Variable Index

 o agent
The ACP3 agent
 o model
 o viewer
 o watcher

Constructor Index

 o ACP3()
Create the ACP3 agent.

Method Index

 o exit(int)
ACP3.exit should always be called instead of System.exit.
 o printGreeting(String)
A method to print the name of the system, the release version, and the release date.
 o processCommandLineArguments(String[])
Command-line argument processing.
 o shutdown()
shutdown performs any necessary cleanup before an exit.

Variables

 o agent
 public static ACP3 agent
The ACP3 agent

 o viewer
 public static ProcessViewer viewer
 o model
 public static ProcessModel model
 o watcher
 public static KqmlWatcher watcher

Constructors

 o ACP3
 protected ACP3()
Create the ACP3 agent. Only one instance should be created.

Methods

 o shutdown
 protected void shutdown()
shutdown performs any necessary cleanup before an exit.

 o printGreeting
 protected static void printGreeting(String name)
A method to print the name of the system, the release version, and the release date.

 o exit
 protected static synchronized void exit(int status)
ACP3.exit should always be called instead of System.exit.

 o processCommandLineArguments
 protected static void processCommandLineArguments(String argv[])
Command-line argument processing.


All Packages  Class Hierarchy  This Package  Previous  Next  Index