com.sun.enterprise.config.serverbeans
Interface SessionManager
- All Superinterfaces:
- org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable
public interface SessionManager
- extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
createChild, deepCopy, getParent, getParent |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
injectedInto |
getManagerProperties
@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 is
ManagerProperties
- Throws:
PropertyVetoException
getStoreProperties
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 is
StoreProperties
- Throws:
PropertyVetoException
Copyright © 2012 GlassFish Community. All Rights Reserved.