split the various *Api classes into somethin more sensible
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 27 Oct 2011 13:00:25 +0000 (15:00 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 27 Oct 2011 13:00:25 +0000 (15:00 +0200)
commitee8a376da1107884bee1ea29248a70e4da8410c9
tree7773a67cbed5bb49865d1a98e88413621e7c2d94
parentcf2a552a8c4a8fe17e2e424634520700860d4710
split the various *Api classes into somethin more sensible
move the core classes in server/
20 files changed:
sfa/managers/aggregate_manager.py
sfa/managers/aggregate_manager_eucalyptus.py
sfa/managers/aggregate_manager_max.py
sfa/managers/import_manager.py [deleted file]
sfa/managers/managerwrapper.py [new file with mode: 0644]
sfa/methods/Resolve.py
sfa/plc/plcsfaapi.py [moved from sfa/plc/api.py with 65% similarity]
sfa/server/componentserver.py
sfa/server/interface.py
sfa/server/modpython/SfaAggregateModPython.py
sfa/server/modpython/SfaRegistryModPython.py
sfa/server/modpython/SfaSliceMgrModPython.py
sfa/server/sfa-clean-peer-records.py
sfa/server/sfa-start.py
sfa/server/sfa_component_setup.py
sfa/server/sfaapi.py [new file with mode: 0644]
sfa/server/sfaserver.py
sfa/server/threadedserver.py
sfa/server/xmlrpcapi.py [moved from sfa/util/api.py with 57% similarity]
sfa/util/xmlrpcprotocol.py