org.ow2.jonas.tm.jotm.delegate
Class ServerTransactionCCFDelegate

java.lang.Object
  extended by org.ow2.jonas.tm.jotm.delegate.TransactionCCFDelegate
      extended by org.ow2.jonas.tm.jotm.delegate.ServerTransactionCCFDelegate
All Implemented Interfaces:
JComponentContextFactoryDelegate

public class ServerTransactionCCFDelegate
extends TransactionCCFDelegate
implements JComponentContextFactoryDelegate

Implements the TransactionCCFDelegate abstract class for server usage.

Author:
Francois Fornaciari

Field Summary
 
Fields inherited from class org.ow2.jonas.tm.jotm.delegate.TransactionCCFDelegate
tsr, userTransaction
 
Constructor Summary
ServerTransactionCCFDelegate()
           
 
Method Summary
protected  void init()
          Initialize the Context.
 void setTransactionService(TransactionService transactionService)
           
 
Methods inherited from class org.ow2.jonas.tm.jotm.delegate.TransactionCCFDelegate
modify, undo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ow2.jonas.naming.JComponentContextFactoryDelegate
modify, undo
 

Constructor Detail

ServerTransactionCCFDelegate

public ServerTransactionCCFDelegate()
Method Detail

init

protected void init()
Initialize the Context.

Overrides:
init in class TransactionCCFDelegate

setTransactionService

public void setTransactionService(TransactionService transactionService)
Parameters:
transactionService - Transaction Service reference.


Copyright © 2010 OW2 Consortium. All Rights Reserved.