public class ServletInfo extends Object
| Constructor and Description |
|---|
ServletInfo()
ServletInfo Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAllocationCount()
Gets the allocation count.
|
String |
getApplicationName()
Gets the application name.
|
int |
getErrorCount()
Gets the error count.
|
int |
getLoadOnStartup()
Gets the load on startup.
|
long |
getLoadTime()
Gets the load time.
|
List<String> |
getMappings()
Gets the mappings.
|
int |
getMaxInstances()
Gets the max instances.
|
long |
getMaxTime()
Gets the max time.
|
long |
getMinTime()
Gets the min time.
|
long |
getProcessingTime()
Gets the processing time.
|
int |
getRequestCount()
Gets the request count.
|
String |
getRunAs()
Gets the run as.
|
String |
getServletClass()
Gets the servlet class.
|
String |
getServletName()
Gets the servlet name.
|
boolean |
isAvailable()
Checks if is available.
|
boolean |
isSingleThreaded()
Checks if is single threaded.
|
void |
setAllocationCount(int allocationCount)
Sets the allocation count.
|
void |
setApplicationName(String applicationName)
Sets the application name.
|
void |
setAvailable(boolean available)
Sets the available.
|
void |
setErrorCount(int errorCount)
Sets the error count.
|
void |
setLoadOnStartup(int loadOnStartup)
Sets the load on startup.
|
void |
setLoadTime(long loadTime)
Sets the load time.
|
void |
setMappings(List<String> mappings)
Sets the mappings.
|
void |
setMaxInstances(int maxInstances)
Sets the max instances.
|
void |
setMaxTime(long maxTime)
Sets the max time.
|
void |
setMinTime(long minTime)
Sets the min time.
|
void |
setProcessingTime(long processingTime)
Sets the processing time.
|
void |
setRequestCount(int requestCount)
Sets the request count.
|
void |
setRunAs(String runAs)
Sets the run as.
|
void |
setServletClass(String servletClass)
Sets the servlet class.
|
void |
setServletName(String servletName)
Sets the servlet name.
|
void |
setSingleThreaded(boolean singleThreaded)
Sets the single threaded.
|
public String getApplicationName()
public void setApplicationName(String applicationName)
applicationName - the new application namepublic String getServletName()
public void setServletName(String servletName)
servletName - the new servlet namepublic String getServletClass()
public void setServletClass(String servletClass)
servletClass - the new servlet classpublic boolean isAvailable()
public void setAvailable(boolean available)
available - the new availablepublic int getLoadOnStartup()
public void setLoadOnStartup(int loadOnStartup)
loadOnStartup - the new load on startuppublic String getRunAs()
public void setRunAs(String runAs)
runAs - the new run aspublic int getErrorCount()
public void setErrorCount(int errorCount)
errorCount - the new error countpublic long getLoadTime()
public void setLoadTime(long loadTime)
loadTime - the new load timepublic long getMaxTime()
public void setMaxTime(long maxTime)
maxTime - the new max timepublic long getMinTime()
public void setMinTime(long minTime)
minTime - the new min timepublic long getProcessingTime()
public void setProcessingTime(long processingTime)
processingTime - the new processing timepublic int getRequestCount()
public void setRequestCount(int requestCount)
requestCount - the new request countpublic boolean isSingleThreaded()
public void setSingleThreaded(boolean singleThreaded)
singleThreaded - the new single threadedpublic int getAllocationCount()
public void setAllocationCount(int allocationCount)
allocationCount - the new allocation countpublic int getMaxInstances()
public void setMaxInstances(int maxInstances)
maxInstances - the new max instancesCopyright © 2009–2020 psi-probe. All rights reserved.