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() |
TransportConfiguration |
getConnectorConfiguration() |
int |
numConnections() |
int |
numSessions() |
boolean |
removeFailureListener(SessionFailureListener listener) |
void |
removeSession(ClientSessionInternal session,
boolean failingOver) |
void |
sendNodeAnnounce(long currentEventID,
String nodeID,
boolean isBackup,
TransportConfiguration config,
TransportConfiguration backupConfig) |
void |
setBackupConnector(TransportConfiguration live,
TransportConfiguration backUp) |
void |
setReconnectAttempts(int i) |
cleanup, close, createSession, createSession, createSession, createSession, createSession, createSession, createTransactedSession, createXASession, getConnection, getServerLocator, isClosed
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, boolean isBackup, TransportConfiguration config, TransportConfiguration backupConfig)
TransportConfiguration getConnectorConfiguration()
void setBackupConnector(TransportConfiguration live, TransportConfiguration backUp)
Object getBackupConnector()
void setReconnectAttempts(int i)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.