blob: a8bb8526d4d4bf6932384876f8e35bdf4eb68345 [file] [log] [blame]
package com.gemstone.gemfire.modules.session.filter;
/**
* Various constant values used through the app
*/
public class Constants {
public static String GEMFIRE_SESSION_REQUEST = "_gemfire_session_request_";
public static String SESSION_STATISTICS_MBEAN_NAME =
"com.gemstone:type=SessionStatistics,name=sessionStatistics";
}