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 |
---|---|
void |
SecurityStore.check(SimpleString address,
CheckType checkType,
ServerSession session) |
Modifier and Type | Method and Description |
---|---|
void |
SecurityStoreImpl.check(SimpleString address,
CheckType checkType,
ServerSession session) |
Modifier and Type | Method and Description |
---|---|
ServerSession |
HornetQServer.createSession(String name,
String username,
String password,
int minLargeMessageSize,
RemotingConnection remotingConnection,
boolean autoCommitSends,
boolean autoCommitAcks,
boolean preAcknowledge,
boolean xa,
String defaultAddress,
SessionCallback callback) |
ServerSession |
HornetQServer.getSessionByID(String sessionID) |
ServerSession |
HornetQServer.lookupSession(String metakey,
String metavalue) |
Modifier and Type | Method and Description |
---|---|
Set<ServerSession> |
HornetQServer.getSessions() |
List<ServerSession> |
HornetQServer.getSessions(String connectionID) |
Modifier and Type | Method and Description |
---|---|
void |
HornetQServer.destroyQueue(SimpleString queueName,
ServerSession session) |
void |
HornetQServer.destroyQueue(SimpleString queueName,
ServerSession session,
boolean checkConsumerCount) |
Modifier and Type | Class and Description |
---|---|
class |
ServerSessionImpl
Server side Session implementation
|
Modifier and Type | Method and Description |
---|---|
ServerSession |
HornetQServerImpl.createSession(String name,
String username,
String password,
int minLargeMessageSize,
RemotingConnection connection,
boolean autoCommitSends,
boolean autoCommitAcks,
boolean preAcknowledge,
boolean xa,
String defaultAddress,
SessionCallback callback) |
ServerSession |
HornetQServerImpl.getSessionByID(String sessionName) |
ServerSession |
HornetQServerImpl.lookupSession(String key,
String value) |
Modifier and Type | Method and Description |
---|---|
Set<ServerSession> |
HornetQServerImpl.getSessions() |
List<ServerSession> |
HornetQServerImpl.getSessions(String connectionID) |
Modifier and Type | Method and Description |
---|---|
void |
HornetQServerImpl.destroyQueue(SimpleString queueName,
ServerSession session) |
void |
HornetQServerImpl.destroyQueue(SimpleString queueName,
ServerSession session,
boolean checkConsumerCount) |
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) |
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) |
Copyright © 2016 JBoss, a division of Red Hat. All Rights Reserved.