Uses of Interface
org.apache.activemq.artemis.core.protocol.core.Channel
-
-
Uses of Channel in org.apache.activemq.artemis.core.protocol.core
Methods in org.apache.activemq.artemis.core.protocol.core that return Channel Modifier and Type Method Description ChannelCoreRemotingConnection. getChannel(long channelID, int confWindowSize)Returns the channel with the channel id specified.ChannelServerSessionPacketHandler. getChannel()Methods in org.apache.activemq.artemis.core.protocol.core with parameters of type Channel Modifier and Type Method Description voidCoreRemotingConnection. putChannel(long channelID, Channel channel)add the channel with the specified channel idConstructors in org.apache.activemq.artemis.core.protocol.core with parameters of type Channel Constructor Description ServerSessionPacketHandler(ActiveMQServer server, ServerSession session, Channel channel) -
Uses of Channel in org.apache.activemq.artemis.core.protocol.core.impl
Classes in org.apache.activemq.artemis.core.protocol.core.impl that implement Channel Modifier and Type Class Description classChannelImplMethods in org.apache.activemq.artemis.core.protocol.core.impl that return Channel Modifier and Type Method Description ChannelRemotingConnectionImpl. getChannel(long channelID, int confWindowSize)ChannelActiveMQClientProtocolManager. getChannel0()ChannelActiveMQClientProtocolManager. getChannel1()ChannelActiveMQSessionContext. getSessionChannel()Methods in org.apache.activemq.artemis.core.protocol.core.impl with parameters of type Channel Modifier and Type Method Description protected SessionContextActiveMQClientProtocolManager. newSessionContext(String name, int confirmationWindowSize, Channel sessionChannel, CreateSessionResponseMessage response)voidRemotingConnectionImpl. putChannel(long channelID, Channel channel)Constructors in org.apache.activemq.artemis.core.protocol.core.impl with parameters of type Channel Constructor Description ActiveMQPacketHandler(CoreProtocolManager protocolManager, ActiveMQServer server, Channel channel1, CoreRemotingConnection connection)ActiveMQSessionContext(String name, RemotingConnection remotingConnection, Channel sessionChannel, int serverVersion, int confirmationWindow)CoreSessionCallback(String name, ProtocolManager protocolManager, Channel channel, RemotingConnection connection) -
Uses of Channel in org.apache.activemq.artemis.core.protocol.hornetq.client
Methods in org.apache.activemq.artemis.core.protocol.hornetq.client with parameters of type Channel Modifier and Type Method Description protected SessionContextHornetQClientProtocolManager. newSessionContext(String name, int confirmationWindowSize, Channel sessionChannel, CreateSessionResponseMessage response)Constructors in org.apache.activemq.artemis.core.protocol.hornetq.client with parameters of type Channel Constructor Description HornetQClientSessionContext(String name, RemotingConnection remotingConnection, Channel sessionChannel, int serverVersion, int confirmationWindow) -
Uses of Channel in org.apache.activemq.artemis.core.replication
Methods in org.apache.activemq.artemis.core.replication that return Channel Modifier and Type Method Description ChannelReplicationEndpoint. getChannel()Methods in org.apache.activemq.artemis.core.replication with parameters of type Channel Modifier and Type Method Description voidReplicationEndpoint. setChannel(Channel channel) -
Uses of Channel in org.apache.activemq.artemis.core.server.cluster
Methods in org.apache.activemq.artemis.core.server.cluster that return Channel Modifier and Type Method Description ChannelClusterControl. createReplicationChannel()create a replication channelMethods in org.apache.activemq.artemis.core.server.cluster that return types with arguments of type Channel Modifier and Type Method Description Optional<Channel>ClusterControl. getClusterChannel()Methods in org.apache.activemq.artemis.core.server.cluster with parameters of type Channel Modifier and Type Method Description voidClusterController. addClusterChannelHandler(Channel channel, Acceptor acceptorUsed, CoreRemotingConnection remotingConnection, Activation activation)used to set a channel handler on the connection that can be used by the cluster controlvoidClusterManager. addClusterChannelHandler(Channel channel, Acceptor acceptorUsed, CoreRemotingConnection remotingConnection, Activation activation) -
Uses of Channel in org.apache.activemq.artemis.core.server.cluster.qourum
Methods in org.apache.activemq.artemis.core.server.cluster.qourum with parameters of type Channel Modifier and Type Method Description voidQuorumManager. handleQuorumVote(Channel clusterChannel, Packet packet) -
Uses of Channel in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl with parameters of type Channel Modifier and Type Method Description ChannelHandlerActivation. getActivationChannelHandler(Channel channel, Acceptor acceptorUsed)ChannelHandlerColocatedActivation. getActivationChannelHandler(Channel channel, Acceptor acceptorUsed)ChannelHandlerReplicationPrimaryActivation. getActivationChannelHandler(Channel channel, Acceptor acceptorUsed)ChannelHandlerSharedNothingLiveActivation. getActivationChannelHandler(Channel channel, Acceptor acceptorUsed)
-