
if (typeof this['dwr'] == 'undefined') this.dwr = {};
if (typeof dwr['engine'] == 'undefined') dwr.engine = {};
if (typeof dwr.engine['_mappedClasses'] == 'undefined') dwr.engine._mappedClasses = {};

if (window['dojo']) dojo.provide('dwr.interface.queueInsert');

if (typeof this['queueInsert'] == 'undefined') queueInsert = {};

queueInsert._path = '/dwr';






queueInsert.perform = function(p0, p1, callback) {
return dwr.engine._execute(queueInsert._path, 'queueInsert', 'perform', arguments);
};




queueInsert.getLastestGameIdInQueue = function(callback) {
return dwr.engine._execute(queueInsert._path, 'queueInsert', 'getLastestGameIdInQueue', arguments);
};





queueInsert.insertInQueue = function(p0, callback) {
return dwr.engine._execute(queueInsert._path, 'queueInsert', 'insertInQueue', arguments);
};





queueInsert.insertInQueueBySubscription = function(p0, callback) {
return dwr.engine._execute(queueInsert._path, 'queueInsert', 'insertInQueueBySubscription', arguments);
};




queueInsert.getServlet = function(callback) {
return dwr.engine._execute(queueInsert._path, 'queueInsert', 'getServlet', arguments);
};





queueInsert.setServlet = function(p0, callback) {
return dwr.engine._execute(queueInsert._path, 'queueInsert', 'setServlet', arguments);
};









queueInsert.perform = function(p0, p1, p2, p3, p4, callback) {
return dwr.engine._execute(queueInsert._path, 'queueInsert', 'perform', arguments);
};








queueInsert.perform = function(p0, p1, p2, p3, callback) {
return dwr.engine._execute(queueInsert._path, 'queueInsert', 'perform', arguments);
};







queueInsert.perform = function(p0, p1, p2, callback) {
return dwr.engine._execute(queueInsert._path, 'queueInsert', 'perform', arguments);
};


