org.ogf.saga.sd
Interface ServiceData

All Superinterfaces:
Attributes, Cloneable, SagaObject

public interface ServiceData
extends SagaObject, Attributes

Read access to the key/value pairs of a ServiceDescription instance. This class implements the org.ogf.saga.attributes.Attributes interface and offers getter methods for the user to read key/value pairs defined by the service publisher. Service publishers are completely free to define their own key names. Access to the keys and values is through the org.ogf.saga.attributes.Attributes interface. The class provides no other methods. This class has no CONSTRUCTOR, as it can only be created by calling getData method on a ServiceDescription instance.


Field Summary
 
Fields inherited from interface org.ogf.saga.SagaObject
NO_WAIT, WAIT_FOREVER
 
Fields inherited from interface org.ogf.saga.attributes.Attributes
BOOL, ENUM, FALSE, FLOAT, INT, STRING, TIME, TRIGGER, TRUE
 
Method Summary
 
Methods inherited from interface org.ogf.saga.SagaObject
clone, getId, getSession
 
Methods inherited from interface org.ogf.saga.attributes.Attributes
existsAttribute, findAttributes, getAttribute, getVectorAttribute, isReadOnlyAttribute, isRemovableAttribute, isVectorAttribute, isWritableAttribute, listAttributes, removeAttribute, setAttribute, setVectorAttribute
 



Copyright © 2014 Open Grid Forum. All rights reserved.