[Zope3-checkins]
CVS: Zope3/doc/zcml/namespaces.zope.org/server-control
- registerShutdownHook.stx:1.4
Stephan Richter
srichter at cosmos.phy.tufts.edu
Thu Jan 22 18:57:45 EST 2004
Update of /cvs-repository/Zope3/doc/zcml/namespaces.zope.org/server-control
In directory cvs.zope.org:/tmp/cvs-serv7874/server-control
Modified Files:
registerShutdownHook.stx
Log Message:
Update ZCML directives documentation.
=== Zope3/doc/zcml/namespaces.zope.org/server-control/registerShutdownHook.stx 1.3 => 1.4 ===
--- Zope3/doc/zcml/namespaces.zope.org/server-control/registerShutdownHook.stx:1.3 Mon Dec 15 05:14:18 2003
+++ Zope3/doc/zcml/namespaces.zope.org/server-control/registerShutdownHook.stx Thu Jan 22 18:57:15 2004
@@ -1,3 +1,26 @@
-The registerShutdownHook directive.
+registerShutdownHook
+
+ File zope/app/applicationcontrol/meta.zcml, lines 8 - 12.
+
+ Register a shutdown hook
+
+ Attributes
+
+ call -- GlobalObject (required)
+
+ Callable
+
+ Callable that takes no arguments and invokes the shutdown
+
+ priority -- Float (required)
+
+ Priority
+
+
+
+ name -- TextLine (optional, default=None)
+
+ Name
+
+
-See src/zope/app/applicationcontrol/meta.zcml
More information about the Zope3-Checkins
mailing list