org.objectweb.speedo.api
Class WorkingSetLifeCycle

java.lang.Object
  |
  +--org.objectweb.speedo.api.WorkingSetLifeCycle

public class WorkingSetLifeCycle
extends java.lang.Object

Author:
S.Chassande-Barrioz

Field Summary
static byte ACTIVE_ACTION
           
static byte BEGIN_TX_ACTION
           
static byte CLOSE_ACTION
           
static byte COMMIT_TX_ACTION
           
static byte ROLLBACK_TX_ACTION
           
 
Constructor Summary
WorkingSetLifeCycle()
           
 
Method Summary
static byte getNextStatus(byte status, byte action)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTIVE_ACTION

public static final byte ACTIVE_ACTION

BEGIN_TX_ACTION

public static final byte BEGIN_TX_ACTION

COMMIT_TX_ACTION

public static final byte COMMIT_TX_ACTION

ROLLBACK_TX_ACTION

public static final byte ROLLBACK_TX_ACTION

CLOSE_ACTION

public static final byte CLOSE_ACTION
Constructor Detail

WorkingSetLifeCycle

public WorkingSetLifeCycle()
Method Detail

getNextStatus

public static byte getNextStatus(byte status,
                                 byte action)
                          throws org.objectweb.perseus.persistence.api.PersistenceException