API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.rmi.server. RMIFailureHandler View Source
Author(s)
Ann Wollrath
Since
JDK1.1
Version
@(#)RMIFailureHandler.java 1.12, 05/11/17
Serial
Hierarchy
 RMIFailureHandler
Subinterfaces
Description
public interface RMIFailureHandler
  An RMIFailureHandler can be registered via the RMISocketFactory.setFailureHandler call.
See also:   
Methods
Hide/Show inherited methods
public boolean failure (Exception ex)
  The failure callback is invoked when the RMI runtime is unable to create a ServerSocket via the RMISocketFactory.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar