|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServerConnection | |
---|---|
org.jboss.messaging.core.security | |
org.jboss.messaging.core.security.impl | |
org.jboss.messaging.core.server | |
org.jboss.messaging.core.server.impl |
Uses of ServerConnection in org.jboss.messaging.core.security |
---|
Methods in org.jboss.messaging.core.security with parameters of type ServerConnection | |
---|---|
void |
SecurityStore.check(SimpleString address,
CheckType checkType,
ServerConnection conn)
|
Uses of ServerConnection in org.jboss.messaging.core.security.impl |
---|
Methods in org.jboss.messaging.core.security.impl with parameters of type ServerConnection | |
---|---|
void |
SecurityStoreImpl.check(SimpleString address,
CheckType checkType,
ServerConnection conn)
|
Uses of ServerConnection in org.jboss.messaging.core.server |
---|
Methods in org.jboss.messaging.core.server that return ServerConnection | |
---|---|
ServerConnection |
ConnectionManager.unregisterConnection(long remotingClientSessionID,
ServerConnection ServerConnection)
|
Methods in org.jboss.messaging.core.server that return types with arguments of type ServerConnection | |
---|---|
java.util.List<ServerConnection> |
ConnectionManager.getActiveConnections()
Returns a list of active connection endpoints currently maintained by an instance of this manager. |
Methods in org.jboss.messaging.core.server with parameters of type ServerConnection | |
---|---|
void |
ConnectionManager.registerConnection(long remotingClientSessionID,
ServerConnection endpoint)
|
ServerConnection |
ConnectionManager.unregisterConnection(long remotingClientSessionID,
ServerConnection ServerConnection)
|
Uses of ServerConnection in org.jboss.messaging.core.server.impl |
---|
Classes in org.jboss.messaging.core.server.impl that implement ServerConnection | |
---|---|
class |
ServerConnectionImpl
Concrete implementation of ConnectionEndpoint. |
Methods in org.jboss.messaging.core.server.impl that return ServerConnection | |
---|---|
ServerConnection |
ServerSessionImpl.getConnection()
|
ServerConnection |
ConnectionManagerImpl.unregisterConnection(long remotingClientSessionID,
ServerConnection endpoint)
|
Methods in org.jboss.messaging.core.server.impl that return types with arguments of type ServerConnection | |
---|---|
java.util.List<ServerConnection> |
ConnectionManagerImpl.getActiveConnections()
|
Methods in org.jboss.messaging.core.server.impl with parameters of type ServerConnection | |
---|---|
void |
ConnectionManagerImpl.registerConnection(long remotingClientSessionID,
ServerConnection endpoint)
|
ServerConnection |
ConnectionManagerImpl.unregisterConnection(long remotingClientSessionID,
ServerConnection endpoint)
|
Constructors in org.jboss.messaging.core.server.impl with parameters of type ServerConnection | |
---|---|
ServerConnectionPacketHandler(ServerConnection connection)
|
|
ServerSessionImpl(long id,
boolean autoCommitSends,
boolean autoCommitAcks,
boolean xa,
ServerConnection connection,
ResourceManager resourceManager,
PacketReturner sender,
PacketDispatcher dispatcher,
StorageManager persistenceManager,
HierarchicalRepository<QueueSettings> queueSettingsRepository,
PostOffice postOffice,
SecurityStore securityStore)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |