Uses of Class
org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl
-
-
Uses of ActiveMQServerImpl in org.apache.activemq.artemis.core.replication
Constructors in org.apache.activemq.artemis.core.replication with parameters of type ActiveMQServerImpl Constructor Description ReplicationEndpoint(ActiveMQServerImpl server, boolean wantedFailBack, ReplicationEndpoint.ReplicationEndpointEventListener eventListener) -
Uses of ActiveMQServerImpl in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server with parameters of type ActiveMQServerImpl Modifier and Type Method Description voidActiveMQServerLogger_impl. backupServerSynchronized(ActiveMQServerImpl server, String liveID)voidActiveMQServerLogger. backupServerSynchronized(ActiveMQServerImpl server, String liveID) -
Uses of ActiveMQServerImpl in org.apache.activemq.artemis.core.server.cluster.ha
Methods in org.apache.activemq.artemis.core.server.cluster.ha with parameters of type ActiveMQServerImpl Modifier and Type Method Description LiveActivationColocatedPolicy. createActivation(ActiveMQServerImpl server, boolean wasLive, Map<String,Object> activationParams, IOCriticalErrorListener ioCriticalErrorListener)THAPolicy. createActivation(ActiveMQServerImpl server, boolean wasLive, Map<String,Object> activationParams, IOCriticalErrorListener shutdownOnCriticalIO)ActivationLiveOnlyPolicy. createActivation(ActiveMQServerImpl server, boolean wasLive, Map<String,Object> activationParams, IOCriticalErrorListener ioCriticalErrorListener)ActivationReplicaPolicy. createActivation(ActiveMQServerImpl server, boolean wasLive, Map<String,Object> activationParams, IOCriticalErrorListener ioCriticalErrorListener)LiveActivationReplicatedPolicy. createActivation(ActiveMQServerImpl server, boolean wasLive, Map<String,Object> activationParams, IOCriticalErrorListener ioCriticalErrorListener)ReplicationBackupActivationReplicationBackupPolicy. createActivation(ActiveMQServerImpl server, boolean wasLive, Map<String,Object> activationParams, IOCriticalErrorListener shutdownOnCriticalIO)ReplicationPrimaryActivationReplicationPrimaryPolicy. createActivation(ActiveMQServerImpl server, boolean wasLive, Map<String,Object> activationParams, IOCriticalErrorListener shutdownOnCriticalIO)LiveActivationSharedStoreMasterPolicy. 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 ActiveMQServerImpl in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return ActiveMQServerImpl Modifier and Type Method Description ActiveMQServerImplActiveMQServerImpl. setAfterActivationCreated(Runnable afterActivationCreated)A Callback for testsMethods in org.apache.activemq.artemis.core.server.impl with parameters of type ActiveMQServerImpl Modifier and Type Method Description static voidReplicationPrimaryActivation. applyCoordinationId(String coordinationId, ActiveMQServerImpl activeMQServer)static ServerStatusServerStatus. getInstanceFor(ActiveMQServerImpl activeMQServer)
-