The demo factory data resource accessor is a proof-of-concept example of an accessor that allows data service resources to create new data service resources in response to creation requests specified as activities within a perform document (as opposed to invocations of a configurable data service's deployment operations).
The demo factory data resource accessor can create data service resources which utilise demo instance data resource accessors (described on the next page).
This accessor provides no properties for any data service resource which uses it.
This data resource accessor is implemented by the following Java class:
uk.org.ogsadai.examples.demoFactory.DemoFactoryDataResourceAccessor
This data resource accessor implements the following interfaces:
Any data service resource accessor which creates new data service resources must have configuration files for the data service resources it creates. For the demo factory data service resource accessor this is the configuration files of a demo instance data resource, which will include an activity configuration file, data resource accessor class configuration file, session configuration file and name file.
These files are constructed automatically by the tools we provide to deploy the demonstration, see data service resource factory activity detailed example.
Back: SQL Multiple Data Resource Accessor | Up: Data Resource Accessors | Next: Demo Instance Data Resource Accessor |
© International Business Machines Corporation, 2002-2006 | © The University of Edinburgh, 2002-2006 |