Package org.cyclos.model.system.monitor
Class ServerData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.system.monitor.ClusterMemberData
-
- org.cyclos.model.system.monitor.ServerData
-
- All Implemented Interfaces:
Serializable
public class ServerData extends ClusterMemberData
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.cyclos.model.system.monitor.ClusterMemberData
ERROR_MESSAGE, MEMBER_NAME
-
-
Constructor Summary
Constructors Constructor Description ServerData()ServerData(Property<T,? super ServerData> property, T value)
-
Method Summary
-
Methods inherited from class org.cyclos.model.system.monitor.ClusterMemberData
getErrorMessage, getMemberName, setErrorMessage, setMemberName
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
ACTIVE_REQUESTS
public static final BasicProperty<Integer,ServerData> ACTIVE_REQUESTS
-
APPLICATION_COMMIT_ID
public static final BasicProperty<String,ServerData> APPLICATION_COMMIT_ID
-
APPLICATION_PROPERTIES
public static final ListProperty<ApplicationProperty,ServerData> APPLICATION_PROPERTIES
-
APPLICATION_VERSION
public static final BasicProperty<String,ServerData> APPLICATION_VERSION
-
AVAILABLE_PHYSICAL_MEMORY
public static final BasicProperty<String,ServerData> AVAILABLE_PHYSICAL_MEMORY
-
AVAILABLE_PROCESSOR_COUNT
public static final BasicProperty<Integer,ServerData> AVAILABLE_PROCESSOR_COUNT
-
CLUSTER_CONFIGURATION
public static final BasicProperty<String,ServerData> CLUSTER_CONFIGURATION
-
CPU_LOAD_AVERAGE
public static final BasicProperty<Double,ServerData> CPU_LOAD_AVERAGE
-
JAVA_RUNTIME_DATA
public static final BasicProperty<JavaRuntimeData,ServerData> JAVA_RUNTIME_DATA
-
OPERATING_SYSTEM
public static final BasicProperty<String,ServerData> OPERATING_SYSTEM
-
PHYSICAL_PROCESSOR_COUNT
public static final BasicProperty<Integer,ServerData> PHYSICAL_PROCESSOR_COUNT
-
PROCESSOR_NAME
public static final BasicProperty<String,ServerData> PROCESSOR_NAME
-
RUNNING_BACKGROUND_TASKS
public static final BasicProperty<Integer,ServerData> RUNNING_BACKGROUND_TASKS
-
RUNNING_RECURRING_TASKS
public static final BasicProperty<Integer,ServerData> RUNNING_RECURRING_TASKS
-
SCRIPTING_GLOBALS_SIZE
public static final BasicProperty<Integer,ServerData> SCRIPTING_GLOBALS_SIZE
-
TOTAL_PHYSICAL_MEMORY
public static final BasicProperty<String,ServerData> TOTAL_PHYSICAL_MEMORY
-
UP_SINCE
public static final BasicProperty<DateTime,ServerData> UP_SINCE
-
UPTIME_IN_MILLIS
public static final BasicProperty<String,ServerData> UPTIME_IN_MILLIS
-
WARNING_MESSAGES
public static final ListProperty<String,ServerData> WARNING_MESSAGES
-
WEB_SERVER
public static final BasicProperty<String,ServerData> WEB_SERVER
-
-
Constructor Detail
-
ServerData
public ServerData()
-
ServerData
public ServerData(Property<T,? super ServerData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classClusterMemberData
-
getActiveRequests
public Integer getActiveRequests()
-
setActiveRequests
public void setActiveRequests(Integer activeRequests)
-
getApplicationCommitId
public String getApplicationCommitId()
-
setApplicationCommitId
public void setApplicationCommitId(String applicationCommitId)
-
getApplicationProperties
public List<ApplicationProperty> getApplicationProperties()
-
setApplicationProperties
public void setApplicationProperties(List<ApplicationProperty> applicationProperties)
-
getApplicationVersion
public String getApplicationVersion()
-
setApplicationVersion
public void setApplicationVersion(String applicationVersion)
-
getAvailablePhysicalMemory
public String getAvailablePhysicalMemory()
-
setAvailablePhysicalMemory
public void setAvailablePhysicalMemory(String availablePhysicalMemory)
-
getAvailableProcessorCount
public Integer getAvailableProcessorCount()
-
setAvailableProcessorCount
public void setAvailableProcessorCount(Integer availableProcessorCount)
-
getClusterConfiguration
public String getClusterConfiguration()
-
setClusterConfiguration
public void setClusterConfiguration(String clusterConfiguration)
-
getCpuLoadAverage
public Double getCpuLoadAverage()
-
setCpuLoadAverage
public void setCpuLoadAverage(Double cpuLoadAverage)
-
getJavaRuntimeData
public JavaRuntimeData getJavaRuntimeData()
-
setJavaRuntimeData
public void setJavaRuntimeData(JavaRuntimeData javaRuntimeData)
-
getOperatingSystem
public String getOperatingSystem()
-
setOperatingSystem
public void setOperatingSystem(String operatingSystem)
-
getPhysicalProcessorCount
public Integer getPhysicalProcessorCount()
-
setPhysicalProcessorCount
public void setPhysicalProcessorCount(Integer physicalProcessorCount)
-
getProcessorName
public String getProcessorName()
-
setProcessorName
public void setProcessorName(String processorName)
-
getRunningBackgroundTasks
public Integer getRunningBackgroundTasks()
-
setRunningBackgroundTasks
public void setRunningBackgroundTasks(Integer runningBackgroundTasks)
-
getRunningRecurringTasks
public Integer getRunningRecurringTasks()
-
setRunningRecurringTasks
public void setRunningRecurringTasks(Integer runningRecurringTasks)
-
getScriptingGlobalsSize
public Integer getScriptingGlobalsSize()
-
setScriptingGlobalsSize
public void setScriptingGlobalsSize(Integer scriptingGlobalsSize)
-
getTotalPhysicalMemory
public String getTotalPhysicalMemory()
-
setTotalPhysicalMemory
public void setTotalPhysicalMemory(String totalPhysicalMemory)
-
getUpSince
public DateTime getUpSince()
-
setUpSince
public void setUpSince(DateTime upSince)
-
getUptimeInMillis
public String getUptimeInMillis()
-
setUptimeInMillis
public void setUptimeInMillis(String uptimeInMillis)
-
getWebServer
public String getWebServer()
-
setWebServer
public void setWebServer(String webServer)
-
className
public String className()
- Overrides:
classNamein classClusterMemberData
-
-