Package org.ff4j.web.bean
Class HomeBean
java.lang.Object
org.ff4j.web.bean.HomeBean
- All Implemented Interfaces:
Serializable
Webbean to display home information
- Author:
- Cedrick LUNVEN
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter accessor for attribute 'caching'.Getter accessor for attribute 'featureStore'.Getter accessor for attribute 'monitoring'.intGetter accessor for attribute 'nbEvents'.intGetter accessor for attribute 'nbFeature'.intGetter accessor for attribute 'nbGroup'.intGetter accessor for attribute 'nbProperties'.Getter accessor for attribute 'propertyStore'.Getter accessor for attribute 'security'.Getter accessor for attribute 'uptime'.Getter accessor for attribute 'version'.voidsetUptime(long ff4jStartTime) Setter accessor for attribute 'uptime'.
-
Constructor Details
-
HomeBean
public HomeBean()Default constructor. -
HomeBean
Default constructor.
-
-
Method Details
-
getSecurity
Getter accessor for attribute 'security'.- Returns:
- current value of 'security'
-
getMonitoring
Getter accessor for attribute 'monitoring'.- Returns:
- current value of 'monitoring'
-
getVersion
Getter accessor for attribute 'version'.- Returns:
- current value of 'version'
-
getUptime
Getter accessor for attribute 'uptime'.- Returns:
- current value of 'uptime'
-
setUptime
public void setUptime(long ff4jStartTime) Setter accessor for attribute 'uptime'.- Parameters:
ff4jStartTime- new value for 'uptime '
-
getNbFeature
public int getNbFeature()Getter accessor for attribute 'nbFeature'.- Returns:
- current value of 'nbFeature'
-
getNbGroup
public int getNbGroup()Getter accessor for attribute 'nbGroup'.- Returns:
- current value of 'nbGroup'
-
getNbEvents
public int getNbEvents()Getter accessor for attribute 'nbEvents'.- Returns:
- current value of 'nbEvents'
-
getFeatureStore
Getter accessor for attribute 'featureStore'.- Returns:
- current value of 'featureStore'
-
getPropertyStore
Getter accessor for attribute 'propertyStore'.- Returns:
- current value of 'propertyStore'
-
getNbProperties
public int getNbProperties()Getter accessor for attribute 'nbProperties'.- Returns:
- current value of 'nbProperties'
-
getCaching
Getter accessor for attribute 'caching'.- Returns:
- current value of 'caching'
-