Interface ActivationFailureListener
-
public interface ActivationFailureListenerThis interface represents a way users can be alerted to activation failures that don't necessarily constitute a fatal problem for the broker (e.g. the failure to start an acceptor)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidactivationFailed(Exception exception)This will be invoked by the broker in case of an exception during the activation process
-
-
-
Method Detail
-
activationFailed
void activationFailed(Exception exception)
This will be invoked by the broker in case of an exception during the activation process- Parameters:
exception- the exception which caused the activation failure
-
-