org.apache.geronimo.console.jmsmanager.wizard
Class CreateConnectionFactoryHandler

java.lang.Object
  extended by org.apache.geronimo.console.MultiPageAbstractHandler
      extended by org.apache.geronimo.console.jmsmanager.wizard.AbstractHandler
          extended by org.apache.geronimo.console.jmsmanager.wizard.CreateConnectionFactoryHandler

public class CreateConnectionFactoryHandler
extends AbstractHandler

Handler for the screen that creates a new connection factory


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.geronimo.console.jmsmanager.wizard.AbstractHandler
AbstractHandler.JMSAdminObjectData, AbstractHandler.JMSConnectionFactoryData, AbstractHandler.JMSResourceData
 
Field Summary
 
Fields inherited from class org.apache.geronimo.console.jmsmanager.wizard.AbstractHandler
ADD_DESTINATION_MODE, ADD_FACTORY_MODE, BLOCK_TIME_PARAMETER, CONFIGURE_RA_MODE, CURRENT_DEST_PARAMETER, CURRENT_FACTORY_PARAMETER, DEPENDENCY_PARAMETER, DEPLOY_MODE, DEST_TYPE_PARAMETER, FACTORY_TYPE_PARAMETER, IDLE_TIME_PARAMETER, INSTANCE_NAME_PARAMETER, LIST_MODE, MAX_SIZE_PARAMETER, MIN_SIZE_PARAMETER, NAME_PARAMETER, PROVIDER_PARAMETER, RAR_FILE_PARAMETER, REVIEW_MODE, SELECT_DESTINATION_TYPE_MODE, SELECT_FACTORY_TYPE_MODE, SELECT_PROVIDER_MODE, SHOW_PLAN_MODE, TRANSACTION_PARAMETER, XA_THREAD_PARAMETER, XA_TRANSACTION_PARAMETER
 
Fields inherited from class org.apache.geronimo.console.MultiPageAbstractHandler
AFTER_ACTION, BEFORE_ACTION, view
 
Constructor Summary
CreateConnectionFactoryHandler()
           
 
Method Summary
 String actionAfterView(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response, MultiPageModel model)
          Returns the mode for the next screen to render (usually the one after this in the sequence)
 String actionBeforeView(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response, MultiPageModel model)
          Returns the mode for the next screen to render (usually this one)
 void renderView(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response, MultiPageModel model)
           
 
Methods inherited from class org.apache.geronimo.console.jmsmanager.wizard.AbstractHandler
save, waitForProgress
 
Methods inherited from class org.apache.geronimo.console.MultiPageAbstractHandler
destroy, getMode, getUploadFields, getUploadFiles, getView, init, isEmpty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateConnectionFactoryHandler

public CreateConnectionFactoryHandler()
Method Detail

actionBeforeView

public String actionBeforeView(javax.portlet.ActionRequest request,
                               javax.portlet.ActionResponse response,
                               MultiPageModel model)
                        throws javax.portlet.PortletException,
                               IOException
Description copied from class: MultiPageAbstractHandler
Returns the mode for the next screen to render (usually this one)

Specified by:
actionBeforeView in class MultiPageAbstractHandler
Throws:
javax.portlet.PortletException
IOException

renderView

public void renderView(javax.portlet.RenderRequest request,
                       javax.portlet.RenderResponse response,
                       MultiPageModel model)
                throws javax.portlet.PortletException,
                       IOException
Specified by:
renderView in class MultiPageAbstractHandler
Throws:
javax.portlet.PortletException
IOException

actionAfterView

public String actionAfterView(javax.portlet.ActionRequest request,
                              javax.portlet.ActionResponse response,
                              MultiPageModel model)
                       throws javax.portlet.PortletException,
                              IOException
Description copied from class: MultiPageAbstractHandler
Returns the mode for the next screen to render (usually the one after this in the sequence)

Specified by:
actionAfterView in class MultiPageAbstractHandler
Throws:
javax.portlet.PortletException
IOException


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.