addNamespace("AjaxLabCmd");
AjaxLabCmd.CMDLogParserDemo_class = function() {};
Object.extend(AjaxLabCmd.CMDLogParserDemo_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SelectTopVisits: function(X) {
		return this.invoke("SelectTopVisits", {"X":X}, this.SelectTopVisits.getArguments().slice(1));
	},
	SelectSuccessfulAttemps: function(X) {
		return this.invoke("SelectSuccessfulAttemps", {"X":X}, this.SelectSuccessfulAttemps.getArguments().slice(1));
	},
	TopHits: function(X) {
		return this.invoke("TopHits", {"X":X}, this.TopHits.getArguments().slice(1));
	},
	TopPageErrors: function(X) {
		return this.invoke("TopPageErrors", {"X":X}, this.TopPageErrors.getArguments().slice(1));
	},
	TopPossibleAttacks: function(X) {
		return this.invoke("TopPossibleAttacks", {"X":X}, this.TopPossibleAttacks.getArguments().slice(1));
	},
	CompareIPsUserAgent: function(IP1, IP2) {
		return this.invoke("CompareIPsUserAgent", {"IP1":IP1, "IP2":IP2}, this.CompareIPsUserAgent.getArguments().slice(2));
	},
	TopIPHitsPerPage: function(X) {
		return this.invoke("TopIPHitsPerPage", {"X":X}, this.TopIPHitsPerPage.getArguments().slice(1));
	},
	TopRecordedErrors: function(X) {
		return this.invoke("TopRecordedErrors", {"X":X}, this.TopRecordedErrors.getArguments().slice(1));
	},
	TopBrokenLinks: function(X) {
		return this.invoke("TopBrokenLinks", {"X":X}, this.TopBrokenLinks.getArguments().slice(1));
	},
	TopWin32Errors: function(X) {
		return this.invoke("TopWin32Errors", {"X":X}, this.TopWin32Errors.getArguments().slice(1));
	},
	TopPageHttpMethods: function(X) {
		return this.invoke("TopPageHttpMethods", {"X":X}, this.TopPageHttpMethods.getArguments().slice(1));
	},
	TopBytesSendToClient: function(X) {
		return this.invoke("TopBytesSendToClient", {"X":X}, this.TopBytesSendToClient.getArguments().slice(1));
	},
	TopBytesSendFromClient: function(X) {
		return this.invoke("TopBytesSendFromClient", {"X":X}, this.TopBytesSendFromClient.getArguments().slice(1));
	},
	TopTimeSpentProcessing: function(X) {
		return this.invoke("TopTimeSpentProcessing", {"X":X}, this.TopTimeSpentProcessing.getArguments().slice(1));
	},
	TopNonStandardUserAgent: function(X) {
		return this.invoke("TopNonStandardUserAgent", {"X":X}, this.TopNonStandardUserAgent.getArguments().slice(1));
	},
	url: '/ajaxpro/AjaxLabCmd.CMDLogParserDemo,AjaxLabCmd.ashx'
}));
AjaxLabCmd.CMDLogParserDemo = new AjaxLabCmd.CMDLogParserDemo_class();

