Examples of EvictObject


Examples of com.sun.sgs.impl.service.data.store.cache.queue.UpdateQueueRequest.EvictObject

     * @throws  IllegalArgumentException if {@code oid} is negative
     */
    public void evictObject(
  long contextId, long oid, CompletionHandler completionHandler)
    {
  addRequest(contextId, new EvictObject(oid, completionHandler));
    }
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.