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 Class Summary
 
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
org.jvnet.hk2.config.ConfigBeanProxy.Duck
 
Method Summary
 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.
 
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

getManagerProperties

@NotNull
ManagerProperties getManagerProperties()
Gets the value of the managerProperties property.

Returns:
possible object is ManagerProperties

setManagerProperties

void setManagerProperties(ManagerProperties value)
                          throws java.beans.PropertyVetoException
Sets the value of the managerProperties property.

Parameters:
value - allowed object is ManagerProperties
Throws:
java.beans.PropertyVetoException

getStoreProperties

StoreProperties getStoreProperties()
Gets the value of the storeProperties property.

Returns:
possible object is StoreProperties

setStoreProperties

void setStoreProperties(StoreProperties value)
                        throws java.beans.PropertyVetoException
Sets the value of the storeProperties property.

Parameters:
value - allowed object is StoreProperties
Throws:
java.beans.PropertyVetoException


Copyright © 2012 GlassFish Community. All Rights Reserved.