public class Application extends Object implements Serializable
| Constructor and Description |
|---|
Application() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSize(long size)
Adds the size.
|
long |
getAvgTime()
Gets the avg time.
|
int |
getContextAttributeCount()
Gets the context attribute count.
|
int |
getDataSourceBusyScore()
Gets the data source busy score.
|
int |
getDataSourceEstablishedScore()
Gets the data source established score.
|
String |
getDisplayName()
Gets the display name.
|
String |
getDocBase()
Gets the doc base.
|
int |
getErrorCount()
Gets the error count.
|
long |
getMaxTime()
Gets the max time.
|
long |
getMinTime()
Gets the min time.
|
String |
getName()
Gets the name.
|
long |
getProcessingTime()
Gets the processing time.
|
int |
getRequestCount()
Gets the request count.
|
int |
getServletCount()
Gets the servlet count.
|
String |
getServletVersion()
Gets the servlet version.
|
long |
getSessionAttributeCount()
Gets the session attribute count.
|
long |
getSessionCount()
Gets the session count.
|
int |
getSessionTimeout()
Gets the session timeout.
|
long |
getSize()
Gets the size.
|
boolean |
isAvailable()
Checks if is available.
|
boolean |
isDistributable()
Checks if is distributable.
|
boolean |
isSerializable()
Checks if is serializable.
|
void |
setAvailable(boolean available)
Sets the available.
|
void |
setAvgTime(long avgTime)
Sets the avg time.
|
void |
setContextAttributeCount(int contextAttributeCount)
Sets the context attribute count.
|
void |
setDataSourceBusyScore(int dataSourceBusyScore)
Sets the data source busy score.
|
void |
setDataSourceEstablishedScore(int dataSourceEstablishedScore)
Sets the data source established score.
|
void |
setDisplayName(String displayName)
Sets the display name.
|
void |
setDistributable(boolean distributable)
Sets the distributable.
|
void |
setDocBase(String docBase)
Sets the doc base.
|
void |
setErrorCount(int errorCount)
Sets the error count.
|
void |
setMaxTime(long maxTime)
Sets the max time.
|
void |
setMinTime(long minTime)
Sets the min time.
|
void |
setName(String name)
Sets the name.
|
void |
setProcessingTime(long processingTime)
Sets the processing time.
|
void |
setRequestCount(int requestCount)
Sets the request count.
|
void |
setSerializable(boolean serializable)
Sets the serializable.
|
void |
setServletCount(int servletCount)
Sets the servlet count.
|
void |
setServletVersion(String servletVersion)
Sets the servlet version.
|
void |
setSessionAttributeCount(long sessionAttributeCount)
Sets the session attribute count.
|
void |
setSessionCount(long sessionCount)
Sets the session count.
|
void |
setSessionTimeout(int sessionTimeout)
Sets the session timeout.
|
void |
setSize(long size)
Sets the size.
|
public String getName()
public void setName(String name)
name - the new namepublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - the new display namepublic String getDocBase()
public void setDocBase(String docBase)
docBase - the new doc basepublic boolean isAvailable()
public void setAvailable(boolean available)
available - the new availablepublic long getSessionCount()
public void setSessionCount(long sessionCount)
sessionCount - the new session countpublic long getSessionAttributeCount()
public void setSessionAttributeCount(long sessionAttributeCount)
sessionAttributeCount - the new session attribute countpublic int getContextAttributeCount()
public void setContextAttributeCount(int contextAttributeCount)
contextAttributeCount - the new context attribute countpublic int getDataSourceBusyScore()
public void setDataSourceBusyScore(int dataSourceBusyScore)
dataSourceBusyScore - the new data source busy scorepublic int getDataSourceEstablishedScore()
public void setDataSourceEstablishedScore(int dataSourceEstablishedScore)
dataSourceEstablishedScore - the new data source established scorepublic boolean isDistributable()
public void setDistributable(boolean distributable)
distributable - the new distributablepublic int getSessionTimeout()
public void setSessionTimeout(int sessionTimeout)
sessionTimeout - the new session timeoutpublic String getServletVersion()
public void setServletVersion(String servletVersion)
servletVersion - the new servlet versionpublic long getSize()
public void setSize(long size)
size - the new sizepublic void addSize(long size)
size - the sizepublic boolean isSerializable()
public void setSerializable(boolean serializable)
serializable - the new serializablepublic int getServletCount()
public void setServletCount(int servletCount)
servletCount - the new servlet countpublic int getRequestCount()
public void setRequestCount(int requestCount)
requestCount - the new request countpublic long getProcessingTime()
public void setProcessingTime(long processingTime)
processingTime - the new processing timepublic int getErrorCount()
public void setErrorCount(int errorCount)
errorCount - the new error countpublic long getMinTime()
public void setMinTime(long minTime)
minTime - the new min timepublic long getMaxTime()
public void setMaxTime(long maxTime)
maxTime - the new max timepublic long getAvgTime()
public void setAvgTime(long avgTime)
avgTime - the new avg timeCopyright © 2009–2020 psi-probe. All rights reserved.