org.apache.geronimo.console.databasemanager.wizard
Class DatabasePoolPortlet
java.lang.Object
   javax.portlet.GenericPortlet
javax.portlet.GenericPortlet
       org.apache.geronimo.console.BasePortlet
org.apache.geronimo.console.BasePortlet
           org.apache.geronimo.console.databasemanager.wizard.DatabasePoolPortlet
org.apache.geronimo.console.databasemanager.wizard.DatabasePoolPortlet
- All Implemented Interfaces: 
- javax.portlet.Portlet, javax.portlet.PortletConfig
- public class DatabasePoolPortlet 
- extends BasePortlet
A portlet that lets you configure and deploy JDBC connection pools.
 
 
 
 
 
 
| Methods inherited from class javax.portlet.GenericPortlet | 
| doDispatch, doEdit, doHelp, getInitParameter, getInitParameterNames, getPortletConfig, getPortletContext, getPortletName, getResourceBundle, getTitle, init, render | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DatabasePoolPortlet
public DatabasePoolPortlet()
init
public void init(javax.portlet.PortletConfig portletConfig)
          throws javax.portlet.PortletException
- 
- Specified by:
- initin interface- javax.portlet.Portlet
- Overrides:
- initin class- javax.portlet.GenericPortlet
 
- 
- Throws:
- javax.portlet.PortletException
 
destroy
public void destroy()
- 
- Specified by:
- destroyin interface- javax.portlet.Portlet
- Overrides:
- destroyin class- javax.portlet.GenericPortlet
 
- 
 
getDriverInfo
public DriverDownloader.DriverInfo[] getDriverInfo(javax.portlet.PortletRequest request)
- 
 
getRARConfiguration
public DatabasePoolPortlet.ResourceAdapterParams getRARConfiguration(javax.portlet.PortletRequest request,
                                                                     String rarPath,
                                                                     String displayName,
                                                                     String adapterAbstractName)
- 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
- rarPath- If we're creating a new RA, the path to identify it
- displayName- If we're editing an existing RA, its name
- adapterAbstractName- If we're editing an existing RA, its AbstractName
 
processAction
public void processAction(javax.portlet.ActionRequest actionRequest,
                          javax.portlet.ActionResponse actionResponse)
                   throws javax.portlet.PortletException,
                          IOException
- 
- Specified by:
- processActionin interface- javax.portlet.Portlet
- Overrides:
- processActionin class- javax.portlet.GenericPortlet
 
- 
- Throws:
- javax.portlet.PortletException
- IOException
 
doView
protected void doView(javax.portlet.RenderRequest renderRequest,
                      javax.portlet.RenderResponse renderResponse)
               throws IOException,
                      javax.portlet.PortletException
- 
- Overrides:
- doViewin class- javax.portlet.GenericPortlet
 
- 
- Throws:
- IOException
- javax.portlet.PortletException
 
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.