Changes between Version 33 and Version 34 of ComponentManagerAPIV2
- Timestamp:
- 06/18/10 12:23:24 (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ComponentManagerAPIV2
v33 v34 424 424 #!c 425 425 int StartSliver(slice_urn, credentials[]); 426 int StartSliver( component_urns[], credentials[]);426 int StartSliver(sliver_urns[], credentials[]); 427 427 }}} 428 428 429 429 In the first form, __slice_urn__ is the slice to which the sliver 430 belongs, and indicates that all components in the sliver should be431 started. In the second form, __ component_urns__ is a list of specific432 components in the sliverto start. __credentials__ is a list of430 belongs, and indicates that all sliverss in the sliver should be 431 started. In the second form, __sliver_urns__ is a list of specific 432 slivers in the slice to start. __credentials__ is a list of 433 433 [wiki:ReferenceImplementationPrivileges#Manipulationoperations valid credentials] 434 434 issued by any !ProtoGeni Authority. A typical 473 473 #!c 474 474 int StopSliver(slice_urn, credentials[]); 475 int StopSliver( component_urns[], credentials[]);475 int StopSliver(sliver_urns[], credentials[]); 476 476 }}} 477 477 478 478 In the first form, __slice_urn__ is the slice to which the sliver 479 belongs, and indicates that all components in the slivershould be480 st arted. In the second form, __component_urns__ is a list of specific481 components in the sliver to start. __credentials__ is a list of479 belongs, and indicates that all slivers in the slice should be 480 stopped. In the second form, __sliver_urns__ is a list of specific 481 slivers to stop. __credentials__ is a list of 482 482 [wiki:ReferenceImplementationPrivileges#Manipulationoperations valid credentials] 483 483 issued by any !ProtoGeni Authority. A typical 514 514 #!c 515 515 int RestartSliver(slice_urn, credentials[]); 516 int RestartSliver( component_urns[], credentials[]);516 int RestartSliver(sliver_urns[], credentials[]); 517 517 }}} 518 518 519 519 In the first form, __slice_urn__ is the slice to which the sliver 520 belongs, and indicates that all components in the slivershould be521 started. In the second form, __component_urns__ is a list of specific522 components in the sliver tostart. __credentials__ is a list of520 belongs, and indicates that all slivers in the slice should be 521 restarted. In the second form, __sliver_urns__ is a list of specific 522 slivers to restart. __credentials__ is a list of 523 523 [wiki:ReferenceImplementationPrivileges#Manipulationoperations valid credentials] 524 524 issued by any !ProtoGeni Authority. A typical
