i3.dragos.core.services.transactions
Class TMDigesterFactory

java.lang.Object
  extended by org.apache.commons.digester.AbstractObjectCreationFactory
      extended by i3.dragos.core.services.transactions.TMDigesterFactory
All Implemented Interfaces:
org.apache.commons.digester.ObjectCreationFactory

public class TMDigesterFactory
extends org.apache.commons.digester.AbstractObjectCreationFactory

Helper class for processing the configuration data. It registers configured TransactionManager implementations with the TransactionManagerFactory.

Author:
Ernest Hammerschmidt <ernest@i3.informatik.rwth-aachen.de>, Thorsten Hermes <thermes@i3.informatik.rwth-aachen.de>

Field Summary
 
Fields inherited from class org.apache.commons.digester.AbstractObjectCreationFactory
digester
 
Constructor Summary
TMDigesterFactory()
          Creates a new TMDigesterFactory.
 
Method Summary
 java.lang.Object createObject(org.xml.sax.Attributes attribs)
          
 
Methods inherited from class org.apache.commons.digester.AbstractObjectCreationFactory
getDigester, setDigester
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TMDigesterFactory

public TMDigesterFactory()
Creates a new TMDigesterFactory.

Method Detail

createObject

public java.lang.Object createObject(org.xml.sax.Attributes attribs)

Specified by:
createObject in interface org.apache.commons.digester.ObjectCreationFactory
Specified by:
createObject in class org.apache.commons.digester.AbstractObjectCreationFactory


Copyright © 2002-2008 RWTH Aachen, Department of Computer Science 3 (Software Engineering). All Rights Reserved.