public interface ClientSessionFactoryInternal extends ClientSessionFactory
Modifier and Type | Method and Description |
---|---|
void |
addFailureListener(SessionFailureListener listener) |
void |
causeExit() |
void |
connect(int reconnectAttempts,
boolean failoverOnInitialConnection) |
void |
disableFinalizeCheck() |
Object |
getBackupConnector() |
Object |
getConnector() |
TransportConfiguration |
getConnectorConfiguration() |
int |
numConnections() |
int |
numSessions() |
boolean |
removeFailureListener(SessionFailureListener listener) |
void |
removeSession(ClientSessionInternal session,
boolean failingOver) |
void |
sendNodeAnnounce(long currentEventID,
String nodeID,
String nodeName,
boolean isBackup,
TransportConfiguration config,
TransportConfiguration backupConfig) |
void |
setBackupConnector(TransportConfiguration live,
TransportConfiguration backUp) |
void |
setReconnectAttempts(int i) |
addFailoverListener, cleanup, close, createSession, createSession, createSession, createSession, createSession, createSession, createTransactedSession, createXASession, getConnection, getServerLocator, isClosed, removeFailoverListener
void causeExit()
void addFailureListener(SessionFailureListener listener)
boolean removeFailureListener(SessionFailureListener listener)
void disableFinalizeCheck()
int numConnections()
int numSessions()
void removeSession(ClientSessionInternal session, boolean failingOver)
void connect(int reconnectAttempts, boolean failoverOnInitialConnection) throws HornetQException
HornetQException
void sendNodeAnnounce(long currentEventID, String nodeID, String nodeName, boolean isBackup, TransportConfiguration config, TransportConfiguration backupConfig)
TransportConfiguration getConnectorConfiguration()
void setBackupConnector(TransportConfiguration live, TransportConfiguration backUp)
Object getConnector()
Object getBackupConnector()
void setReconnectAttempts(int i)
Copyright © 2018 JBoss by Red Hat. All rights reserved.