|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectHttpServlet
org.jcrontab.web.loadCrontabServlet
Constructor Summary | |
loadCrontabServlet()
|
Method Summary | |
protected java.io.InputStream |
createPropertiesStream(java.lang.String name)
|
void |
destroy()
|
void |
doStop()
|
void |
init(ServletConfig config)
Refer to Servlet Javadoc This method is invoked by the Servlet container When the app-server starts. |
void |
process()
This method starts the Crontab and lets the system Continue without wasting more resources. |
void |
ShutdownHook()
This method seths a ShutdownHook to the system This traps the CTRL+C or kill signal and shutdows Correctly the system. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public loadCrontabServlet()
Method Detail |
public void init(ServletConfig config) throws ServletException
config
- The ServletConfig
ServletException
protected java.io.InputStream createPropertiesStream(java.lang.String name) throws java.io.IOException
java.io.IOException
public void process()
public void ShutdownHook() throws java.lang.Exception
java.lang.Exception
public void destroy()
public void doStop()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |