Interface SessionManager
-
- All Superinterfaces:
ConfigBeanProxy
public interface SessionManager extends ConfigBeanProxy
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
ConfigBeanProxy.Duck
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull ManagerPropertiesgetManagerProperties()Gets the value of the managerProperties property.@NotNull StorePropertiesgetStoreProperties()Gets the value of the storeProperties property.voidsetManagerProperties(ManagerProperties value)Sets the value of the managerProperties property.voidsetStoreProperties(StoreProperties value)Sets the value of the storeProperties property.-
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
-
-
-
-
Method Detail
-
getManagerProperties
@NotNull @NotNull ManagerProperties getManagerProperties()
Gets the value of the managerProperties property.- Returns:
- possible object is
ManagerProperties
-
setManagerProperties
void setManagerProperties(ManagerProperties value) throws PropertyVetoException
Sets the value of the managerProperties property.- Parameters:
value- allowed object isManagerProperties- Throws:
PropertyVetoException
-
getStoreProperties
@NotNull @NotNull StoreProperties getStoreProperties()
Gets the value of the storeProperties property.- Returns:
- possible object is
StoreProperties
-
setStoreProperties
void setStoreProperties(StoreProperties value) throws PropertyVetoException
Sets the value of the storeProperties property.- Parameters:
value- allowed object isStoreProperties- Throws:
PropertyVetoException
-
-