|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.system.AppLib
public class AppLib
Convenience methods to manage Partner apps.
Copyright 2004-2007 Partner Software, Inc.
| Method Summary | |
|---|---|
static void |
runApp(java.lang.String appName)
Start the named app in the current thread. |
static void |
runAppAndThrowException(java.lang.String appName)
Start the named app in the current thread. |
static void |
runAppThreaded(java.lang.String appName)
Start the named app in a new thread. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void runApp(java.lang.String appName)
appName - name of the app to run
public static void runAppAndThrowException(java.lang.String appName)
throws java.lang.Throwable
appName - name of the app to run
java.lang.Throwablepublic static void runAppThreaded(java.lang.String appName)
appName - name of the app to run
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||