Class ServerSiteViewBean

  • All Implemented Interfaces:
    com.iplanet.jato.RequestCompletionListener, com.iplanet.jato.RequestHandler, com.iplanet.jato.RequestParticipant, com.iplanet.jato.view.ContainerView, com.iplanet.jato.view.View, com.iplanet.jato.view.ViewBean, com.iplanet.jato.view.WebActionHandler, com.iplanet.jato.view.WebActions, com.sun.web.ui.view.tabs.CCNodeEventHandlerInterface

    public class ServerSiteViewBean
    extends AMPrimaryMastHeadViewBean
    Servers and Sites Management main page.
    • Constructor Detail

      • ServerSiteViewBean

        public ServerSiteViewBean()
        Creates a servers and sites view bean.
    • Method Detail

      • beginDisplay

        public void beginDisplay​(com.iplanet.jato.view.event.DisplayEvent event)
                          throws com.iplanet.jato.model.ModelControlException
        Displays servers and sites information.
        Specified by:
        beginDisplay in interface com.iplanet.jato.view.ContainerView
        Overrides:
        beginDisplay in class AMPrimaryMastHeadViewBean
        Parameters:
        event - Display Event.
        Throws:
        com.iplanet.jato.model.ModelControlException - if unable to initialize model.
      • getModelInternal

        protected AMModel getModelInternal()
        Description copied from class: AMViewBeanBase
        Returns model for this view bean. Dervived class need to implement this method.
        Specified by:
        getModelInternal in class AMViewBeanBase
        Returns:
        model for this view bean.
      • handleTblSiteButtonAddRequest

        public void handleTblSiteButtonAddRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)
        Forwards request to site creation view bean.
        Parameters:
        event - Request Invocation Event.
      • handleTblServerButtonCloneRequest

        public void handleTblServerButtonCloneRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)
                                               throws com.iplanet.jato.model.ModelControlException
        Forwards request to server clone view bean.
        Parameters:
        event - Request Invocation Event.
        Throws:
        com.iplanet.jato.model.ModelControlException
      • handleTblServerButtonAddRequest

        public void handleTblServerButtonAddRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)
        Forwards request to server creation view bean.
        Parameters:
        event - Request Invocation Event.
      • handleTblServerButtonDeleteRequest

        public void handleTblServerButtonDeleteRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)
                                                throws com.iplanet.jato.model.ModelControlException
        Deletes server.
        Parameters:
        event - Request Invocation Event.
        Throws:
        com.iplanet.jato.model.ModelControlException - if table model cannot be restored.
      • handleTblSiteButtonDeleteRequest

        public void handleTblSiteButtonDeleteRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)
                                              throws com.iplanet.jato.model.ModelControlException
        Deletes site.
        Parameters:
        event - Request Invocation Event.
        Throws:
        com.iplanet.jato.model.ModelControlException - if table model cannot be restored.
      • handleTblDataSiteActionHrefRequest

        public void handleTblDataSiteActionHrefRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)
                                                throws com.iplanet.jato.model.ModelControlException
        Handles edit site request.
        Parameters:
        event - Request Invocation Event.
        Throws:
        com.iplanet.jato.model.ModelControlException - if table model cannot be restored.
      • handleTblDataServerActionHrefRequest

        public void handleTblDataServerActionHrefRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)
                                                  throws com.iplanet.jato.model.ModelControlException
        Handles edit server request.
        Parameters:
        event - Request Invocation Event.
        Throws:
        com.iplanet.jato.model.ModelControlException - if table model cannot be restored.
      • handleBtnDefaultSettingsRequest

        public void handleBtnDefaultSettingsRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)