org.jboss.tm.usertx.client
Class ClientUserTransactionObjectFactory

java.lang.Object
  extended byorg.jboss.tm.usertx.client.ClientUserTransactionObjectFactory
All Implemented Interfaces:
ObjectFactory

public class ClientUserTransactionObjectFactory
extends Object
implements ObjectFactory

This is an object factory for producing client UserTransactions. usage for standalone clients.

Version:
$Revision: 1.4 $
Author:
Ole Husgaard

Constructor Summary
ClientUserTransactionObjectFactory()
           
 
Method Summary
 Object getObjectInstance(Object obj, Name name, Context nameCtx, Hashtable environment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientUserTransactionObjectFactory

public ClientUserTransactionObjectFactory()
Method Detail

getObjectInstance

public Object getObjectInstance(Object obj,
                                Name name,
                                Context nameCtx,
                                Hashtable environment)
                         throws Exception
Specified by:
getObjectInstance in interface ObjectFactory
Throws:
Exception


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.