Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.remoting.responses
Interface Response

All Known Implementing Classes:
ExceptionResponse, InvalidResponse, SuccessfulResponse, UnsuccessfulResponse, UnsureResponse, ValidResponse

public interface Response

A response to be sent back to a remote caller

Since:
4.0
Author:
Manik Surtani

Method Summary
 boolean isSuccessful()
           
 boolean isValid()
           
 

Method Detail

isSuccessful

boolean isSuccessful()

isValid

boolean isValid()

Infinispan Distribution 5.2.6.Final-redhat-2

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