net.spy.memcached.ops
Class CASOperationStatus

java.lang.Object
  extended by net.spy.memcached.ops.OperationStatus
      extended by net.spy.memcached.ops.CASOperationStatus

public class CASOperationStatus
extends OperationStatus

OperationStatus subclass for indicating CAS status.


Constructor Summary
CASOperationStatus(boolean success, String msg, CASResponse cres)
           
 
Method Summary
 CASResponse getCASResponse()
          Get the CAS response indicated here.
 
Methods inherited from class net.spy.memcached.ops.OperationStatus
getMessage, isSuccess, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CASOperationStatus

public CASOperationStatus(boolean success,
                          String msg,
                          CASResponse cres)
Method Detail

getCASResponse

public CASResponse getCASResponse()
Get the CAS response indicated here.