net.jini.jeri
Class BasicInvocationHandler.Failure

java.lang.Object
  extended by net.jini.jeri.BasicInvocationHandler.Failure
Enclosing class:
BasicInvocationHandler

private static class BasicInvocationHandler.Failure
extends Object

Holds information about the communication failure of a remote call attempt.


Field Summary
(package private)  Throwable exception
          exception representing the communication failure
(package private)  boolean retry
          failure is safe to retry (and possibly worth retrying) after
 
Constructor Summary
BasicInvocationHandler.Failure(Throwable exception, boolean retry)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exception

final Throwable exception
exception representing the communication failure


retry

final boolean retry
failure is safe to retry (and possibly worth retrying) after

Constructor Detail

BasicInvocationHandler.Failure

BasicInvocationHandler.Failure(Throwable exception,
                               boolean retry)


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.