Modifier and Type | Class and Description |
---|---|
class |
ClientSessionImpl |
Modifier and Type | Method and Description |
---|---|
void |
ClientSessionFactoryImpl.removeSession(ClientSessionInternal session,
boolean failingOver) |
void |
ClientSessionFactoryInternal.removeSession(ClientSessionInternal session,
boolean failingOver) |
Constructor and Description |
---|
ClientConsumerImpl(ClientSessionInternal session,
ConsumerContext consumerContext,
SimpleString queueName,
SimpleString filterString,
boolean browseOnly,
int clientWindowSize,
int ackBatchSize,
TokenBucketLimiter rateLimiter,
Executor executor,
Executor flowControlExecutor,
SessionContext sessionContext,
ClientSession.QueueQuery queueInfo,
ClassLoader contextClassLoader) |
ClientProducerCreditManagerImpl(ClientSessionInternal session,
int windowSize) |
ClientProducerCreditsImpl(ClientSessionInternal session,
SimpleString address,
int windowSize) |
ClientProducerImpl(ClientSessionInternal session,
SimpleString address,
TokenBucketLimiter rateLimiter,
boolean blockOnNonDurableSend,
boolean blockOnDurableSend,
boolean autoGroup,
SimpleString groupID,
int minLargeMessageSize,
SessionContext sessionContext) |
Modifier and Type | Field and Description |
---|---|
protected ClientSessionInternal |
BridgeImpl.session |
protected ClientSessionInternal |
BridgeImpl.sessionConsumer |
Constructor and Description |
---|
ActiveMQMessageHandler(ConnectionFactoryOptions options,
ActiveMQActivation activation,
TransactionManager tm,
ClientSessionInternal session,
ClientSessionFactory cf,
int sessionNr) |
Modifier and Type | Field and Description |
---|---|
protected ClientSessionInternal |
SessionContext.session |
Modifier and Type | Method and Description |
---|---|
ClientSessionInternal |
SessionContext.getSession() |
Modifier and Type | Method and Description |
---|---|
void |
SessionContext.setSession(ClientSessionInternal session) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.