|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.jmx.SessionSettings
public class SessionSettings
Exposes Application related functionality for JMX.
| Constructor Summary | |
|---|---|
SessionSettings(Application application)
Create. |
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SessionSettings(Application application)
application - | Method Detail |
|---|
public int getMaxPageMaps()
SessionSettingsMBean
getMaxPageMaps in interface SessionSettingsMBeanSessionSettingsMBean.getMaxPageMaps()public String getPageFactory()
SessionSettingsMBean
getPageFactory in interface SessionSettingsMBeanSessionSettingsMBean.getPageFactory()public String getPageMapEvictionStrategy()
SessionSettingsMBean
getPageMapEvictionStrategy in interface SessionSettingsMBeanSessionSettingsMBean.getPageMapEvictionStrategy()public String getSessionStore()
SessionSettingsMBean
getSessionStore in interface SessionSettingsMBeanSessionSettingsMBean.getSessionStore()public void setMaxPageMaps(int maxPageMaps)
SessionSettingsMBean
setMaxPageMaps in interface SessionSettingsMBeanmaxPageMaps - Maximum number of page mapsSessionSettingsMBean.setMaxPageMaps(int)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||