This is the DRb call interface of the ProjectServer class. All functions must be authenticated with the proper key.
# File lib/taskjuggler/daemon/ProjectServer.rb, line 380 def getProjectName(authKey) return false unless @server.checkKey(authKey, 'getReportServer') trap { @server.getProjectName } end
# File lib/taskjuggler/daemon/ProjectServer.rb, line 386 def getReportList(authKey) return false unless @server.checkKey(authKey, 'getReportServer') trap { @server.getReportList } end
# File lib/taskjuggler/daemon/ProjectServer.rb, line 392 def getReportServer(authKey) return false unless @server.checkKey(authKey, 'getReportServer') trap { @server.getReportServer } end
Generated with the Darkfish Rdoc Generator 2.