Uses of Class
org.apache.activemq.artemis.core.server.impl.Activation
Packages that use Activation
Package
Description
-
Uses of Activation in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return Activation -
Uses of Activation in org.apache.activemq.artemis.core.server.cluster
Methods in org.apache.activemq.artemis.core.server.cluster with parameters of type ActivationModifier and TypeMethodDescriptionvoidClusterController.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 Activation in org.apache.activemq.artemis.core.server.cluster.ha
Classes in org.apache.activemq.artemis.core.server.cluster.ha with type parameters of type ActivationModifier and TypeInterfaceDescriptioninterfaceHAPolicy<T extends Activation>Every active server will have an HAPolicy that configures the type of server that it should be either primary, backup or colocated (both).Methods in org.apache.activemq.artemis.core.server.cluster.ha that return ActivationModifier and TypeMethodDescriptionPrimaryOnlyPolicy.createActivation(ActiveMQServerImpl server, boolean wasPrimary, Map<String, Object> activationParams, IOCriticalErrorListener ioCriticalErrorListener) ReplicaPolicy.createActivation(ActiveMQServerImpl server, boolean wasPrimary, Map<String, Object> activationParams, IOCriticalErrorListener ioCriticalErrorListener) SharedStoreBackupPolicy.createActivation(ActiveMQServerImpl server, boolean wasPrimary, Map<String, Object> activationParams, IOCriticalErrorListener ioCriticalErrorListener) -
Uses of Activation in org.apache.activemq.artemis.core.server.impl
Subclasses of Activation in org.apache.activemq.artemis.core.server.implModifier and TypeClassDescriptionclassclassclassfinal classThis activation can be used by a primary while trying to fail-back iefailback == trueor by a natural-born backup iefailback == false.classThis is going to beReplicationPrimaryActivation.run()just by natural born primary, at the first start.final classclassfinal classfinal classMethods in org.apache.activemq.artemis.core.server.impl that return ActivationMethods in org.apache.activemq.artemis.core.server.impl with parameters of type Activation