|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjpl.mipl.cassini.CDRS.qviewer.core.server.Application
public abstract class Application
This application class ensures that the application begins and exits properly. It's adapted from MSAS:jpl/msas/core/server/Application.java Copyright 2002, California Institute of Technology. ALL RIGHTS RESERVED. U.S. Government Sponsorship acknowledge. CASSINI DOWNLINK TELEMETRY PROCESSING. History : --------- Date Who What ----------------------------------------------------------------------------- 04/17/2002 Cecilia Cheng Created this file 05/24/2002 Cecilia Cheng Initial Release 08/09/2002 Cecilia Cheng D29.0.1 08/20/2002 Cecilia Cheng Use netbeans to add javadoc comments ==============================================================================
| Constructor Summary | |
|---|---|
Application()
|
|
| Method Summary | |
|---|---|
static void |
addCleanUp(CleanUp process)
Add the clean up process |
abstract void |
begin()
This tells the client to start doing something, including initialization. |
static void |
exit()
Exit properly |
static void |
exit(int code)
Exit properly |
static void |
exit(String message)
Exit properly |
static void |
exit(String message,
int code)
Exit properly |
abstract void |
finish()
This routine is called to tell the client to cleanup from execution if needed (threads, servers, sockets, shells, etc.) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Application()
| Method Detail |
|---|
public abstract void begin()
public abstract void finish()
public static void addCleanUp(CleanUp process)
process - the clean up process to be addedpublic static void exit()
public static void exit(int code)
code - the exit codepublic static void exit(String message)
message - the exit message
public static void exit(String message,
int code)
message - the exit messagecode - the exit code
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||