[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces - applicationcontrol.py:1.2

Godefroid Chapelle gotcha at swing.be
Tue Aug 12 12:53:34 EDT 2003


Update of /cvs-repository/Zope3/src/zope/app/interfaces
In directory cvs.zope.org:/tmp/cvs-serv15596

Modified Files:
	applicationcontrol.py 
Log Message:
added view in process manager to allow
to reload message ids catalogs
without restarting server



=== Zope3/src/zope/app/interfaces/applicationcontrol.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/interfaces/applicationcontrol.py:1.1	Thu Jul 31 17:37:34 2003
+++ Zope3/src/zope/app/interfaces/applicationcontrol.py	Tue Aug 12 11:53:29 2003
@@ -108,3 +108,14 @@
 
     def pack(db, days):
         """Pack the ZODB. Remove all entries that are older than 'days' days."""
+
+
+class IGlobalTSControl(Interface):
+    """This control manages the state of the translation service."""
+
+    def getCatalogsInfo():
+        """Return the registered languages."""
+
+    def reloadCatalogs(catalogNames):
+        """reload the named catalogs from file"""
+




More information about the Zope3-Checkins mailing list