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 Class Summary
 
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
org.jvnet.hk2.config.ConfigBeanProxy.Duck
 
Method Summary
 SessionManager getSessionManager()
          Gets the value of the sessionManager property.
 SessionProperties getSessionProperties()
          Gets the value of the sessionProperties property.
 void setSessionManager(SessionManager value)
          Sets the value of the sessionManager property.
 void setSessionProperties(SessionProperties value)
          Sets the value of the sessionProperties property.
 
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
 
Methods inherited from interface org.jvnet.hk2.component.Injectable
injectedInto
 

Method Detail

getSessionManager

@NotNull
SessionManager getSessionManager()
Gets the value of the sessionManager property.

Returns:
possible object is SessionManager

setSessionManager

void setSessionManager(SessionManager value)
                       throws PropertyVetoException
Sets the value of the sessionManager property.

Parameters:
value - allowed object is SessionManager
Throws:
PropertyVetoException

getSessionProperties

@NotNull
SessionProperties getSessionProperties()
Gets the value of the sessionProperties property.

Returns:
possible object is SessionProperties

setSessionProperties

void setSessionProperties(SessionProperties value)
                          throws PropertyVetoException
Sets the value of the sessionProperties property.

Parameters:
value - allowed object is SessionProperties
Throws:
PropertyVetoException


Copyright © 2012 GlassFish Community. All Rights Reserved.