public class WebappResourceMonitoringEvent extends MonitoringEvent
Constructor and Description |
---|
WebappResourceMonitoringEvent() |
Modifier and Type | Method and Description |
---|---|
Long |
getAccessCount() |
Integer |
getActiveSessions() |
Integer |
getCacheSize() |
String |
getContext() |
Long |
getExpiredSessions() |
Long |
getHitsCount() |
String |
getHost() |
Integer |
getJspCount() |
Integer |
getJspErrorCount() |
Integer |
getJspReloadCount() |
Long |
getProcessingTime() |
Integer |
getRejectedSessions() |
void |
setAccessCount(Long accessCount) |
void |
setActiveSessions(Integer activeSessions) |
void |
setCacheSize(Integer cacheSize) |
void |
setContext(String context) |
void |
setExpiredSessions(Long expiredSessions) |
void |
setHitsCount(Long hitsCount) |
void |
setHost(String host) |
void |
setJspCount(Integer jspCount) |
void |
setJspErrorCount(Integer jspErrorCount) |
void |
setJspReloadCount(Integer jspReloadCount) |
void |
setProcessingTime(Long processingTime) |
void |
setRejectedSessions(Integer rejectedSessions) |
String |
toString() |
getClusterDomain, getClusterSubDomain, getServerAddress, getServerName, setClusterDomain, setClusterSubDomain, setServerAddress, setServerName
public String getContext()
public void setContext(String context)
public String getHost()
public void setHost(String host)
public Long getProcessingTime()
public void setProcessingTime(Long processingTime)
public Integer getActiveSessions()
public void setActiveSessions(Integer activeSessions)
public Integer getRejectedSessions()
public void setRejectedSessions(Integer rejectedSessions)
public Long getExpiredSessions()
public void setExpiredSessions(Long expiredSessions)
public Integer getJspCount()
public void setJspCount(Integer jspCount)
public Integer getJspReloadCount()
public void setJspReloadCount(Integer jspReloadCount)
public Integer getJspErrorCount()
public void setJspErrorCount(Integer jspErrorCount)
public Long getAccessCount()
public void setAccessCount(Long accessCount)
public Long getHitsCount()
public void setHitsCount(Long hitsCount)
public Integer getCacheSize()
public void setCacheSize(Integer cacheSize)
public String toString()
toString
in class MonitoringEvent
Copyright © 2019 WSO2. All rights reserved.