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

PersistentDeletedFlushed

public class PersistentDeletedFlushed extends PersistentDeleted

Fields Summary
Constructors Summary
public PersistentDeletedFlushed()

        super();
        isPersistentInDataStore = false;
        updateAction = ActionDesc.LOG_NOOP;
        stateType = P_DELETED_FLUSHED;
    
Methods Summary