Interface SessionManager
-
- All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy
public interface SessionManager extends org.jvnet.hk2.config.ConfigBeanProxy
-
-
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.
-
-
-
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
-
-