Uses of Interface
org.jboss.messaging.core.server.ServerSession

Packages that use ServerSession
org.jboss.messaging.core.server   
org.jboss.messaging.core.server.impl   
 

Uses of ServerSession in org.jboss.messaging.core.server
 

Methods in org.jboss.messaging.core.server that return types with arguments of type ServerSession
 java.util.Collection<ServerSession> ServerConnection.getSessions()
           
 

Methods in org.jboss.messaging.core.server with parameters of type ServerSession
 void ServerConnection.removeSession(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
          Session implementation
 

Methods in org.jboss.messaging.core.server.impl that return types with arguments of type ServerSession
 java.util.Collection<ServerSession> ServerConnectionImpl.getSessions()
           
 

Methods in org.jboss.messaging.core.server.impl with parameters of type ServerSession
 void ServerConnectionImpl.removeSession(ServerSession session)
           
 

Constructors in org.jboss.messaging.core.server.impl with parameters of type ServerSession
ServerProducerImpl(long id, long clientTargetID, ServerSession session, SimpleString address, PacketReturner sender, FlowController flowController, int windowSize)
           
ServerSessionPacketHandler(ServerSession session)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.