
16 Jan
2013
16 Jan
'13
11:06 a.m.
On 16 January 2013 09:14, Andre Merzky <andre@merzky.net> wrote:
Hi Steve,
Either way, thanks for the comments. This will likely mean that we'll trim down the resource API to simply perform
- describe resource - acquire resource - release resurce - get job/data service for resource
Best, Andre.
Andre, I am happy with the first three operations - the last is less nice as not all resources will be able to support, for example, getJobService(). Better perhaps would be getService() where the Service is the same Service class that SD provides. This would support services of any type. Steve