org.infinispan.remoting.responses
Class ExtendedResponse

java.lang.Object
  extended by org.infinispan.remoting.responses.ValidResponse
      extended by org.infinispan.remoting.responses.ExtendedResponse
All Implemented Interfaces:
Response

public class ExtendedResponse
extends ValidResponse

A response with extended information

Author:
Jason T. Greene

Constructor Summary
ExtendedResponse(Response response, boolean replayIgnoredRequests)
           
 
Method Summary
 Response getResponse()
           
 boolean isReplayIgnoredRequests()
           
 boolean isSuccessful()
           
 
Methods inherited from class org.infinispan.remoting.responses.ValidResponse
isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtendedResponse

public ExtendedResponse(Response response,
                        boolean replayIgnoredRequests)
Method Detail

isReplayIgnoredRequests

public boolean isReplayIgnoredRequests()

getResponse

public Response getResponse()

isSuccessful

public boolean isSuccessful()


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