Simple wrapper for passing URLs between workflow units that allowfor adding extra metadata to be included along with
the transfer. For now, we just provide a hint to whether that data should be deleted after use for garbage
colleciton.
All initial planned DatabusInterfaces should implement a garbage colleciton mechanims. Initial ones are:
1. A local store (using a hashtable but exposed using REST also) 2. HTTP using the same mechanism - HTTP needs a
cleanup method http://server/triana/cleanup?dataid say 3. Attic, which should support the deletion of data from the
distributed data store.
We'll use serialisation of this object for now but JSON later.
User: Ian Taylor Date: Jul 24, 2010 Time: 12:42:20 PM To change this template use File | Settings | File Templates.