Class TrackHandler

  • All Implemented Interfaces:
    org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler

    public class TrackHandler
    extends org.xml.sax.helpers.DefaultHandler
    Author:
    Daniela Butano
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.sql.Connection connection  
      protected ObjectStoreWriter osw  
      protected java.sql.PreparedStatement stm  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void releaseResources()  
      • Methods inherited from class org.xml.sax.helpers.DefaultHandler

        characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • connection

        protected java.sql.Connection connection
      • stm

        protected java.sql.PreparedStatement stm
    • Constructor Detail

      • TrackHandler

        public TrackHandler​(ObjectStoreWriter uosw)
        Parameters:
        uosw - userprofile db connection
    • Method Detail

      • releaseResources

        public void releaseResources()
                              throws org.xml.sax.SAXException
        Throws:
        org.xml.sax.SAXException - if something goes wrong