com.plumtree.uiinfrastructure.web
Interface IApplicationManager
- All Known Implementing Classes:
- ApplicationManager
public interface IApplicationManager
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. |
GetApplication
IApplication GetApplication(java.lang.String name)
- Return the plumtree application object that corresponds to the name
passed in. NOTE: The Application must initally be access from
GetApplication(String, String).
- Parameters:
name
- Name of the Application
- Returns:
- Application corresponding to the name
- Throws:
ApplicationFailedToInitializeException
- if the Application has not
been initialized.
GetApplication
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.
- Parameters:
name
- Name of the ApplicationxmlVarPackFile
- File path to the dynamic discover filelibraryPath
- -- This is not used in Java
- Returns:
- Application corresponding to the name
- Throws:
ApplicationFailedToInitializeException
- if the Application fails to
initialize.