Uses of Class
org.apache.qpid.protonj2.engine.exceptions.EngineFailedException
-
Packages that use EngineFailedException Package Description org.apache.qpid.protonj2.engine org.apache.qpid.protonj2.engine.exceptions org.apache.qpid.protonj2.engine.impl -
-
Uses of EngineFailedException in org.apache.qpid.protonj2.engine
Methods in org.apache.qpid.protonj2.engine with parameters of type EngineFailedException Modifier and Type Method Description default void
EngineHandler. engineFailed(EngineHandlerContext context, EngineFailedException failure)
Called when the engine has transitioned to a failed state and cannot process any additional input or output.void
EngineHandlerContext. fireFailed(EngineFailedException failure)
Fires theEngine
failed event into the next handler in theEnginePipeline
chain.EnginePipeline
EnginePipeline. fireFailed(EngineFailedException failure)
Fires an engine failed event into eachEngineHandler
in the pipeline indicating that the engine is now failed and should not accept or produce new work.Methods in org.apache.qpid.protonj2.engine that throw EngineFailedException Modifier and Type Method Description E
Endpoint. close()
Close the end point locally and send the closing performative immediately if possible or holds it until the Connection / Engine state allows it. -
Uses of EngineFailedException in org.apache.qpid.protonj2.engine.exceptions
Methods in org.apache.qpid.protonj2.engine.exceptions that return EngineFailedException Modifier and Type Method Description static EngineFailedException
ProtonExceptionSupport. createFailedException(String message, Throwable cause)
Creates a new instance of an EngineFailedException that either wraps the given cause if it is not an instance of anEngineFailedException
or creates a new copy of the givenEngineFailedException
in order to produce a meaningful stack trace for the caller of which of their calls failed due to the engine state being failed.static EngineFailedException
ProtonExceptionSupport. createFailedException(Throwable cause)
Checks the given cause to determine if it's already an ProtonException type and if not creates a new ProtonException to wrap it. -
Uses of EngineFailedException in org.apache.qpid.protonj2.engine.impl
Methods in org.apache.qpid.protonj2.engine.impl with parameters of type EngineFailedException Modifier and Type Method Description void
ProtonFrameDecodingHandler. engineFailed(EngineHandlerContext context, EngineFailedException failure)
void
ProtonPerformativeHandler. engineFailed(EngineHandlerContext context, EngineFailedException failure)
void
ProtonEngineHandlerContext. fireFailed(EngineFailedException failure)
ProtonEnginePipeline
ProtonEnginePipeline. fireFailed(EngineFailedException e)
ProtonEnginePipelineProxy
ProtonEnginePipelineProxy. fireFailed(EngineFailedException e)
Methods in org.apache.qpid.protonj2.engine.impl that throw EngineFailedException Modifier and Type Method Description ProtonConnection
ProtonConnection. close()
ProtonSession
ProtonSession. close()
TransactionController
ProtonTransactionController. close()
TransactionManager
ProtonTransactionManager. close()
-