|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.servlet.servletManager.ServletStatus
This class describes the current status of a Servlet being stored in the ServletManager. Instances of this class are returned by a ServletManager.
ServletManager
,
Field Summary | |
java.lang.String |
className
The class name of the Servlet. |
java.lang.String[] |
classPath
The additional classpath used for this Servlet. |
java.util.Date |
createTime
The time when the Servlet was instantiated, and init()
was called. |
double |
currentReqPerMinute
The number of requests per minute made to this Servlet for the most recent completed minute. |
java.lang.String |
defaultSessionTimeOut
The default session timeout used by a war |
java.lang.String |
description
A human readable string describing the Servlet. |
java.lang.String |
docRoot
The Servlet's root on the filesystem? |
java.util.Properties |
initArgs
The initialization string that either will be or was used to initialize the Servlet. |
java.lang.String |
isInvokerEnabled
The isWARValidated used by a war |
boolean |
isWar
If this servlet is a war |
java.lang.String |
isWARExpanded
The isWARExpanded used by a war |
java.lang.String |
isWARValidated
The default session timeout used by a war |
java.lang.String |
isWorkDirPersistent
The isInvokerEnabled used by a war |
static org.apache.log4j.Logger |
logger
The log channel the Servlet writes to. |
double |
maxReqPerMinute
The highwater mark for currentReqPerMinute . |
java.util.Date |
maxReqPerMinuteTime
The time at which the maxReqPerMinute occured. |
java.util.Vector |
paths
The URL prefix used by the context |
int |
refCount
The number of times that this Servlet was asked for by get(). |
boolean |
running
True if the Servlet currently exists. |
boolean |
runOnInit
True if the configuration information for the conterxt says to start at init time |
Constructor Summary | |
protected |
ServletStatus()
Protected contructor. |
Method Summary | |
boolean |
IsInvokerEnabled()
|
boolean |
IsWARExpanded()
|
boolean |
IsWARValidated()
|
boolean |
IsWorkDirPersistent()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.util.Properties initArgs
ServletManager
,
Properties
public java.lang.String description
ServletManager
public java.lang.String className
org.enhydra.Servlet
.
public java.lang.String docRoot
ServletManager
public java.lang.String[] classPath
public boolean running
ServletManager
public boolean runOnInit
ServletManager
public static org.apache.log4j.Logger logger
log()
method of it's ServletContext, the string
ends up being written to this channel.
public int refCount
ServletManager
public java.util.Date createTime
init()
was called. This will have happend as a result of either a
get()
or a start()
code.
If running
is null, then the Servlet is not currently
instantiated, in which case this will be null also.
public double currentReqPerMinute
public double maxReqPerMinute
currentReqPerMinute
. This is the
largest value of currentReqPerMinute
seen since the
Servlet was started. This is reset when the Servlet is started.
public java.util.Date maxReqPerMinuteTime
maxReqPerMinute
occured.
This is reset when the Servlet is started.
public boolean isWar
public java.util.Vector paths
public java.lang.String defaultSessionTimeOut
public java.lang.String isWARExpanded
public java.lang.String isWARValidated
public java.lang.String isInvokerEnabled
public java.lang.String isWorkDirPersistent
Constructor Detail |
protected ServletStatus()
ServletManager
Method Detail |
public boolean IsWARExpanded()
public boolean IsWARValidated()
public boolean IsInvokerEnabled()
public boolean IsWorkDirPersistent()
|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |