org.apache.geronimo.console.jmsmanager.wizard
Class CreateDestinationHandler
java.lang.Object
org.apache.geronimo.console.MultiPageAbstractHandler
org.apache.geronimo.console.jmsmanager.wizard.AbstractHandler
org.apache.geronimo.console.jmsmanager.wizard.CreateDestinationHandler
public class CreateDestinationHandler
- extends AbstractHandler
Handler for the screen that creates a new connection factory
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 |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateDestinationHandler
public CreateDestinationHandler()
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-2007 Apache Software Foundation. All Rights Reserved.