org.objectweb.transaction.lib.transaction
Class TransactionStatusRolledBack

java.lang.Object
  |
  +--org.objectweb.transaction.lib.transaction.TransactionStatusRolledBack
All Implemented Interfaces:
Event, TransactionStatus

public class TransactionStatusRolledBack
extends java.lang.Object
implements TransactionStatus

TransactionStatus after the completion of the transaction.

Version:
0.1
Author:
Romain Rouvoy

Field Summary
static TransactionStatus status
          Object value for the status Rolled Back.
static int value
          Int value for the status Rolled Back.
 
Fields inherited from interface org.objectweb.transaction.api.transaction.TransactionStatus
TRANSACTION_STATUS
 
Constructor Summary
TransactionStatusRolledBack()
           
 
Method Summary
 int getValue()
          Provides the int value associated to this event.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

public static final int value
Int value for the status Rolled Back.


status

public static final TransactionStatus status
Object value for the status Rolled Back.

Constructor Detail

TransactionStatusRolledBack

public TransactionStatusRolledBack()
Method Detail

getValue

public int getValue()
Description copied from interface: Event
Provides the int value associated to this event.

Specified by:
getValue in interface Event
Returns:
the internal value.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object