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.
 

Method Detail

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 Application
xmlVarPackFile - File path to the dynamic discover file
libraryPath - -- This is not used in Java
Returns:
Application corresponding to the name
Throws:
ApplicationFailedToInitializeException - if the Application fails to initialize.



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.