biz.hammurapi.sql.xml
Class Transaction

java.lang.Object
  extended by biz.hammurapi.xml.dom.AbstractDomObject
      extended by biz.hammurapi.sql.xml.CompositeCommand
          extended by biz.hammurapi.sql.xml.Transaction
All Implemented Interfaces:
Command

public class Transaction
extends CompositeCommand

Version:
$Revision: 1.2 $
Author:
Pavel Vlasov

Constructor Summary
Transaction()
           
 
Method Summary
 void configure(org.w3c.dom.Node configNode, Context context)
           
 void execute(org.w3c.dom.Element holder, SQLProcessor processor, Context context)
           
 
Methods inherited from class biz.hammurapi.sql.xml.CompositeCommand
addCommand, execute, log, toDom
 
Methods inherited from class biz.hammurapi.xml.dom.AbstractDomObject
addElement, addTextElement, getElementText, getElementText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Transaction

public Transaction()
Method Detail

configure

public void configure(org.w3c.dom.Node configNode,
                      Context context)
               throws ConfigurationException
Overrides:
configure in class CompositeCommand
Throws:
ConfigurationException

execute

public void execute(org.w3c.dom.Element holder,
                    SQLProcessor processor,
                    Context context)
             throws SQL2XMLException
Specified by:
execute in interface Command
Overrides:
execute in class CompositeCommand
Throws:
SQL2XMLException


Copyright © 2003 Hammurapi Group. All Rights Reserved.