Package intf.mobile.storage

Examples of intf.mobile.storage.IndividualStorageService.retrieveState()


    // retrieve the component state from the storage service
    IndividualStorageService ss = (IndividualStorageService)
      URLToReference.createReference(individualStorageServiceURL,
             IndividualStorageService.class.getName());
    String xmlState = ss.retrieveState(storageID);

    // set the state of the component
    setComponentState(xmlState);
  }
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.