|
|||||||||
| Home >> All >> com >> lilacsoftware >> [ orca overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.lilacsoftware.orca
Class SystemServlet

java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.lilacsoftware.orca.SystemServlet
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- public final class SystemServlet
- extends javax.servlet.http.HttpServlet
Description of the Class
| Field Summary | |
(package private) com.lilacsoftware.orca.DBManager.DataRetriever |
dataRetriever
|
(package private) com.lilacsoftware.orca.AudioManager.AudioSystem |
localAudioSystem
|
| Fields inherited from class javax.servlet.http.HttpServlet |
|
| Fields inherited from class javax.servlet.GenericServlet |
|
| Constructor Summary | |
SystemServlet()
|
|
| Method Summary | |
void |
destroy()
Description of the Method |
void |
init()
Initialize the Orca system. |
| 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, log, log |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
localAudioSystem
com.lilacsoftware.orca.AudioManager.AudioSystem localAudioSystem
dataRetriever
com.lilacsoftware.orca.DBManager.DataRetriever dataRetriever
| Constructor Detail |
SystemServlet
public SystemServlet()
| Method Detail |
init
public void init()
throws javax.servlet.ServletException
- Initialize the Orca system. This initializes the Debug system, the app
properties, the database system, and the local audio system
- Since:
destroy
public void destroy()
- Description of the Method
- Since:
|
|||||||||
| Home >> All >> com >> lilacsoftware >> [ orca overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC