public interface ManagerProperties extends ConfigBeanProxy, PropertyBag
ConfigBeanProxy.DuckPropertyBag.Duck| Modifier and Type | Method and Description |
|---|---|
@Max(value=2147483647L) String |
getMaxSessions()
Gets the value of the maxSessions property.
|
List<Property> |
getProperty()
Properties as per
PropertyBag |
String |
getReapIntervalInSeconds()
Gets the value of the reapIntervalInSeconds property.
|
String |
getSessionFileName()
Gets the value of the sessionFileName property.
|
String |
getSessionIdGeneratorClassname()
Gets the value of the sessionIdGeneratorClassname property.
|
void |
setMaxSessions(String value)
Sets the value of the maxSessions property.
|
void |
setReapIntervalInSeconds(String value)
Sets the value of the reapIntervalInSeconds property.
|
void |
setSessionFileName(String value)
Sets the value of the sessionFileName property.
|
void |
setSessionIdGeneratorClassname(String value)
Sets the value of the sessionIdGeneratorClassname property.
|
createChild, deepCopy, getParent, getParentaddProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removePropertyString getSessionFileName()
Stringvoid setSessionFileName(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getReapIntervalInSeconds()
Stringvoid setReapIntervalInSeconds(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Max(value=2147483647L) @Max(value=2147483647L) String getMaxSessions()
Stringvoid setMaxSessions(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getSessionIdGeneratorClassname()
Stringvoid setSessionIdGeneratorClassname(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@ToDo(priority=IMPORTANT, details="Provide PropertyDesc for legal props") @PropertiesDesc(props={}) List<Property> getProperty()
PropertyBaggetProperty in interface PropertyBagCopyright © 2019. All rights reserved.