Activity Type: Example
A demo activity that creates a data service resource. The configuration relating to this new resource will be written to file thereby persiting the resource so it will survive container restarts.
The data resource accessor that is created will implement the uk.org.ogsadai.examples.demoFactory.DemoNameProvider interface and be be queried using the demoQueryInstance activity.
For more details regarding the creation of data service resources see the How to Write an Activity that Creates Persisted Data Service Resources tutorial.
<demoCreateInstance name="myActivity"> <name value="Bob"/> <myOutput name="outputStream"/> </demoCreateInstance>
Element demoCreateInstance:
This activity requires a data resource accessor that implements the following interface: uk.org.ogsadai.service.resource.factory.ConfigDirectoryProvider
OGSA-DAI/schema/ogsadai/xsd/activities/demo_create_instance.xsd
uk.org.ogsadai.examples.demoFactory.DemoCreateInstanceActivity
None at present.
Up: Activities | ||
© International Business Machines Corporation, 2002-2006 | © The University of Edinburgh, 2002-2006 |