public class AdvisorChartData
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
AdvisorChartData() |
Modifier and Type | Method and Description |
---|---|
long |
getCpuUsageIdle() |
java.lang.String |
getCpuUsageName() |
long |
getCpuUsageUsed() |
long[] |
getDataSourceConnectionsIdle() |
long[] |
getDataSourceConnectionsUsed() |
java.lang.String[] |
getDataSourceNames() |
java.lang.String[] |
getDataSourceTypes() |
double |
getEjbContainerRequestsPerSecond() |
double |
getEjbContainerResponseTime() |
long[] |
getThreadPoolConnectionsIdle() |
long[] |
getThreadPoolConnectionsUsed() |
java.lang.String[] |
getThreadPoolNames() |
java.lang.String[] |
getThreadPoolTypes() |
double |
getWebContainerRequestsPerSecond() |
double |
getWebContainerResponseTime() |
boolean |
isCpuUsageAvailable() |
boolean |
isDataSourcesAvailable() |
boolean |
isEjbContainerAvailable() |
boolean |
isThreadPoolsAvailable() |
boolean |
isWebContainerAvailable() |
void |
setCpuUsageAvailable(boolean cpuUsageAvailable) |
void |
setCpuUsageIdle(long cpuUsageIdle) |
void |
setCpuUsageName(java.lang.String cpuUsageName) |
void |
setCpuUsageUsed(long cpuUsageUsed) |
void |
setDataSourceConnectionsIdle(long[] dataSourceConnectionsIdle) |
void |
setDataSourceConnectionsUsed(long[] dataSourceConnectionsUsed) |
void |
setDataSourceNames(java.lang.String[] dataSourceNames) |
void |
setDataSourcesAvailable(boolean dataSourcesAvailable) |
void |
setDataSourceTypes(java.lang.String[] dataSourceTypes) |
void |
setEjbContainerAvailable(boolean ejbContainerAvailable) |
void |
setEjbContainerRequestsPerSecond(double ejbContainerRequestsPerSecond) |
void |
setEjbContainerResponseTime(double ejbContainerResponseTime) |
void |
setThreadPoolConnectionsIdle(long[] threadPoolConnectionsIdle) |
void |
setThreadPoolConnectionsUsed(long[] threadPoolConnectionsUsed) |
void |
setThreadPoolNames(java.lang.String[] threadPoolNames) |
void |
setThreadPoolsAvailable(boolean threadPoolsAvailable) |
void |
setThreadPoolTypes(java.lang.String[] threadPoolTypes) |
void |
setWebContainerAvailable(boolean webContainerAvailable) |
void |
setWebContainerRequestsPerSecond(double webContainerRequestsPerSecond) |
void |
setWebContainerResponseTime(double webContainerResponseTime) |
java.lang.String |
toString() |
public long getCpuUsageIdle()
public void setCpuUsageIdle(long cpuUsageIdle)
cpuUsageIdle
- Sets the idle time of cpu usage.public java.lang.String getCpuUsageName()
public void setCpuUsageName(java.lang.String cpuUsageName)
cpuUsageName
- Sets a name for the cpu usage.public long getCpuUsageUsed()
public void setCpuUsageUsed(long cpuUsageUsed)
cpuUsageUsed
- Sets the used time of the cpu usage.public long[] getDataSourceConnectionsIdle()
public void setDataSourceConnectionsIdle(long[] dataSourceConnectionsIdle)
dataSourceConnectionsIdle
- Sets the idle connections for a datasource.public long[] getDataSourceConnectionsUsed()
public void setDataSourceConnectionsUsed(long[] dataSourceConnectionsUsed)
dataSourceConnectionsUsed
- Sets the used connections for a datasource.public java.lang.String[] getDataSourceNames()
public java.lang.String[] getDataSourceTypes()
public void setDataSourceNames(java.lang.String[] dataSourceNames)
dataSourceNames
- Sets names for the available datasources.public void setDataSourceTypes(java.lang.String[] dataSourceTypes)
dataSourceTypes
- Sets types for the available datasources.public long[] getThreadPoolConnectionsIdle()
public void setThreadPoolConnectionsIdle(long[] threadPoolConnectionsIdle)
threadPoolConnectionsIdle
- Sets the idle connections for thread pool.public long[] getThreadPoolConnectionsUsed()
public void setThreadPoolConnectionsUsed(long[] threadPoolConnectionsUsed)
threadPoolConnectionsUsed
- Sets the used connections for the thread pool.public java.lang.String[] getThreadPoolNames()
public java.lang.String[] getThreadPoolTypes()
public void setThreadPoolNames(java.lang.String[] threadPoolNames)
threadPoolNames
- Sets the names for the thread pools.public void setThreadPoolTypes(java.lang.String[] threadPoolTypes)
threadPoolTypes
- Sets the types for the thread pools.public double getEjbContainerRequestsPerSecond()
public void setEjbContainerRequestsPerSecond(double ejbContainerRequestsPerSecond)
ejbContainerRequestsPerSecond
- Sets the requests per second received by the ejb container.public double getEjbContainerResponseTime()
public void setEjbContainerResponseTime(double ejbContainerResponseTime)
ejbContainerResponseTime
- Sets the ejb container response time.public double getWebContainerRequestsPerSecond()
public void setWebContainerRequestsPerSecond(double webContainerRequestsPerSecond)
webContainerRequestsPerSecond
- Sets the requests received per second by the web container.public double getWebContainerResponseTime()
public void setWebContainerResponseTime(double webContainerResponseTime)
webContainerResponseTime
- Sets the web container response time.public boolean isCpuUsageAvailable()
public void setCpuUsageAvailable(boolean cpuUsageAvailable)
cpuUsageAvailable
- Sets the available time of the cpu usage.public boolean isDataSourcesAvailable()
public void setDataSourcesAvailable(boolean dataSourcesAvailable)
dataSourcesAvailable
- Sets the available data sources.public boolean isThreadPoolsAvailable()
public void setThreadPoolsAvailable(boolean threadPoolsAvailable)
threadPoolsAvailable
- Sets the available thread pools.public boolean isEjbContainerAvailable()
public void setEjbContainerAvailable(boolean ejbContainerAvailable)
ejbContainerAvailable
- Sets the ejbContainerAvailable flag.public boolean isWebContainerAvailable()
public void setWebContainerAvailable(boolean webContainerAvailable)
webContainerAvailable
- Sets the webContainerAvailable flag.public java.lang.String toString()
toString
in class java.lang.Object