|
||||||||||
| 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.authspserver.sam.SAMService
public class SAMService
The A-Select AuthSP Server SAM Service servlet.
Description:
The SAM Servlet that is used for monitoring the A-Select AuthSP 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 super class destroy method. |
protected java.util.Hashtable |
getSAMInfo()
Returns all information that can be resolved from this A-Select AuthSP Server that is usefull for monitoring. |
protected java.lang.String |
getSysDescr()
Returns the A-Select AuthSP Server discription represented as a
String. |
protected SystemLogger |
getSystemLogger()
Returns the AuthSP Server system logger, used for logging. |
protected java.lang.String |
getVersion()
Returns the A-Select AuthSP 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 AuthSP 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.ServletExceptionSAMServiceServlet.init(javax.servlet.ServletConfig)public void destroy()
destroy in interface javax.servlet.Servletdestroy in class SAMServiceServletSAMServiceServlet.destroy()protected java.util.Hashtable getSAMInfo()
getSAMInfo in class SAMServiceServletHashtable that contains the OID (as key) and the OID
value (as value).SAMServiceServlet.getSAMInfo()protected SystemLogger getSystemLogger()
getSystemLogger in class SAMServiceServletSAMServiceServlet.getSystemLogger()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 | |||||||||