[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/ServiceManager - IServiceManager.py:1.4.6.2
Suresh Babu Eddala
sbabu@zeomega.com
Mon, 21 Oct 2002 12:05:46 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/ServiceManager
In directory cvs.zope.org:/tmp/cvs-serv12432/lib/python/Zope/App/OFS/Services/ServiceManager
Modified Files:
Tag: Zope3-Bangalore-TTW-Branch
IServiceManager.py
Log Message:
Added getRegistrationState Method for getting the status of the ServiceDirective
=== Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/IServiceManager.py 1.4.6.1 => 1.4.6.2 ===
--- Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/IServiceManager.py:1.4.6.1 Fri Oct 18 07:04:45 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/IServiceManager.py Mon Oct 21 12:05:46 2002
@@ -83,3 +83,8 @@
def getBoundServiceTypes():
"""Get a sequence of the bound service types"""
+
+
+ def getRegistrationState(service_directive, service_type):
+ """Get Registration status of the service directive
+ """