Uses of Class
org.apache.activemq.artemis.core.server.impl.Activation
-
-
Uses of Activation in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return Activation Modifier and Type Method Description ActivationActiveMQServer. getActivation() -
Uses of Activation in org.apache.activemq.artemis.core.server.cluster
Methods in org.apache.activemq.artemis.core.server.cluster with parameters of type Activation 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 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 Activation Modifier and Type Interface Description interfaceHAPolicy<T extends Activation>Every live server will have an HAPolicy that configures the type of server that it should be either live, backup or colocated (both).Methods in org.apache.activemq.artemis.core.server.cluster.ha that return Activation Modifier and Type Method Description ActivationLiveOnlyPolicy. createActivation(ActiveMQServerImpl server, boolean wasLive, Map<String,Object> activationParams, IOCriticalErrorListener ioCriticalErrorListener)ActivationReplicaPolicy. createActivation(ActiveMQServerImpl server, boolean wasLive, Map<String,Object> activationParams, IOCriticalErrorListener ioCriticalErrorListener)ActivationSharedStoreSlavePolicy. createActivation(ActiveMQServerImpl server, boolean wasLive, 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.impl Modifier and Type Class Description classColocatedActivationclassLiveActivationclassLiveOnlyActivationclassReplicationBackupActivationThis activation can be used by a primary while trying to fail-back iefailback == trueor by a natural-born backup iefailback == false.classReplicationPrimaryActivationThis is going to beReplicationPrimaryActivation.run()just by natural born primary, at the first start.classSharedNothingBackupActivationclassSharedNothingLiveActivationclassSharedStoreBackupActivationclassSharedStoreLiveActivationMethods in org.apache.activemq.artemis.core.server.impl that return Activation Modifier and Type Method Description ActivationActiveMQServerImpl. getActivation()Methods in org.apache.activemq.artemis.core.server.impl with parameters of type Activation Modifier and Type Method Description voidActiveMQServerImpl. setActivation(Activation activation)
-