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
 String getPageFactory()
          Gets the factory to be used when creating pages
 String getPageMapEvictionStrategy()
          Gets the strategy for evicting pages from the page map.
 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

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

Returns:
The default page factory

getPageMapEvictionStrategy

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

Returns:
the strategy for evicting pages from the page map

getSessionStore

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-2011 Apache Software Foundation. All Rights Reserved.