// Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; if (SessionHandlerAction == null) var SessionHandlerAction = {}; SessionHandlerAction._path = '/Empower/dwr'; SessionHandlerAction.invalidate = function(p0, callback) { dwr.engine._execute(SessionHandlerAction._path, 'SessionHandlerAction', 'invalidate', p0, callback); } SessionHandlerAction.getConcurrentUserDetails = function(callback) { dwr.engine._execute(SessionHandlerAction._path, 'SessionHandlerAction', 'getConcurrentUserDetails', false, false, callback); } SessionHandlerAction.getConcurrentUsersCount = function(callback) { dwr.engine._execute(SessionHandlerAction._path, 'SessionHandlerAction', 'getConcurrentUsersCount', false, false, callback); } SessionHandlerAction.killSessionId = function(p0, callback) { dwr.engine._execute(SessionHandlerAction._path, 'SessionHandlerAction', 'killSessionId', p0, false, false, callback); } SessionHandlerAction.getConcurrentUserDetailsPage = function(p0, p1, callback) { dwr.engine._execute(SessionHandlerAction._path, 'SessionHandlerAction', 'getConcurrentUserDetailsPage', p0, p1, false, false, callback); } SessionHandlerAction.execute = function(p0, p1, callback) { dwr.engine._execute(SessionHandlerAction._path, 'SessionHandlerAction', 'execute', p0, p1, false, false, callback); } SessionHandlerAction.execute = function(p0, p1, p2, p3, callback) { dwr.engine._execute(SessionHandlerAction._path, 'SessionHandlerAction', 'execute', p0, p1, p2, p3, callback); } SessionHandlerAction.getServlet = function(callback) { dwr.engine._execute(SessionHandlerAction._path, 'SessionHandlerAction', 'getServlet', callback); } SessionHandlerAction.setServlet = function(p0, callback) { dwr.engine._execute(SessionHandlerAction._path, 'SessionHandlerAction', 'setServlet', p0, callback); }