| org.apache.geronimo.console.BasePortlet org.apache.geronimo.console.databasemanager.wizard.DatabasePoolPortlet
DatabasePoolPortlet | public class DatabasePoolPortlet extends BasePortlet (Code) | | A portlet that lets you configure and deploy JDBC connection pools.
version: $Rev: 611338 $ $Date: 2008-01-11 16:42:22 -0800 (Fri, 11 Jan 2008) $ |
Inner Class :public static class PoolData implements Serializable | |
Inner Class :public static class ResourceAdapterParams | |
Inner Class :public static class ConfigParam | |
destroy | public void destroy()(Code) | | |
doView | protected void doView(RenderRequest renderRequest, RenderResponse renderResponse) throws IOException, PortletException(Code) | | |
getRARConfiguration | public ResourceAdapterParams getRARConfiguration(PortletRequest request, String rarPath, String displayName, String adapterAbstractName)(Code) | | Loads data about a resource adapter. Depending on what we already have, may load
the name and description, but always loads the config property descriptions.
Parameters: request - Pass it or die Parameters: rarPath - If we're creating a new RA, the path to identify it Parameters: displayName - If we're editing an existing RA, its name Parameters: adapterAbstractName - If we're editing an existing RA, its AbstractName resource adapter parameter data object |
init | public void init(PortletConfig portletConfig) throws PortletException(Code) | | |
processAction | public void processAction(ActionRequest actionRequest, ActionResponse actionResponse) throws PortletException, IOException(Code) | | |
|
|