org.ow2.petals.tools.webadmin.cron
Class CollectorManager
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.ow2.petals.tools.webadmin.cron.CollectorManager
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public final class CollectorManager
- extends javax.servlet.http.HttpServlet
- See Also:
- Serialized Form
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectorManager
public CollectorManager()
initCollector
public static void initCollector(java.lang.String petalsHost,
java.lang.String petalsPort,
java.lang.String petalsUser,
java.lang.String petalsPwd)
isCollectorInitialized
public static boolean isCollectorInitialized()
resetCollector
public static void resetCollector()
getCollector
public static org.ow2.petals.tools.webadmin.datacollector.server.CollectorServer getCollector()
throws org.ow2.petals.tools.webadmin.datacollector.server.exception.DataCollectorServerException
- Throws:
org.ow2.petals.tools.webadmin.datacollector.server.exception.DataCollectorServerException
destroy
public void destroy()
- Specified by:
destroy
in interface javax.servlet.Servlet
- Overrides:
destroy
in class javax.servlet.GenericServlet
destroyCollector
public static void destroyCollector()
Copyright © 2005-2008 OW2 Consortium. All Rights Reserved.