public interface ServerLocatorInternal extends ServerLocator
addClusterTopologyListener, addIncomingInterceptor, addOutgoingInterceptor, allInVM, close, createSessionFactory, createSessionFactory, createSessionFactory, createSessionFactory, disableFinalizeCheck, getAckBatchSize, getCallFailoverTimeout, getCallTimeout, getClientFailureCheckPeriod, getConfirmationWindowSize, getConnectionLoadBalancingPolicyClassName, getConnectionTTL, getConsumerMaxRate, getConsumerWindowSize, getDiscoveryGroupConfiguration, getGroupID, getIncomingInterceptorList, getInitialConnectAttempts, getInitialMessagePacketSize, getMaxRetryInterval, getMinLargeMessageSize, getOutgoingInterceptorList, getProducerMaxRate, getProducerWindowSize, getProtocolManagerFactory, getReconnectAttempts, getRetryInterval, getRetryIntervalMultiplier, getScheduledThreadPoolMaxSize, getStaticTransportConfigurations, getThreadPoolMaxSize, isAutoGroup, isBlockOnAcknowledge, isBlockOnDurableSend, isBlockOnNonDurableSend, isCacheLargeMessagesClient, isClosed, isCompressLargeMessage, isFailoverOnInitialConnection, isHA, isPreAcknowledge, isUseGlobalPools, removeClusterTopologyListener, removeIncomingInterceptor, removeOutgoingInterceptor, setAckBatchSize, setAutoGroup, setBlockOnAcknowledge, setBlockOnDurableSend, setBlockOnNonDurableSend, setCacheLargeMessagesClient, setCallFailoverTimeout, setCallTimeout, setClientFailureCheckPeriod, setCompressLargeMessage, setConfirmationWindowSize, setConnectionLoadBalancingPolicyClassName, setConnectionTTL, setConsumerMaxRate, setConsumerWindowSize, setFailoverOnInitialConnection, setGroupID, setIncomingInterceptorList, setInitialConnectAttempts, setInitialMessagePacketSize, setMaxRetryInterval, setMinLargeMessageSize, setOutgoingInterceptorList, setPreAcknowledge, setProducerMaxRate, setProducerWindowSize, setProtocolManagerFactory, setReconnectAttempts, setRetryInterval, setRetryIntervalMultiplier, setScheduledThreadPoolMaxSize, setThreadPoolMaxSize, setThreadPools, setUseGlobalPoolsvoid factoryClosed(ClientSessionFactory factory)
AfterConnectInternalListener getAfterConnectInternalListener()
ServerLocatorInternal setAfterConnectionInternalListener(AfterConnectInternalListener listener)
ServerLocatorInternal setIdentity(String identity)
ServerLocatorInternal setNodeID(String nodeID)
String getNodeID()
void cleanup()
void resetToInitialConnectors()
ClientSessionFactoryInternal connect() throws ActiveMQException
ActiveMQExceptionClientSessionFactoryInternal connectNoWarnings() throws ActiveMQException
connect() but it does not log warnings if it fails to connect.ActiveMQExceptionvoid notifyNodeUp(long uniqueEventID,
String nodeID,
String backupGroupName,
String scaleDownGroupName,
Pair<TransportConfiguration,TransportConfiguration> connectorPair,
boolean last)
void notifyNodeDown(long uniqueEventID,
String nodeID)
uniqueEventID - 0 means get the previous ID +1nodeID - ServerLocatorInternal setClusterConnection(boolean clusterConnection)
boolean isClusterConnection()
TransportConfiguration getClusterTransportConfiguration()
ServerLocatorInternal setClusterTransportConfiguration(TransportConfiguration tc)
Topology getTopology()
ServerLocatorgetTopology in interface ServerLocatorClientProtocolManager newProtocolManager()
boolean isConnectable()
Copyright © 2018 JBoss by Red Hat. All rights reserved.