Cloudslab / cloudsim

CloudSim: A Framework For Modeling And Simulation Of Cloud Computing Infrastructures And Services
http://www.cloudbus.org/cloudsim/
831 stars 507 forks source link

cloudletsSubmitted in DatacenterBroker should be protected, not private #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
cloudletsSubmitted in DatacenterBroker should be protected, not private. Or 
there must have protected/public get/set methods to change this.

The reason for this is that when creating classes that extends DatacenterBroker 
and overrides methods like "processCloudletReturn()" and 
"processCloudletReturn()" we must have control of this variable.

Original issue reported on code.google.com by daniella...@gmail.com on 10 Nov 2011 at 2:42

GoogleCodeExporter commented 9 years ago

Original comment by rodrigo.calheiros on 15 Dec 2011 at 3:48