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

AutoPersistentNewFlushed

public class AutoPersistentNewFlushed extends AutoPersistentNew

Fields Summary
Constructors Summary
public AutoPersistentNewFlushed()

        super();
        isPersistentInDataStore = true;
        updateAction = ActionDesc.LOG_UPDATE;
        stateType = AP_NEW_FLUSHED;
    
Methods Summary
public LifeCycleStatetransitionDeletePersistent()

        return changeState(AP_NEW_FLUSHED_DELETED);
    
public LifeCycleStatetransitionMakePending()

        return changeState(AP_NEW_FLUSHED_PENDING);
    
public LifeCycleStatetransitionMakePersistent()

        return changeState(P_NEW_FLUSHED);