jpl.eda.activity
Class XMLStandardOutputStorage

java.lang.Object
  extended byjpl.eda.activity.XMLStorage
      extended byjpl.eda.activity.XMLStandardOutputStorage
All Implemented Interfaces:
Storage

public class XMLStandardOutputStorage
extends XMLStorage

Simple storage that writes XML documents describing activities to the standard output.

Version:
$Revision: 1.1 $
Author:
Kelly

Constructor Summary
XMLStandardOutputStorage()
          Creates a new XMLStandardOutputStorage instance.
 
Method Summary
protected  void saveDocument(org.w3c.dom.Document doc)
          Save a completed activity record.
 
Methods inherited from class jpl.eda.activity.XMLStorage
store
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLStandardOutputStorage

public XMLStandardOutputStorage()
Creates a new XMLStandardOutputStorage instance.

Method Detail

saveDocument

protected void saveDocument(org.w3c.dom.Document doc)
                     throws java.io.IOException
Description copied from class: XMLStorage
Save a completed activity record.

Specified by:
saveDocument in class XMLStorage
Parameters:
doc - XML document containing the activity's incidents.
Throws:
java.io.IOException - if an error occurs.


Copyright © 1999-2005 NASA Jet Propulsion Laboratory, California Institute of Technology. All Rights Reserved.