com.sun.mdm.index.ops
Class TransactionMgrFactory

java.lang.Object
  extended bycom.sun.mdm.index.ops.TransactionMgrFactory

public class TransactionMgrFactory
extends java.lang.Object

Factory class to create Transaction Manager


Constructor Summary
TransactionMgrFactory()
           
 
Method Summary
static TransactionMgr getInstance()
          Get an instance of Transaction Manager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionMgrFactory

public TransactionMgrFactory()
Method Detail

getInstance

public static TransactionMgr getInstance()
                                  throws OPSException
Get an instance of Transaction Manager.

Returns:
Transaction Manager instance.
Throws:
OPSException - if an error occurred.


Sun Microsystems, Inc.