Uses of Enum Class
org.apache.activemq.artemis.api.core.DisconnectReason
Packages that use DisconnectReason
Package
Description
-
Uses of DisconnectReason in org.apache.activemq.artemis.api.core
Methods in org.apache.activemq.artemis.api.core that return DisconnectReasonModifier and TypeMethodDescriptionstatic DisconnectReasonDisconnectReason.getType(byte type) static DisconnectReasonReturns the enum constant of this class with the specified name.static DisconnectReason[]DisconnectReason.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DisconnectReason in org.apache.activemq.artemis.core.client.impl
Constructors in org.apache.activemq.artemis.core.client.impl with parameters of type DisconnectReasonModifierConstructorDescriptionCloseRunnable(RemotingConnection conn, DisconnectReason reason, String targetNodeID) -
Uses of DisconnectReason in org.apache.activemq.artemis.core.protocol.core.impl
Methods in org.apache.activemq.artemis.core.protocol.core.impl with parameters of type DisconnectReasonModifier and TypeMethodDescriptionvoidRemotingConnectionImpl.disconnect(DisconnectReason reason, String targetNodeID, TransportConfiguration targetConnector) -
Uses of DisconnectReason in org.apache.activemq.artemis.core.protocol.core.impl.wireformat
Methods in org.apache.activemq.artemis.core.protocol.core.impl.wireformat that return DisconnectReasonConstructors in org.apache.activemq.artemis.core.protocol.core.impl.wireformat with parameters of type DisconnectReasonModifierConstructorDescriptionDisconnectMessage_V3(SimpleString nodeID, DisconnectReason reason, SimpleString targetNodeID, TransportConfiguration targetConnector) -
Uses of DisconnectReason in org.apache.activemq.artemis.spi.core.protocol
Methods in org.apache.activemq.artemis.spi.core.protocol with parameters of type DisconnectReasonModifier and TypeMethodDescriptiondefault voidRemotingConnection.disconnect(DisconnectReason reason, String targetNodeID, TransportConfiguration targetConnector) Disconnect the connection, closing all channels -
Uses of DisconnectReason in org.apache.activemq.artemis.spi.core.remoting
Methods in org.apache.activemq.artemis.spi.core.remoting with parameters of type DisconnectReasonModifier and TypeMethodDescriptionvoidTopologyResponseHandler.nodeDisconnected(RemotingConnection conn, String nodeID, DisconnectReason reason, String targetNodeID, TransportConfiguration tagetConnector)