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

Nested Class Summary
static class ExtendedResponse.Externalizer
           
 
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, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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()

Google Analytics

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