org.infinispan.client.hotrod.impl
Class VersionedOperationResponse

java.lang.Object
  extended by org.infinispan.client.hotrod.impl.VersionedOperationResponse

public class VersionedOperationResponse
extends Object

Since:
4.1
Author:
Mircea.Markus@jboss.com

Nested Class Summary
static class VersionedOperationResponse.RspCode
           
 
Constructor Summary
VersionedOperationResponse(byte[] value, VersionedOperationResponse.RspCode code)
           
 
Method Summary
 VersionedOperationResponse.RspCode getCode()
           
 byte[] getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionedOperationResponse

public VersionedOperationResponse(byte[] value,
                                  VersionedOperationResponse.RspCode code)
Method Detail

getValue

public byte[] getValue()

getCode

public VersionedOperationResponse.RspCode getCode()


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.