com.sun.enterprise.config.serverbeans
Interface SessionConfig
- All Superinterfaces:
- org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable
public interface SessionConfig
- 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 |
getSessionManager
@NotNull
SessionManager getSessionManager()
- Gets the value of the sessionManager property.
- Returns:
- possible object is
SessionManager
setSessionManager
void setSessionManager(SessionManager value)
throws java.beans.PropertyVetoException
- Sets the value of the sessionManager property.
- Parameters:
value - allowed object is
SessionManager
- Throws:
java.beans.PropertyVetoException
getSessionProperties
@NotNull
SessionProperties getSessionProperties()
- Gets the value of the sessionProperties property.
- Returns:
- possible object is
SessionProperties
setSessionProperties
void setSessionProperties(SessionProperties value)
throws java.beans.PropertyVetoException
- Sets the value of the sessionProperties property.
- Parameters:
value - allowed object is
SessionProperties
- Throws:
java.beans.PropertyVetoException
Copyright © 2012 GlassFish Community. All Rights Reserved.