Uses of Class
org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl
Packages that use ActiveMQServerImpl
Package
Description
-
Uses of ActiveMQServerImpl in org.apache.activemq.artemis.core.replication
Constructors in org.apache.activemq.artemis.core.replication with parameters of type ActiveMQServerImplModifierConstructorDescriptionReplicationEndpoint(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 ActiveMQServerImplModifier and TypeMethodDescriptionvoidActiveMQServerLogger_impl.backupServerSynchronized(ActiveMQServerImpl server, String nodeID) voidActiveMQServerLogger.backupServerSynchronized(ActiveMQServerImpl server, String nodeID) -
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 ActiveMQServerImplModifier and TypeMethodDescriptionColocatedPolicy.createActivation(ActiveMQServerImpl server, boolean wasPrimary, Map<String, Object> activationParams, IOCriticalErrorListener ioCriticalErrorListener) HAPolicy.createActivation(ActiveMQServerImpl server, boolean wasPrimary, Map<String, Object> activationParams, IOCriticalErrorListener shutdownOnCriticalIO) created the Activation associated with this policy.PrimaryOnlyPolicy.createActivation(ActiveMQServerImpl server, boolean wasPrimary, Map<String, Object> activationParams, IOCriticalErrorListener ioCriticalErrorListener) ReplicaPolicy.createActivation(ActiveMQServerImpl server, boolean wasPrimary, Map<String, Object> activationParams, IOCriticalErrorListener ioCriticalErrorListener) ReplicatedPolicy.createActivation(ActiveMQServerImpl server, boolean wasPrimary, Map<String, Object> activationParams, IOCriticalErrorListener ioCriticalErrorListener) ReplicationBackupPolicy.createActivation(ActiveMQServerImpl server, boolean wasPrimary, Map<String, Object> activationParams, IOCriticalErrorListener shutdownOnCriticalIO) ReplicationPrimaryPolicy.createActivation(ActiveMQServerImpl server, boolean wasPrimary, Map<String, Object> activationParams, IOCriticalErrorListener shutdownOnCriticalIO) SharedStoreBackupPolicy.createActivation(ActiveMQServerImpl server, boolean wasPrimary, Map<String, Object> activationParams, IOCriticalErrorListener ioCriticalErrorListener) SharedStorePrimaryPolicy.createActivation(ActiveMQServerImpl server, boolean wasPrimary, 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 ActiveMQServerImplModifier and TypeMethodDescriptionActiveMQServerImpl.setAfterActivationCreated(Runnable afterActivationCreated) A Callback for testsMethods in org.apache.activemq.artemis.core.server.impl with parameters of type ActiveMQServerImplModifier and TypeMethodDescriptionstatic voidReplicationPrimaryActivation.applyCoordinationId(String coordinationId, ActiveMQServerImpl activeMQServer) static ServerStatusServerStatus.getInstanceFor(ActiveMQServerImpl activeMQServer) Constructors in org.apache.activemq.artemis.core.server.impl with parameters of type ActiveMQServerImplModifierConstructorDescriptionAnyNodeLocatorForReplication(NodeLocator.BackupRegistrationListener backupRegistrationListener, ActiveMQServerImpl server, long retryReplicationWait) ColocatedActivation(ActiveMQServerImpl activeMQServer, ColocatedPolicy colocatedPolicy, PrimaryActivation primaryActivation) NamedNodeLocatorForScaleDown(String scaleDownGroupName, ActiveMQServerImpl server) PrimaryOnlyActivation(ActiveMQServerImpl server, PrimaryOnlyPolicy primaryOnlyPolicy) ReplicationBackupActivation(ActiveMQServerImpl activeMQServer, org.apache.activemq.artemis.lockmanager.DistributedLockManager distributedManager, ReplicationBackupPolicy policy) ReplicationPrimaryActivation(ActiveMQServerImpl activeMQServer, org.apache.activemq.artemis.lockmanager.DistributedLockManager distributedManager, ReplicationPrimaryPolicy policy) SharedNothingBackupActivation(ActiveMQServerImpl activeMQServer, boolean attemptFailBack, Map<String, Object> activationParams, IOCriticalErrorListener ioCriticalErrorListener, ReplicaPolicy replicaPolicy, NetworkHealthCheck networkHealthCheck) SharedNothingPrimaryActivation(ActiveMQServerImpl activeMQServer, ReplicatedPolicy replicatedPolicy) SharedStoreBackupActivation(ActiveMQServerImpl server, SharedStoreBackupPolicy sharedStoreBackupPolicy, IOCriticalErrorListener ioCriticalErrorListener) SharedStorePrimaryActivation(ActiveMQServerImpl server, SharedStorePrimaryPolicy sharedStorePrimaryPolicy, IOCriticalErrorListener ioCriticalErrorListener)