FileDocCategorySizeDatePackage
PersistentNewFlushedDeleted.javaAPI DocGlassfish v2 API2530Fri May 04 22:35:16 BST 2007com.sun.jdo.spi.persistence.support.sqlstore.state

PersistentNewFlushedDeleted

public class PersistentNewFlushedDeleted extends PersistentNewDeleted

Fields Summary
Constructors Summary
public PersistentNewFlushedDeleted()

        super();
        isPersistentInDataStore = true;
        updateAction = ActionDesc.LOG_DESTROY;
        stateType = P_NEW_FLUSHED_DELETED;
    
Methods Summary
public LifeCycleStatetransitionFlushed()

        return changeState(P_NEW_DELETED);