net.jini.activation
Class ActivatableInvocationHandler.Failure

java.lang.Object
  extended by net.jini.activation.ActivatableInvocationHandler.Failure
Enclosing class:
ActivatableInvocationHandler

private static class ActivatableInvocationHandler.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
ActivatableInvocationHandler.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

ActivatableInvocationHandler.Failure

ActivatableInvocationHandler.Failure(Throwable exception,
                                     boolean retry)


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