|
Préférences
Moteurs de recherche
|
|||||||
| JavaTM 2 Platform Std. Ed. v1.5.0
java.rmi.server
|
||||||||
| Method Summary | |
|---|---|
boolean |
failure(Exception ex)
The failure callback is invoked when the RMI
runtime is unable to create a ServerSocket via the
RMISocketFactory. |
| Method Detail |
|---|
boolean failure(Exception ex)
failure callback is invoked when the RMI
runtime is unable to create a ServerSocket via the
RMISocketFactory. An RMIFailureHandler
is registered via a call to
RMISocketFacotry.setFailureHandler. If no failure
handler is installed, the default behavior is to attempt to
re-create the ServerSocket.
ex - the exception that occurred during ServerSocket
creation
ServerSocket creationRMISocketFactory.setFailureHandler(RMIFailureHandler)