Package com.sun.jts.jta
Class UserTransactionFactory
- java.lang.Object
-
- com.sun.jts.jta.UserTransactionFactory
-
- All Implemented Interfaces:
ObjectFactory
public class UserTransactionFactory extends Object implements ObjectFactory
Factory for producing the UserTransactionImpl objects.- Version:
- 1.0 Feb 09, 1999
- Author:
- Ram Jeyaraman
-
-
Constructor Summary
Constructors Constructor Description UserTransactionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetObjectInstance(Object refObj, Name name, Context nameCtx, Hashtable env)
-
-
-
Method Detail
-
getObjectInstance
public Object getObjectInstance(Object refObj, Name name, Context nameCtx, Hashtable env) throws Exception
- Specified by:
getObjectInstancein interfaceObjectFactory- Parameters:
obj- Reference information that can be used in creating an object.name- of this object relative to nameCtx (optional).nameCtx- context relative to which the name parameter specified. If null, name is relative to the default initial context.environment- possibly null environment used in creating the object.- Returns:
- object created; null if an object cannot be created.
- Throws:
Exception- if this object factory encountered an exception while attempting to create an object.
-
-