| java.lang.Object org.apache.naming.factory.TyrexFactory
All known Subclasses: org.apache.naming.factory.TyrexResourceFactory, org.apache.naming.factory.TyrexTransactionFactory,
TyrexFactory | abstract public class TyrexFactory implements ObjectFactory(Code) | | Abstract superclass of any factory that creates objects from Tyrex.
Subclasses can use getTransactionDomain() to handle the retrieval and
creation of the TransactionDomain.
Tyrex is an open-source transaction manager, developed by Assaf Arkin and
exolab.org. See the Tyrex homepage
for more details about Tyrex and downloads.
author: David Haraburda version: $Revision: 1.1 $ $Date: 2002/06/28 12:44:41 $ |
Method Summary | |
protected TransactionDomain | getTransactionDomain() Get (and if necessary, create) the active TransactionDomain
This class checks to see if there is already a TransactionDomain
setup and instantiated. |
getTransactionDomain | protected TransactionDomain getTransactionDomain() throws NamingException(Code) | | Get (and if necessary, create) the active TransactionDomain
This class checks to see if there is already a TransactionDomain
setup and instantiated. If so, it is returned, otherwise one is
created and initialized using properties obtained from JNDI.
|
|
|