commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue gnue-common/src/GComm.py gnue-common/src/c...


From: Jason Cater
Subject: gnue gnue-common/src/GComm.py gnue-common/src/c...
Date: Thu, 25 Oct 2001 19:00:20 -0400

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    01/10/25 19:00:20

Modified files:
        gnue-common/src: GComm.py 
        gnue-common/src/commdrivers: GCommBase.py 
        reports/doc    : services.txt 
Added files:
        gnue-common/src/commdrivers/_corba: CommDriver.py 
        gnue-common/src/commdrivers/_helpers: AsyncHTTPServer.py 
                                              __init__.py 
        gnue-common/src/commdrivers/orbit: CommDriver.py 
        gnue-common/src/commdrivers/pyro: CommDriver.py 
        gnue-common/src/commdrivers/soap: CommDriver.py 
        gnue-common/src/commdrivers/xmlrpc: CommDriver.py 

Log message:
        synching machines

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/src/GComm.py.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/src/commdrivers/GCommBase.py.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/src/commdrivers/_corba/CommDriver.py?cvsroot=OldCVS&rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/src/commdrivers/_helpers/AsyncHTTPServer.py?cvsroot=OldCVS&rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/src/commdrivers/_helpers/__init__.py?cvsroot=OldCVS&rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/src/commdrivers/orbit/CommDriver.py?cvsroot=OldCVS&rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/src/commdrivers/pyro/CommDriver.py?cvsroot=OldCVS&rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/src/commdrivers/soap/CommDriver.py?cvsroot=OldCVS&rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/src/commdrivers/xmlrpc/CommDriver.py?cvsroot=OldCVS&rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/reports/doc/services.txt.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: gnue/gnue-common/src/GComm.py
diff -u gnue/gnue-common/src/GComm.py:1.1 gnue/gnue-common/src/GComm.py:1.2
--- gnue/gnue-common/src/GComm.py:1.1   Wed Oct 24 18:23:19 2001
+++ gnue/gnue-common/src/GComm.py       Thu Oct 25 19:00:19 2001
@@ -29,3 +29,5 @@
 
 class GComm: 
   pass
+
+
Index: gnue/gnue-common/src/commdrivers/GCommBase.py
diff -u gnue/gnue-common/src/commdrivers/GCommBase.py:1.1 
gnue/gnue-common/src/commdrivers/GCommBase.py:1.2
--- gnue/gnue-common/src/commdrivers/GCommBase.py:1.1   Wed Oct 24 18:23:19 2001
+++ gnue/gnue-common/src/commdrivers/GCommBase.py       Thu Oct 25 19:00:19 2001
@@ -27,5 +27,16 @@
 # NOTES:
 #
 
-class GCommBase: 
+class BaseClientDriver:
   pass
+
+
+class BaseServerDriver: 
+  def raiseException(self, exception, message)
+    raise exception, message
+
+
+class GCommException (StandardError): 
+  pass
+
+
Index: gnue/reports/doc/services.txt
diff -u gnue/reports/doc/services.txt:1.1 gnue/reports/doc/services.txt:1.2
--- gnue/reports/doc/services.txt:1.1   Wed Oct 24 18:26:28 2001
+++ gnue/reports/doc/services.txt       Thu Oct 25 19:00:19 2001
@@ -2,8 +2,8 @@
 Report Server functions: 
 
 
-
   getReportDefinition(reportName)
+    throws InvalidReportName
 
   getReportHeader(reportName)
 
@@ -12,6 +12,16 @@
   runReport(reportName, sortOption=None, parameters={}
 
   runReportFromDefinition(reportDefinition, sortOption, parameters)
+
+
+
+
+Reports.getReportDefinition(reportName)
+Reports.getReportHeader(reportName)
+Reports.getAvailableFilters(reportName)
+Reports.runReport(reportName, sortOption='byName')
+
+
 
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]