Uses of Interface
org.apache.activemq.artemis.core.client.impl.ServerLocatorInternal
Packages that use ServerLocatorInternal
Package
Description
-
Uses of ServerLocatorInternal in org.apache.activemq.artemis.core.client.impl
Classes in org.apache.activemq.artemis.core.client.impl that implement ServerLocatorInternalModifier and TypeClassDescriptionfinal classThis is the implementation ofServerLocatorand all the proper javadoc is located on that interface.Methods in org.apache.activemq.artemis.core.client.impl that return ServerLocatorInternalModifier and TypeMethodDescriptionServerLocatorInternal.setAfterConnectionInternalListener(AfterConnectInternalListener listener) ServerLocatorInternal.setClusterConnection(boolean clusterConnection) ServerLocatorInternal.setClusterTransportConfiguration(TransportConfiguration tc) ServerLocatorInternal.setDiscoveryListener(DiscoveryListener listener) ServerLocatorInternal.setIdentity(String identity) Used to better identify Cluster Connection Locators on logs.Constructors in org.apache.activemq.artemis.core.client.impl with parameters of type ServerLocatorInternalModifierConstructorDescriptionClientSessionFactoryImpl(ServerLocatorInternal serverLocator, TransportConfiguration connectorConfig, ServerLocatorConfig locatorConfig, int reconnectAttempts, Executor threadPool, ScheduledExecutorService scheduledThreadPool, Executor flowControlThreadPool, List<Interceptor> incomingInterceptors, List<Interceptor> outgoingInterceptors) -
Uses of ServerLocatorInternal in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server with parameters of type ServerLocatorInternalModifier and TypeMethodDescriptionvoidNodeLocator.connectToCluster(ServerLocatorInternal serverLocator) connects to the clustervoidActiveMQServerLogger_impl.errorClosingServerLocator(ServerLocatorInternal clusterLocator, Exception e) voidActiveMQServerLogger.errorClosingServerLocator(ServerLocatorInternal clusterLocator, Exception e) -
Uses of ServerLocatorInternal in org.apache.activemq.artemis.core.server.cluster
Methods in org.apache.activemq.artemis.core.server.cluster that return types with arguments of type ServerLocatorInternalMethods in org.apache.activemq.artemis.core.server.cluster with parameters of type ServerLocatorInternalModifier and TypeMethodDescriptionvoidClusterManager.removeClusterLocator(ServerLocatorInternal serverLocator) -
Uses of ServerLocatorInternal in org.apache.activemq.artemis.core.server.cluster.ha
Methods in org.apache.activemq.artemis.core.server.cluster.ha that return ServerLocatorInternalModifier and TypeMethodDescriptionstatic ServerLocatorInternalScaleDownPolicy.getScaleDownConnector(ScaleDownPolicy scaleDownPolicy, ActiveMQServer activeMQServer) -
Uses of ServerLocatorInternal in org.apache.activemq.artemis.core.server.cluster.impl
Fields in org.apache.activemq.artemis.core.server.cluster.impl declared as ServerLocatorInternalMethods in org.apache.activemq.artemis.core.server.cluster.impl that return ServerLocatorInternalModifier and TypeMethodDescriptionBridgeImpl.getServerLocator()ClusterConnectionImpl.getServerLocator()For tests onlyConstructors in org.apache.activemq.artemis.core.server.cluster.impl with parameters of type ServerLocatorInternalModifierConstructorDescriptionBridgeImpl(ServerLocatorInternal serverLocator, BridgeConfiguration configuration, UUID nodeUUID, Queue queue, Executor executor, ScheduledExecutorService scheduledExecutor, ActiveMQServer server) ClusterConnectionBridge(ClusterConnection clusterConnection, ClusterManager clusterManager, ServerLocatorInternal targetLocator, ServerLocatorInternal discoveryLocator, int initialConnectAttempts, int reconnectAttempts, long retryInterval, double retryMultiplier, long maxRetryInterval, UUID nodeUUID, long targetNodeEventUID, String targetNodeID, SimpleString name, Queue queue, Executor executor, Filter filterString, SimpleString forwardingAddress, ScheduledExecutorService scheduledExecutor, TransformerConfiguration transformer, boolean useDuplicateDetection, String user, String password, ActiveMQServer server, SimpleString managementAddress, SimpleString managementNotificationAddress, MessageFlowRecord flowRecord, TransportConfiguration connector, String storeAndForwardPrefix, StorageManager storageManager, String clientId) -
Uses of ServerLocatorInternal in org.apache.activemq.artemis.core.server.impl
Constructors in org.apache.activemq.artemis.core.server.impl with parameters of type ServerLocatorInternalModifierConstructorDescriptionBackupRecoveryJournalLoader(PostOffice postOffice, PagingManager pagingManager, StorageManager storageManager, QueueFactory queueFactory, NodeManager nodeManager, ManagementService managementService, GroupingHandler groupingHandler, Configuration configuration, ActiveMQServer parentServer, ServerLocatorInternal locator, ClusterController clusterController)