Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.lilacsoftware.orca
Class SystemServlet  view SystemServlet download SystemServlet.java

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended bycom.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: