seyed8453 / cloudsim

Automatically exported from code.google.com/p/cloudsim
0 stars 0 forks source link

cloudletsSubmitted in DatacenterBroker should be protected, not private #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 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 8 years ago

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