Examples of releaseSubSegment()


Examples of org.openxri.store.Store.releaseSubSegment()

      // delete the subsegment

      try {

        openXRIStore.releaseSubSegment(SubSegmentDetails.this.subSegment);
      } catch (StoreException ex) {

        SubSegmentDetails.log.error(ex);
        SubSegmentDetails.this.error(SubSegmentDetails.this._storefail + ex.getLocalizedMessage());
      }
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.