info.magnolia.module.exchangesimple.pages
Class ActivationMonitorPage

java.lang.Object
  extended by info.magnolia.cms.servlets.MVCServletHandlerImpl
      extended by info.magnolia.cms.servlets.CommandBasedMVCServletHandler
          extended by info.magnolia.module.admininterface.PageMVCHandler
              extended by info.magnolia.module.admininterface.TemplatedMVCHandler
                  extended by info.magnolia.module.exchangesimple.pages.ActivationMonitorPage
All Implemented Interfaces:
MVCServletHandler

public class ActivationMonitorPage
extends TemplatedMVCHandler

Activation monitor page.


Field Summary
 
Fields inherited from class info.magnolia.module.admininterface.PageMVCHandler
COMMAND_PARAMETER_NAME, COMMAND_SHOW, VIEW_SHOW
 
Fields inherited from class info.magnolia.cms.servlets.MVCServletHandlerImpl
exception, request, response, VIEW_ERROR, VIEW_SUCCESS
 
Fields inherited from interface info.magnolia.cms.servlets.MVCServletHandler
VIEW_NOTHING
 
Constructor Summary
ActivationMonitorPage(String name, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Method Summary
 ActivationMonitor getActivationMonitor()
           
 int getItemsPerPage()
           
 String getLastRestartDate()
           
 Messages getMessages()
           
 String getMgnlUser()
           
 Collection<?> getUserActivations()
           
 boolean isEnterpriseEdition()
           
 void setItemsPerPage(int itemsPerPage)
           
 void setMgnlUser(String mgnlUser)
           
 
Methods inherited from class info.magnolia.module.admininterface.TemplatedMVCHandler
getTemplateName, renderHtml
 
Methods inherited from class info.magnolia.module.admininterface.PageMVCHandler
getForm, getI18nBasename, getMsgs, getParams, init, setForm, setI18nBasename, setMsgs, setParams, show
 
Methods inherited from class info.magnolia.cms.servlets.CommandBasedMVCServletHandler
execute, findCommand, getCatalogueName, getCommandContext, getViewNameAfterExecution, setCatalogueName
 
Methods inherited from class info.magnolia.cms.servlets.MVCServletHandlerImpl
getCommand, getException, getExceptionStackTrace, getName, getRequest, getResponse, populateFromRequest, setCommand, setRequest, setResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivationMonitorPage

public ActivationMonitorPage(String name,
                             javax.servlet.http.HttpServletRequest request,
                             javax.servlet.http.HttpServletResponse response)
Method Detail

getActivationMonitor

public ActivationMonitor getActivationMonitor()

getMessages

public Messages getMessages()

getItemsPerPage

public int getItemsPerPage()

setItemsPerPage

public void setItemsPerPage(int itemsPerPage)

setMgnlUser

public void setMgnlUser(String mgnlUser)

getMgnlUser

public String getMgnlUser()

isEnterpriseEdition

public boolean isEnterpriseEdition()

getUserActivations

public Collection<?> getUserActivations()

getLastRestartDate

public String getLastRestartDate()


Copyright © 2003-2014 Magnolia International Ltd.. All Rights Reserved.