Package | Description |
---|---|
org.hornetq.api.core.client |
Core Client Messaging API.
|
org.hornetq.core.client.impl | |
org.hornetq.core.protocol.core | |
org.hornetq.core.protocol.core.impl |
Modifier and Type | Method and Description |
---|---|
CoreRemotingConnection |
ClientSessionFactory.getConnection()
Returns the code connection used by this session factory.
|
Modifier and Type | Method and Description |
---|---|
CoreRemotingConnection |
ClientSessionFactoryImpl.getConnection() |
Modifier and Type | Method and Description |
---|---|
void |
ClientSessionInternal.handleFailover(CoreRemotingConnection backupConnection,
HornetQException cause) |
void |
DelegatingSession.handleFailover(CoreRemotingConnection backupConnection,
HornetQException cause) |
void |
ClientSessionInternal.preHandleFailover(CoreRemotingConnection connection) |
void |
DelegatingSession.preHandleFailover(CoreRemotingConnection connection) |
Modifier and Type | Method and Description |
---|---|
CoreRemotingConnection |
Channel.getConnection()
returns the
CoreRemotingConnection being used by the channel |
Modifier and Type | Method and Description |
---|---|
void |
Channel.transferConnection(CoreRemotingConnection newConnection)
transfers the connection used by this channel to the one specified.
|
Modifier and Type | Class and Description |
---|---|
class |
RemotingConnectionImpl |
Modifier and Type | Method and Description |
---|---|
CoreRemotingConnection |
ChannelImpl.getConnection() |
Modifier and Type | Method and Description |
---|---|
void |
ChannelImpl.transferConnection(CoreRemotingConnection newConnection) |
Constructor and Description |
---|
ChannelImpl(CoreRemotingConnection connection,
long id,
int confWindowSize,
List<Interceptor> interceptors) |
Copyright © 2015 JBoss, a division of Red Hat. All Rights Reserved.