|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.web.ApplicationManager
public class ApplicationManager
Title: Application Manager
Copyright: Copyright (c) 2002
Company: Plumtree
| Nested Class Summary | |
|---|---|
static class |
ApplicationManager.ApplicationFailedToInitializeException
|
| Method Summary | |
|---|---|
IApplication |
GetApplication(java.lang.String name)
Return the plumtree application object that corresponds to the name passed in. |
IApplication |
GetApplication(java.lang.String name,
java.lang.String xmlVarPackFile,
java.lang.String libraryPath)
Return the plumtree application object that corresponds to the name passed in. |
static IApplicationManager |
GetInstance()
Access the Application Manager singleton. |
static void |
SetTestInstance(IApplicationManager testApplicationManager)
Unit tests should use this method to overwrite/teardown existing singleton. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static IApplicationManager GetInstance()
public IApplication GetApplication(java.lang.String name)
GetApplication in interface IApplicationManagername - Name of the Application
ApplicationManager.ApplicationFailedToInitializeException - if the Application has not
been initialized.
public IApplication GetApplication(java.lang.String name,
java.lang.String xmlVarPackFile,
java.lang.String libraryPath)
GetApplication in interface IApplicationManagername - Name of the ApplicationxmlVarPackFile - File path to the dynamic discover filelibraryPath - -- This is not used in Java
ApplicationManager.ApplicationFailedToInitializeException - if the Application fails to
initialize.public static void SetTestInstance(IApplicationManager testApplicationManager)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||