| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.spy.memcached.ops.OperationStatus
net.spy.memcached.ops.CASOperationStatus
public class CASOperationStatus
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 | 
|---|
public CASOperationStatus(boolean success,
                          String msg,
                          CASResponse cres)
| Method Detail | 
|---|
public CASResponse getCASResponse()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||