Package ptolemy.backtrack

Examples of ptolemy.backtrack.Checkpoint.rollback()


                if (!checkpoints.contains(checkpoint)) {
                    // Rollback with the current timestamp.
                    // States taken at the time when the timestamp is created
                    // are restored to the actors managed by this checkpoint
                    // object.
                    checkpoint.rollback(checkpoint.getTimestamp(), true);
                    checkpoints.add(checkpoint);
                }
            }
        }
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.