| Package | Description |
|---|---|
| org.apache.activemq.artemis.core.client.impl | |
| org.apache.activemq.artemis.core.server.cluster.impl | |
| org.apache.activemq.artemis.spi.core.remoting |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientSessionImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientSessionFactoryInternal.removeSession(ClientSessionInternal session,
boolean failingOver) |
void |
ClientSessionFactoryImpl.removeSession(ClientSessionInternal session,
boolean failingOver) |
| Constructor and Description |
|---|
AbstractProducerCreditsImpl(ClientSessionInternal session,
SimpleString address,
int windowSize) |
AsynchronousProducerCreditsImpl(ClientSessionInternal session,
SimpleString address,
int windowSize,
ClientProducerFlowCallback callback) |
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 |
| 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 © 2019 JBoss by Red Hat. All rights reserved.