Examples of speedoSetStatus()


Examples of org.objectweb.speedo.mim.api.StateItf.speedoSetStatus()

    }
  }

  public void makeClean(State state) {
        StateItf sa = (StateItf) state;
    sa.speedoSetStatus(LifeCycle.PERSISTENT_CLEAN);
  }

  public void makeFlushed(State state) {
    ((StateItf) state).setFlushed(true);
  }
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.