|
||||||||||
| 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.aselect.system.sam.service.SAMServiceServlet
org.aselect.server.sam.SAMService
public class SAMService
The A-Select Server SAM Service servlet.
Description:
The SAM Servlet that is used for monitoring the A-Select Server.
Concurrency issues:
-
| Field Summary | |
|---|---|
static java.lang.String |
MODULE
The module name. |
| Fields inherited from class org.aselect.system.sam.service.SAMServiceServlet |
|---|
_htOIDs, _sSAMServiceForm, _sSAMServiceStatusForm, _sWorkingDir |
| Constructor Summary | |
|---|---|
SAMService()
|
|
| Method Summary | |
|---|---|
void |
destroy()
Calls the destroy of the super class. |
protected java.util.Hashtable |
getSAMInfo()
Adds all specific A-Select Server information to the common SAM information. |
protected java.lang.String |
getSysDescr()
Returns the A-Select Server discription represented as a String. |
protected SystemLogger |
getSystemLogger()
Returns the A-Select SystemLogger |
protected java.lang.String |
getVersion()
Returns the A-Select Server version number. |
void |
init(javax.servlet.ServletConfig oServletConfig)
Initialize method for this Servlet, that starts the initialize of the super class and loads all specific A-Select Server OID's to the _htOIDs Hashtable |
protected int |
operational()
Checks if the A-Select Server Servlet is operational. |
| Methods inherited from class org.aselect.system.sam.service.SAMServiceServlet |
|---|
getCommonSAMInfo, getContextUrl, service |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, 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 |
|---|
public static final java.lang.String MODULE
| Constructor Detail |
|---|
public SAMService()
| Method Detail |
|---|
public void init(javax.servlet.ServletConfig oServletConfig)
throws javax.servlet.ServletException
Hashtable
init in interface javax.servlet.Servletinit in class SAMServiceServletjavax.servlet.ServletExceptionServlet.init(javax.servlet.ServletConfig)public void destroy()
destroy in interface javax.servlet.Servletdestroy in class SAMServiceServletSAMServiceServlet.destroy()protected SystemLogger getSystemLogger()
getSystemLogger in class SAMServiceServletSAMServiceServlet.getSystemLogger()protected java.util.Hashtable getSAMInfo()
getSAMInfo in class SAMServiceServletHashtable that contains the OID (as key) and the OID
value (as value).SAMServiceServlet.getSAMInfo()protected int operational()
operational in class SAMServiceServletint that represents if the servlet is operational (1)
or not (-1).- See Also:
SAMServiceServlet.operational()protected java.lang.String getSysDescr()
String.
getSysDescr in class SAMServiceServletString that contains a description of the system.SAMServiceServlet.getSysDescr()protected java.lang.String getVersion()
getVersion in class SAMServiceServletString containing version informationSAMServiceServlet.getVersion()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||