Interface ManagerProperties
-
- All Superinterfaces:
ConfigBeanProxy,PropertyBag
public interface ManagerProperties extends ConfigBeanProxy, PropertyBag
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
ConfigBeanProxy.Duck
-
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.types.PropertyBag
PropertyBag.Duck
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Max(2147483647L) StringgetMaxSessions()Gets the value of the maxSessions property.List<Property>getProperty()Properties as perPropertyBagStringgetReapIntervalInSeconds()Gets the value of the reapIntervalInSeconds property.StringgetSessionFileName()Gets the value of the sessionFileName property.StringgetSessionIdGeneratorClassname()Gets the value of the sessionIdGeneratorClassname property.voidsetMaxSessions(String value)Sets the value of the maxSessions property.voidsetReapIntervalInSeconds(String value)Sets the value of the reapIntervalInSeconds property.voidsetSessionFileName(String value)Sets the value of the sessionFileName property.voidsetSessionIdGeneratorClassname(String value)Sets the value of the sessionIdGeneratorClassname property.-
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
-
Methods inherited from interface org.jvnet.hk2.config.types.PropertyBag
addProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removeProperty
-
-
-
-
Method Detail
-
getSessionFileName
String getSessionFileName()
Gets the value of the sessionFileName property.- Returns:
- possible object is
String
-
setSessionFileName
void setSessionFileName(String value) throws PropertyVetoException
Sets the value of the sessionFileName property.- Parameters:
value- allowed object isString- Throws:
PropertyVetoException
-
getReapIntervalInSeconds
String getReapIntervalInSeconds()
Gets the value of the reapIntervalInSeconds property.- Returns:
- possible object is
String
-
setReapIntervalInSeconds
void setReapIntervalInSeconds(String value) throws PropertyVetoException
Sets the value of the reapIntervalInSeconds property.- Parameters:
value- allowed object isString- Throws:
PropertyVetoException
-
getMaxSessions
@Max(2147483647L) @Max(2147483647L) String getMaxSessions()
Gets the value of the maxSessions property.- Returns:
- possible object is
String
-
setMaxSessions
void setMaxSessions(String value) throws PropertyVetoException
Sets the value of the maxSessions property.- Parameters:
value- allowed object isString- Throws:
PropertyVetoException
-
getSessionIdGeneratorClassname
String getSessionIdGeneratorClassname()
Gets the value of the sessionIdGeneratorClassname property.- Returns:
- possible object is
String
-
setSessionIdGeneratorClassname
void setSessionIdGeneratorClassname(String value) throws PropertyVetoException
Sets the value of the sessionIdGeneratorClassname property.- Parameters:
value- allowed object isString- Throws:
PropertyVetoException
-
getProperty
@ToDo(priority=IMPORTANT, details="Provide PropertyDesc for legal props") @PropertiesDesc(props={}) List<Property> getProperty()
Properties as perPropertyBag- Specified by:
getPropertyin interfacePropertyBag- Returns:
- the property list
-
-