org.openejb.corba.transaction.nodistributedtransactions
Class Ignore

java.lang.Object
  extended byorg.openejb.corba.transaction.nodistributedtransactions.Ignore
All Implemented Interfaces:
OperationTxPolicy, Serializable

public class Ignore
extends Object
implements OperationTxPolicy, Serializable

Use for: RequiresNew NotSupported Bean (? client should not send a PropagationContext)

Version:
$Rev: 445416 $ $Date: 2005-04-20 04:28:57 +0200 (Wed, 20 Apr 2005) $
See Also:
Serialized Form

Field Summary
static OperationTxPolicy INSTANCE
           
 
Constructor Summary
Ignore()
           
 
Method Summary
 void importTransaction(org.omg.CosTransactions.PropagationContext propagationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final OperationTxPolicy INSTANCE
Constructor Detail

Ignore

public Ignore()
Method Detail

importTransaction

public void importTransaction(org.omg.CosTransactions.PropagationContext propagationContext)
Specified by:
importTransaction in interface OperationTxPolicy


Copyright © 1999-2006 OpenEJB. All Rights Reserved.