Uses of Class
org.jboss.messaging.core.remoting.impl.wireformat.CreateSessionResponseMessage

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

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

Methods in org.jboss.messaging.core.server that return CreateSessionResponseMessage
 CreateSessionResponseMessage MessagingServer.createSession(java.lang.String name, long channelID, long replicatedSessionID, java.lang.String username, java.lang.String password, int minLargeMessageSize, int incrementingVersion, RemotingConnection remotingConnection, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge, boolean xa, int producerWindowSize)
           
 

Uses of CreateSessionResponseMessage in org.jboss.messaging.core.server.impl
 

Methods in org.jboss.messaging.core.server.impl that return CreateSessionResponseMessage
 CreateSessionResponseMessage MessagingServerImpl.createSession(java.lang.String name, long channelID, long replicatedChannelID, java.lang.String username, java.lang.String password, int minLargeMessageSize, int incrementingVersion, RemotingConnection connection, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge, boolean xa, int sendWindowSize)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.