com.bankframe.fe.ui
Class EPanelLoader

java.lang.Object
  extended by com.bankframe.fe.ui.EPanelLoader

public class EPanelLoader
extends Object

This class is used to load and create the process Panel Drivers for an application.


Field Summary
static String APPLICATION_BUILDER_REQUEST_ID
           
static String APPLICATION_NAME
           
static String BANKFRAME_FRONTEND_APPLICATION
           
static String GET_ALL_APPLICATIONS_BY_NAME_AND_ROLE
           
static String LIST_DELIMITER
           
static String ROLE
           
 
Constructor Summary
EPanelLoader(EPanelContainer ePanelContainer)
          The EMgrLoader constructor.
 
Method Summary
 Vector getApplication()
          This method returns a vector of EMgr instances grouped by catagory.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LIST_DELIMITER

public static final String LIST_DELIMITER
See Also:
Constant Field Values

BANKFRAME_FRONTEND_APPLICATION

public static final String BANKFRAME_FRONTEND_APPLICATION
See Also:
Constant Field Values

APPLICATION_NAME

public static final String APPLICATION_NAME
See Also:
Constant Field Values

ROLE

public static final String ROLE
See Also:
Constant Field Values

APPLICATION_BUILDER_REQUEST_ID

public static final String APPLICATION_BUILDER_REQUEST_ID
See Also:
Constant Field Values

GET_ALL_APPLICATIONS_BY_NAME_AND_ROLE

public static final String GET_ALL_APPLICATIONS_BY_NAME_AND_ROLE
See Also:
Constant Field Values
Constructor Detail

EPanelLoader

public EPanelLoader(EPanelContainer ePanelContainer)
The EMgrLoader constructor.

Parameters:
ePanelContainer - EPanelContainer
Method Detail

getApplication

public Vector getApplication()
                      throws UserInterfaceException
This method returns a vector of EMgr instances grouped by catagory.

Returns:
a vector of EMgrs
Throws:
FrontendException - if the vector cannot be built
UserInterfaceException


Copyright © 2005, 2007, Oracle. All rights reserved.