From: Thierry Parmentelat Date: Sun, 17 Oct 2010 15:48:42 +0000 (+0200) Subject: try to make wsdl generator happy X-Git-Tag: sfa-1.0-5~16 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=8b529079fc7225041bcb3b5f17f6bc42bdc4f0e2;p=sfa.git try to make wsdl generator happy --- diff --git a/sfa/methods/RegisterPeerObject.py b/sfa/methods/RegisterPeerObject.py index 51fbe25c..e4cea962 100644 --- a/sfa/methods/RegisterPeerObject.py +++ b/sfa/methods/RegisterPeerObject.py @@ -14,7 +14,7 @@ from sfa.trust.auth import Auth from sfa.trust.gid import create_uuid from sfa.trust.credential import Credential -class register_peer_object(Method): +class RegisterPeerObject(Method): """ Register a peer object with the registry. In addition to being stored in the SFA database, the appropriate records will also be created in the diff --git a/sfa/methods/RemovePeerObject.py b/sfa/methods/RemovePeerObject.py index 866122d4..460aa98c 100644 --- a/sfa/methods/RemovePeerObject.py +++ b/sfa/methods/RemovePeerObject.py @@ -7,7 +7,7 @@ from sfa.util.table import SfaTable from sfa.trust.credential import Credential from types import StringTypes -class remove_peer_object(Method): +class RemovePeerObject(Method): """ Remove an peer object from the PLC records of a local aggregate. This method will be called by registry.remove() while removing diff --git a/sfa/methods/remove_peer_object.py b/sfa/methods/remove_peer_object.py index 866122d4..41d74dc1 100644 --- a/sfa/methods/remove_peer_object.py +++ b/sfa/methods/remove_peer_object.py @@ -9,7 +9,7 @@ from types import StringTypes class remove_peer_object(Method): """ - Remove an peer object from the PLC records of a local aggregate. + Remove a peer object from the PLC records of a local aggregate. This method will be called by registry.remove() while removing a record from the local aggreage's PLCDB and sfa table. This method need not be directly called by end-user.