Package hudson.remoting
Class EngineListenerAdapter
java.lang.Object
hudson.remoting.EngineListenerAdapter
- All Implemented Interfaces:
EngineListener
Adapter class for
EngineListener to shield subtypes from future callback additions.- Since:
- 2.36
- Author:
- Kohsuke Kawaguchi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidFatal error that's non recoverable.voidCalled when a connection is terminated.voidCalled when a re-connection is about to be attempted.voidStatus message that indicates the progress of the operation.voidStatus message, with additional stack trace that indicates an error that was recovered.
-
Constructor Details
-
EngineListenerAdapter
public EngineListenerAdapter()
-
-
Method Details
-
status
Description copied from interface:EngineListenerStatus message that indicates the progress of the operation.- Specified by:
statusin interfaceEngineListener
-
status
Description copied from interface:EngineListenerStatus message, with additional stack trace that indicates an error that was recovered.- Specified by:
statusin interfaceEngineListener
-
error
Description copied from interface:EngineListenerFatal error that's non recoverable.- Specified by:
errorin interfaceEngineListener
-
onDisconnect
public void onDisconnect()Description copied from interface:EngineListenerCalled when a connection is terminated.- Specified by:
onDisconnectin interfaceEngineListener
-
onReconnect
public void onReconnect()Description copied from interface:EngineListenerCalled when a re-connection is about to be attempted.- Specified by:
onReconnectin interfaceEngineListener
-