|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.sakaiproject.james.JamesServlet
public class JamesServlet
JamesServlet starts James.
| Nested Class Summary | |
|---|---|
class |
JamesServlet.JamesConfigurationException
|
class |
JamesServlet.JamesRunner
James thread |
| Field Summary | |
|---|---|
protected String |
m_phoenixHome
The james / phoenix home value. |
protected JamesServlet.JamesRunner |
m_runner
The JamesRunner (Thread). |
| Constructor Summary | |
|---|---|
JamesServlet()
|
|
| Method Summary | |
|---|---|
protected void |
customizeConfig(String host,
String dns1,
String dns2,
String smtpPort,
String logDir)
|
void |
destroy()
Shutdown the servlet. |
protected static String |
getLogDirectory()
|
String |
getServletInfo()
Access the Servlet's information display. |
void |
init(javax.servlet.ServletConfig config)
Initialize the servlet. |
protected void |
startJames(javax.servlet.ServletConfig config)
|
| 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, getServletName, init, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String m_phoenixHome
protected JamesServlet.JamesRunner m_runner
| Constructor Detail |
|---|
public JamesServlet()
| Method Detail |
|---|
public String getServletInfo()
getServletInfo in interface javax.servlet.ServletgetServletInfo in class javax.servlet.GenericServlet
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletconfig - The servlet config.
javax.servlet.ServletExceptionpublic void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServletprotected static String getLogDirectory()
protected void startJames(javax.servlet.ServletConfig config)
protected void customizeConfig(String host,
String dns1,
String dns2,
String smtpPort,
String logDir)
throws JamesServlet.JamesConfigurationException
JamesServlet.JamesConfigurationException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||