|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hardtokenmgmt.admin.model.BaseStatusAnalyzer
org.hardtokenmgmt.admin.model.PartitionStatusAnalyzer
public class PartitionStatusAnalyzer
Contains the status of of a partition VO Includes analysis of it's PartitionInfoVO
| Field Summary |
|---|
| Fields inherited from class org.hardtokenmgmt.admin.model.BaseStatusAnalyzer |
|---|
alarmPriority, hostname, status, statusMessage, threshold |
| Constructor Summary | |
|---|---|
PartitionStatusAnalyzer(java.lang.String hostname,
PartitionInfoVO partitionInfoVO)
|
|
| Method Summary | |
|---|---|
protected void |
analyze()
Method that analyzes the partition info from the given partitionDataInfo |
PartitionInfoVO |
getPartitionInfoVO()
|
int |
getUsedInPercent()
Returns the partition used in percent. |
void |
setThreshold(java.lang.String threshold)
Check so the threshold is between 1 and 100 |
| Methods inherited from class org.hardtokenmgmt.admin.model.BaseStatusAnalyzer |
|---|
getAlarmPriority, getHostname, getStatus, getStatusMessage, getThreshold, resetAnalyzis, resetThreshold |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PartitionStatusAnalyzer(java.lang.String hostname,
PartitionInfoVO partitionInfoVO)
| Method Detail |
|---|
public PartitionInfoVO getPartitionInfoVO()
protected void analyze()
analyze in class BaseStatusAnalyzerpublic int getUsedInPercent()
public void setThreshold(java.lang.String threshold)
setThreshold in interface IStatusAnalyzersetThreshold in class BaseStatusAnalyzerthreshold - the threshold to setBaseStatusAnalyzer.setThreshold(java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||