|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.system.AppManager
public class AppManager
Tracks open applications, and manages their startup and shutdown processes.
| Method Summary | |
|---|---|
App |
fetchApp(java.lang.String appName)
Fetch and set up the named application. |
void |
popAppContext(java.lang.String contextName)
This is also generally used by launcher tools. |
void |
popGUIAppContext(java.lang.String contextName)
This is also generally used by launcher tools. |
void |
pushAppContext(java.lang.String contextName)
This is generally only used by launcher tools. |
void |
pushGUIAppContext(java.lang.String contextName)
This is generally only used by launcher tools. |
void |
runApp(App runme)
Runs an app in the current thread. |
void |
runAppThreaded(App runme)
Runs an app in a new thread. |
static AppManager |
singleton()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static AppManager singleton()
public void runApp(App runme)
public void runAppThreaded(App runme)
public App fetchApp(java.lang.String appName)
throws java.io.IOException
java.io.IOExceptionpublic void pushAppContext(java.lang.String contextName)
public void pushGUIAppContext(java.lang.String contextName)
public void popAppContext(java.lang.String contextName)
public void popGUIAppContext(java.lang.String contextName)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||