|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServerSession | |
---|---|
org.jboss.messaging.core.security | |
org.jboss.messaging.core.security.impl | |
org.jboss.messaging.core.server | |
org.jboss.messaging.core.server.impl |
Uses of ServerSession in org.jboss.messaging.core.security |
---|
Methods in org.jboss.messaging.core.security with parameters of type ServerSession | |
---|---|
void |
SecurityStore.check(SimpleString address,
CheckType checkType,
ServerSession session)
|
Uses of ServerSession in org.jboss.messaging.core.security.impl |
---|
Methods in org.jboss.messaging.core.security.impl with parameters of type ServerSession | |
---|---|
void |
SecurityStoreImpl.check(SimpleString address,
CheckType checkType,
ServerSession session)
|
Uses of ServerSession in org.jboss.messaging.core.server |
---|
Methods in org.jboss.messaging.core.server that return ServerSession | |
---|---|
ServerSession |
MessagingServer.getSession(java.lang.String name)
|
Methods in org.jboss.messaging.core.server that return types with arguments of type ServerSession | |
---|---|
java.util.Set<ServerSession> |
MessagingServer.getSessions()
|
java.util.List<ServerSession> |
MessagingServer.getSessions(java.lang.String connectionID)
|
Methods in org.jboss.messaging.core.server with parameters of type ServerSession | |
---|---|
void |
MessagingServer.destroyQueue(SimpleString queueName,
ServerSession session)
|
Uses of ServerSession in org.jboss.messaging.core.server.impl |
---|
Classes in org.jboss.messaging.core.server.impl that implement ServerSession | |
---|---|
class |
ServerSessionImpl
|
Methods in org.jboss.messaging.core.server.impl that return ServerSession | |
---|---|
ServerSession |
MessagingServerImpl.getSession(java.lang.String name)
|
Methods in org.jboss.messaging.core.server.impl that return types with arguments of type ServerSession | |
---|---|
java.util.Set<ServerSession> |
MessagingServerImpl.getSessions()
|
java.util.List<ServerSession> |
MessagingServerImpl.getSessions(java.lang.String connectionID)
|
Methods in org.jboss.messaging.core.server.impl with parameters of type ServerSession | |
---|---|
void |
MessagingServerImpl.destroyQueue(SimpleString queueName,
ServerSession session)
|
Constructors in org.jboss.messaging.core.server.impl with parameters of type ServerSession | |
---|---|
ServerConsumerImpl(long id,
long replicatedSessionID,
ServerSession session,
QueueBinding binding,
Filter filter,
boolean started,
boolean browseOnly,
StorageManager storageManager,
PagingManager pagingManager,
Channel channel,
Channel replicatingChannel,
boolean preAcknowledge,
boolean updateDeliveries,
java.util.concurrent.Executor executor,
ManagementService managementService)
|
|
ServerSessionPacketHandler(ServerSession session)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |