java.lang.Object
org.apache.wicket.jmx.wrapper.SessionSettings
- All Implemented Interfaces:
SessionSettingsMBean
Exposes Application related functionality for JMX.
- Author:
- eelcohillenius
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the factory to be used when creating pagesGets the session store implementation.
-
Constructor Details
-
SessionSettings
Create.- Parameters:
application
-
-
-
Method Details
-
getPageFactory
Description copied from interface:SessionSettingsMBean
Gets the factory to be used when creating pages- Specified by:
getPageFactory
in interfaceSessionSettingsMBean
- Returns:
- The default page factory
- See Also:
-
getSessionStore
Description copied from interface:SessionSettingsMBean
Gets the session store implementation.- Specified by:
getSessionStore
in interfaceSessionSettingsMBean
- Returns:
- the session store implementation
- See Also:
-