org.apache.wicket.jmx
Interface SessionSettingsMBean

All Known Implementing Classes:
SessionSettings

public interface SessionSettingsMBean

Session settings.

Author:
eelcohillenius

Method Summary
 int getMaxPageMaps()
          Gets maximum number of page maps allowed in this session
 java.lang.String getPageFactory()
          Gets the factory to be used when creating pages
 java.lang.String getPageMapEvictionStrategy()
          Gets the strategy for evicting pages from the page map.
 java.lang.String getSessionStore()
          Gets the session store implementation.
 void setMaxPageMaps(int maxPageMaps)
          Sets maximum number of page maps allowed in this session
 

Method Detail

getMaxPageMaps

int getMaxPageMaps()
Gets maximum number of page maps allowed in this session

Returns:
Maximum number of page maps

getPageFactory

java.lang.String getPageFactory()
Gets the factory to be used when creating pages

Returns:
The default page factory

getPageMapEvictionStrategy

java.lang.String getPageMapEvictionStrategy()
Gets the strategy for evicting pages from the page map.

Returns:
the strategy for evicting pages from the page map

getSessionStore

java.lang.String getSessionStore()
Gets the session store implementation.

Returns:
the session store implementation

setMaxPageMaps

void setMaxPageMaps(int maxPageMaps)
Sets maximum number of page maps allowed in this session

Parameters:
maxPageMaps - Maximum number of page maps


Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.