ibis.rmi.server
Interface RMIFailureHandler
- public interface RMIFailureHandler
Class RMISocketFactory
requires this interface, so we have to
provide it. However, in Ibis RMI, there is no functionality for
RMISocketFactories, and hence no functionality for RMIFailureHandlers.
- Author:
- Rutger Hofman
Method Summary |
boolean |
failure(java.lang.Exception e)
No failure handler in Ibis RMI, but the socket factory requires
this. |
failure
public boolean failure(java.lang.Exception e)
- No failure handler in Ibis RMI, but the socket factory requires
this.
The Ibis project