org.galagosearch.tupleflow.execution
Class JobConstructor.ConnectionHandler

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by org.galagosearch.tupleflow.execution.StackHandler
          extended by org.galagosearch.tupleflow.execution.JobConstructor.ConnectionHandler
All Implemented Interfaces:
org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler
Enclosing class:
JobConstructor

public class JobConstructor.ConnectionHandler
extends StackHandler


Field Summary
 Connection connection
           
 
Constructor Summary
JobConstructor.ConnectionHandler()
           
 
Method Summary
 Connection getConnection()
           
 void startHandler(java.lang.String uri, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes attributes)
           
 void unhandledStartElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes attributes)
           
 
Methods inherited from class org.galagosearch.tupleflow.execution.StackHandler
addHandler, addHandler, characters, endChild, endElement, endHandler, startElement, unhandledCharacters, unhandledEndElement
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

connection

public Connection connection
Constructor Detail

JobConstructor.ConnectionHandler

public JobConstructor.ConnectionHandler()
Method Detail

getConnection

public Connection getConnection()

startHandler

public void startHandler(java.lang.String uri,
                         java.lang.String localName,
                         java.lang.String qName,
                         org.xml.sax.Attributes attributes)
                  throws org.xml.sax.SAXException
Overrides:
startHandler in class StackHandler
Throws:
org.xml.sax.SAXException

unhandledStartElement

public void unhandledStartElement(java.lang.String uri,
                                  java.lang.String localName,
                                  java.lang.String qName,
                                  org.xml.sax.Attributes attributes)
                           throws org.xml.sax.SAXException
Overrides:
unhandledStartElement in class StackHandler
Throws:
org.xml.sax.SAXException


Copyright © 2009. All Rights Reserved.