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() |
ConfirmationWindowWarning |
getConfirmationWindowWarning() |
Object |
getConnector() |
String |
getLiveNodeId() |
Lock |
lockFailover() |
int |
numConnections() |
int |
numSessions() |
boolean |
removeFailureListener(SessionFailureListener listener) |
void |
removeSession(ClientSessionInternal session,
boolean failingOver) |
void |
setBackupConnector(TransportConfiguration live,
TransportConfiguration backUp) |
void |
setReconnectAttempts(int i) |
boolean |
waitForTopology(long timeout,
TimeUnit unit) |
addFailoverListener, cleanup, close, createSession, createSession, createSession, createSession, createSession, createSession, createTransactedSession, createXASession, getConnection, getConnectorConfiguration, getServerLocator, isClosed, removeFailoverListener
void causeExit()
void addFailureListener(SessionFailureListener listener)
boolean removeFailureListener(SessionFailureListener listener)
boolean waitForTopology(long timeout, TimeUnit unit)
void disableFinalizeCheck()
String getLiveNodeId()
int numConnections()
int numSessions()
void removeSession(ClientSessionInternal session, boolean failingOver)
void connect(int reconnectAttempts, boolean failoverOnInitialConnection) throws ActiveMQException
ActiveMQException
void setBackupConnector(TransportConfiguration live, TransportConfiguration backUp)
Object getConnector()
Object getBackupConnector()
void setReconnectAttempts(int i)
ConfirmationWindowWarning getConfirmationWindowWarning()
Lock lockFailover()
Copyright © 2016 JBoss by Red Hat. All rights reserved.