Package | Description |
---|---|
org.hornetq.core.protocol.core | |
org.hornetq.core.security | |
org.hornetq.core.security.impl | |
org.hornetq.core.server | |
org.hornetq.core.server.impl |
Constructor and Description |
---|
ServerSessionPacketHandler(ServerSession session,
StorageManager storageManager,
Channel channel) |
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) |
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) |
Modifier and Type | Class and Description |
---|---|
class |
ServerSessionImpl |
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) |
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) |
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) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.