org.objectweb.jotm
Class UserTransactionFactory

java.lang.Object
  |
  +--org.objectweb.jotm.UserTransactionFactory
All Implemented Interfaces:
ObjectFactory

public class UserTransactionFactory
extends Object
implements ObjectFactory


Constructor Summary
UserTransactionFactory()
           
 
Method Summary
 Object getObjectInstance(Object objref, Name name, Context ctx, Hashtable env)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserTransactionFactory

public UserTransactionFactory()
Method Detail

getObjectInstance

public Object getObjectInstance(Object objref,
                                Name name,
                                Context ctx,
                                Hashtable env)
                         throws Exception
Specified by:
getObjectInstance in interface ObjectFactory
Exception