public interface SessionManager
extends org.jvnet.hk2.config.ConfigBeanProxy
| Modifier and Type | Method and Description |
|---|---|
ManagerProperties |
getManagerProperties()
Gets the value of the managerProperties property.
|
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.
|
@NotNull ManagerProperties getManagerProperties()
ManagerPropertiesvoid setManagerProperties(ManagerProperties value) throws PropertyVetoException
value - allowed object is
ManagerPropertiesPropertyVetoException@NotNull StoreProperties getStoreProperties()
StorePropertiesvoid setStoreProperties(StoreProperties value) throws PropertyVetoException
value - allowed object is
StorePropertiesPropertyVetoExceptionCopyright © 2017. All rights reserved.