Modifier and Type | Method and Description |
---|---|
ServerSession |
ServerSessionPacketHandler.getSession() |
Constructor and Description |
---|
ServerSessionPacketHandler(ServerSession session,
StorageManager storageManager,
Channel channel) |
Modifier and Type | Method and Description |
---|---|
ServerSession |
StompSession.getSession() |
Modifier and Type | Method and Description |
---|---|
ServerSession |
ActiveMQServer.createSession(String name,
String username,
String password,
int minLargeMessageSize,
RemotingConnection remotingConnection,
boolean autoCommitSends,
boolean autoCommitAcks,
boolean preAcknowledge,
boolean xa,
String defaultAddress,
SessionCallback callback,
boolean autoCreateQueues) |
ServerSession |
ActiveMQServer.getSessionByID(String sessionID) |
ServerSession |
ActiveMQServer.lookupSession(String metakey,
String metavalue) |
Modifier and Type | Method and Description |
---|---|
Set<ServerSession> |
ActiveMQServer.getSessions() |
List<ServerSession> |
ActiveMQServer.getSessions(String connectionID) |
Modifier and Type | Class and Description |
---|---|
class |
ServerSessionImpl
Server side Session implementation
|
Modifier and Type | Method and Description |
---|---|
ServerSession |
ActiveMQServerImpl.createSession(String name,
String username,
String password,
int minLargeMessageSize,
RemotingConnection connection,
boolean autoCommitSends,
boolean autoCommitAcks,
boolean preAcknowledge,
boolean xa,
String defaultAddress,
SessionCallback callback,
boolean autoCreateQueues) |
ServerSession |
ActiveMQServerImpl.getSessionByID(String sessionName) |
ServerSession |
ActiveMQServerImpl.lookupSession(String key,
String value) |
Modifier and Type | Method and Description |
---|---|
Set<ServerSession> |
ActiveMQServerImpl.getSessions() |
List<ServerSession> |
ActiveMQServerImpl.getSessions(String connectionID) |
Constructor and Description |
---|
ServerConsumerImpl(long id,
ServerSession session,
QueueBinding binding,
Filter filter,
boolean started,
boolean browseOnly,
StorageManager storageManager,
SessionCallback callback,
boolean preAcknowledge,
boolean strictUpdateDeliveryCount,
ManagementService managementService,
ActiveMQServer server) |
ServerConsumerImpl(long id,
ServerSession session,
QueueBinding binding,
Filter filter,
boolean started,
boolean browseOnly,
StorageManager storageManager,
SessionCallback callback,
boolean preAcknowledge,
boolean strictUpdateDeliveryCount,
ManagementService managementService,
boolean supportLargeMessage,
Integer credits,
ActiveMQServer server) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.