|
||||||||||
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.Servlet
init
in class SAMServiceServlet
javax.servlet.ServletException
Servlet.init(javax.servlet.ServletConfig)
public void destroy()
destroy
in interface javax.servlet.Servlet
destroy
in class SAMServiceServlet
SAMServiceServlet.destroy()
protected SystemLogger getSystemLogger()
getSystemLogger
in class SAMServiceServlet
SAMServiceServlet.getSystemLogger()
protected java.util.Hashtable getSAMInfo()
getSAMInfo
in class SAMServiceServlet
Hashtable
that contains the OID (as key) and the OID
value (as value).SAMServiceServlet.getSAMInfo()
protected int operational()
operational
in class SAMServiceServlet
int that represents if the servlet is operational (1)
or not (-1).- See Also:
SAMServiceServlet.operational()
protected java.lang.String getSysDescr()
String
.
getSysDescr
in class SAMServiceServlet
String
that contains a description of the system.SAMServiceServlet.getSysDescr()
protected java.lang.String getVersion()
getVersion
in class SAMServiceServlet
String
containing version informationSAMServiceServlet.getVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |