Package com.bradmcevoy.http

Examples of com.bradmcevoy.http.LockToken


  }

  public LockResult lock(LockTimeout timeout, LockInfo lockInfo)
      throws NotAuthorizedException, PreConditionFailedException,
      LockedException {
    return new LockResult(null, new LockToken(new ObjectId().toString(),
        lockInfo, timeout));
  }
View Full Code Here

TOP

Related Classes of com.bradmcevoy.http.LockToken

Copyright © 2018 www.massapicom. 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.