public interface SessionManager extends ConfigBeanProxy
ConfigBeanProxy.Duck
Modifier and Type | Method and Description |
---|---|
@NotNull ManagerProperties |
getManagerProperties()
Gets the value of the managerProperties property.
|
@NotNull StoreProperties |
getStoreProperties()
Gets the value of the storeProperties property.
|
void |
setManagerProperties(ManagerProperties value)
Sets the value of the managerProperties property.
|
void |
setStoreProperties(StoreProperties value)
Sets the value of the storeProperties property.
|
createChild, deepCopy, getParent, getParent
@NotNull @NotNull ManagerProperties getManagerProperties()
ManagerProperties
void setManagerProperties(ManagerProperties value) throws PropertyVetoException
value
- allowed object is
ManagerProperties
PropertyVetoException
@NotNull @NotNull StoreProperties getStoreProperties()
StoreProperties
void setStoreProperties(StoreProperties value) throws PropertyVetoException
value
- allowed object is
StoreProperties
PropertyVetoException
Copyright © 2019. All rights reserved.