org.apache.wicket.jmx
Class SessionSettings

java.lang.Object
  extended by org.apache.wicket.jmx.SessionSettings
All Implemented Interfaces:
SessionSettingsMBean

public class SessionSettings
extends java.lang.Object
implements SessionSettingsMBean

Exposes Application related functionality for JMX.

Author:
eelcohillenius

Constructor Summary
SessionSettings(Application application)
          Create.
 
Method Summary
 java.lang.String getPageFactory()
          Gets the factory to be used when creating pages
 java.lang.String getSessionStore()
          Gets the session store implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionSettings

public SessionSettings(Application application)
Create.

Parameters:
application -
Method Detail

getPageFactory

public java.lang.String getPageFactory()
Description copied from interface: SessionSettingsMBean
Gets the factory to be used when creating pages

Specified by:
getPageFactory in interface SessionSettingsMBean
Returns:
The default page factory
See Also:
SessionSettingsMBean.getPageFactory()

getSessionStore

public java.lang.String getSessionStore()
Description copied from interface: SessionSettingsMBean
Gets the session store implementation.

Specified by:
getSessionStore in interface SessionSettingsMBean
Returns:
the session store implementation
See Also:
SessionSettingsMBean.getSessionStore()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.