public class AdminAgent extends AbstractAgent
Modifier and Type | Field and Description |
---|---|
static String |
ADMIN_JSP_NAME |
configContext, DEFAULT_INDEX_JSP, operationCache
Constructor and Description |
---|
AdminAgent(ConfigurationContext aConfigContext) |
populateSessionInformation, processUnknown, renderView
public static final String ADMIN_JSP_NAME
public AdminAgent(ConfigurationContext aConfigContext)
public void handle(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse) throws IOException, ServletException
handle
in class AbstractAgent
IOException
ServletException
public void processIndex(HttpServletRequest req, HttpServletResponse res) throws IOException, ServletException
AbstractAgent
DEFAULT_INDEX_JSP
by default.processIndex
in class AbstractAgent
req
- The incoming request.res
- The outgoing response.IOException
ServletException
public void processUpload(HttpServletRequest req, HttpServletResponse res) throws IOException, ServletException
IOException
ServletException
public void processLogin(HttpServletRequest req, HttpServletResponse res) throws IOException, ServletException
IOException
ServletException
public void processEditServicePara(HttpServletRequest req, HttpServletResponse res) throws IOException, ServletException
IOException
ServletException
public void processEngagingGlobally(HttpServletRequest req, HttpServletResponse res) throws IOException, ServletException
IOException
ServletException
public void processListOperations(HttpServletRequest req, HttpServletResponse res) throws IOException, ServletException
IOException
ServletException
public void processEngageToService(HttpServletRequest req, HttpServletResponse res) throws IOException, ServletException
IOException
ServletException
public void processEngageToServiceGroup(HttpServletRequest req, HttpServletResponse res) throws IOException, ServletException
IOException
ServletException
public void processLogout(HttpServletRequest req, HttpServletResponse res) throws IOException, ServletException
IOException
ServletException
public void processviewServiceGroupConetxt(HttpServletRequest req, HttpServletResponse res) throws IOException, ServletException
IOException
ServletException
public void processviewServiceContext(HttpServletRequest req, HttpServletResponse res) throws IOException, ServletException
IOException
ServletException
public void processSelectServiceParaEdit(HttpServletRequest req, HttpServletResponse res) throws IOException, ServletException
IOException
ServletException
public void processListOperation(HttpServletRequest req, HttpServletResponse res) throws IOException, ServletException
IOException
ServletException
public void processActivateService(HttpServletRequest req, HttpServletResponse res) throws IOException, ServletException
IOException
ServletException
public void processDeactivateService(HttpServletRequest req, HttpServletResponse res) throws IOException, ServletException
IOException
ServletException
public void processViewGlobalHandlers(HttpServletRequest req, HttpServletResponse res) throws IOException, ServletException
IOException
ServletException
public void processViewServiceHandlers(HttpServletRequest req, HttpServletResponse res) throws IOException, ServletException
IOException
ServletException
public void processListPhases(HttpServletRequest req, HttpServletResponse res) throws IOException, ServletException
IOException
ServletException
public void processListServiceGroups(HttpServletRequest req, HttpServletResponse res) throws IOException, ServletException
IOException
ServletException
public void processListService(HttpServletRequest req, HttpServletResponse res) throws IOException, ServletException
IOException
ServletException
public void processListSingleService(HttpServletRequest req, HttpServletResponse res) throws IOException, ServletException
IOException
ServletException
public void processListContexts(HttpServletRequest req, HttpServletResponse res) throws IOException, ServletException
IOException
ServletException
public void processglobalModules(HttpServletRequest req, HttpServletResponse res) throws IOException, ServletException
IOException
ServletException
public void processListModules(HttpServletRequest req, HttpServletResponse res) throws IOException, ServletException
IOException
ServletException
public void processdisengageModule(HttpServletRequest req, HttpServletResponse res) throws IOException, ServletException
IOException
ServletException
public void processdeleteService(HttpServletRequest req, HttpServletResponse res) throws IOException, ServletException
IOException
ServletException
public void processSelectService(HttpServletRequest req, HttpServletResponse res) throws IOException, ServletException
IOException
ServletException
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.