org.apache.geronimo.corba.transaction.nodistributedtransactions
Class Ignore

java.lang.Object
  extended by org.apache.geronimo.corba.transaction.nodistributedtransactions.Ignore
All Implemented Interfaces:
Serializable, OperationTxPolicy

public class Ignore
extends Object
implements OperationTxPolicy, Serializable

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

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 © 2003-2007 Apache Software Foundation. All Rights Reserved.