public interface ManagerProperties
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag
| Modifier and Type | Method and Description |
|---|---|
String |
getMaxSessions()
Gets the value of the maxSessions property.
|
List<org.jvnet.hk2.config.types.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.
|
String 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) String getMaxSessions()
Stringvoid setMaxSessions(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getSessionIdGeneratorClassname()
Stringvoid setSessionIdGeneratorClassname(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionCopyright © 2017. All rights reserved.