public abstract class PingFailureAnalyzer extends Object implements ExtensionPoint
This provides the opportunity to perform diagnostic activities.
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
PingFailureAnalyzer() |
Modifier and Type | Method and Description |
---|---|
static ExtensionList<PingFailureAnalyzer> |
all() |
abstract void |
onPingFailure(hudson.remoting.Channel c,
Throwable cause) |
public abstract void onPingFailure(hudson.remoting.Channel c, Throwable cause) throws IOException
c
- The channel that caused the ping failure. Because this channel is in a troubled state,
do not attempt a remote call on this channel. Doing so would risk creating a hang.cause
- Cause of the ping failure. Informational, and probably uninteresting to most callees.IOException
public static ExtensionList<PingFailureAnalyzer> all()
Copyright © 2004–2021. All rights reserved.