org.objectweb.jotm
Interface TransactionFactory

All Superinterfaces:
Remote
All Known Implementing Classes:
TransactionFactoryImpl

public interface TransactionFactory
extends Remote


Method Summary
 Control create(int timeout)
           
 Control create(int timeout, Xid xid)
           
 String getHostName()
           
 int getPortNumber()
           
 Control recreate(TransactionContext ctx)
           
 

Method Detail

create

Control create(int timeout)
               throws RemoteException
Throws:
RemoteException

create

Control create(int timeout,
               Xid xid)
               throws RemoteException
Throws:
RemoteException

recreate

Control recreate(TransactionContext ctx)
                 throws RemoteException
Throws:
RemoteException

getPortNumber

int getPortNumber()
                  throws RemoteException
Throws:
RemoteException

getHostName

String getHostName()
                   throws RemoteException
Throws:
RemoteException


Copyright © 2005-2011 OW2 Consortium. All Rights Reserved.