com.xenonsoft.bridgetown.aop.transaction.jta
Class WeblogicTransactionManagerFactory

java.lang.Object
  extended bycom.xenonsoft.bridgetown.aop.transaction.jta.WeblogicTransactionManagerFactory
All Implemented Interfaces:
IObjectFactory

public class WeblogicTransactionManagerFactory
extends java.lang.Object
implements IObjectFactory

A factory bean to retrieve the weblogic transaction manager

Version:
$Id: WeblogicTransactionManagerFactory.java,v 1.3 2005/03/17 02:30:34 peter_pilgrim Exp $
Author:
peterp, 23-Feb-2005

Constructor Summary
WeblogicTransactionManagerFactory()
          Default constructor
 
Method Summary
 ContainmentEnum getContainmentType()
          Returns the containment type enumeration for this object factory
 java.lang.Object getObject()
          Retrieves the JTA transaction manager object TransactionManager
 java.lang.Class getObjectType()
          Returns the factory type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeblogicTransactionManagerFactory

public WeblogicTransactionManagerFactory()
Default constructor

Method Detail

getObject

public java.lang.Object getObject()
                           throws AssemblyFactoryException
Retrieves the JTA transaction manager object TransactionManager

Specified by:
getObject in interface IObjectFactory
Returns:
the JTA transaction manager object
Throws:
TransactionSystemException
AssemblyFactoryException
See Also:
IObjectFactory.getObject()

getObjectType

public java.lang.Class getObjectType()
Returns the factory type

Specified by:
getObjectType in interface IObjectFactory
Returns:
the JTA transaction manager object class
See Also:
IObjectFactory.getObjectType()

getContainmentType

public ContainmentEnum getContainmentType()
Returns the containment type enumeration for this object factory

Specified by:
getContainmentType in interface IObjectFactory
Returns:
this method always returns ContainmentEnum.SINGLETON
See Also:
IObjectFactory.getContainmentType()


Copyright © 2005 XeNoNSoFT.com. All Rights Reserved.