Uses of Interface
org.jboss.messaging.core.remoting.RemotingConnection

Packages that use RemotingConnection
org.jboss.messaging.core.client.impl   
org.jboss.messaging.core.remoting   
org.jboss.messaging.core.remoting.impl   
org.jboss.messaging.core.remoting.server   
org.jboss.messaging.core.remoting.server.impl   
org.jboss.messaging.core.server   
org.jboss.messaging.core.server.cluster.impl   
org.jboss.messaging.core.server.impl   
 

Uses of RemotingConnection in org.jboss.messaging.core.client.impl
 

Methods in org.jboss.messaging.core.client.impl that return RemotingConnection
 RemotingConnection ClientSessionInternal.getConnection()
           
 RemotingConnection ClientSessionImpl.getConnection()
           
 RemotingConnection ConnectionManager.getConnection(int initialRefCount)
           
 RemotingConnection ConnectionManagerImpl.getConnection(int initialRefCount)
           
 

Methods in org.jboss.messaging.core.client.impl with parameters of type RemotingConnection
 boolean ClientSessionInternal.handleFailover(RemotingConnection backupConnection)
           
 boolean ClientSessionImpl.handleFailover(RemotingConnection backupConnection)
           
 

Constructors in org.jboss.messaging.core.client.impl with parameters of type RemotingConnection
ClientSessionImpl(ConnectionManager connectionManager, java.lang.String name, boolean xa, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge, boolean blockOnAcknowledge, boolean autoGroup, int ackBatchSize, int consumerWindowSize, int consumerMaxRate, int producerMaxRate, boolean blockOnNonPersistentSend, boolean blockOnPersistentSend, int minLargeMessageSize, RemotingConnection remotingConnection, int version, Channel channel, java.util.concurrent.Executor executor)
           
 

Uses of RemotingConnection in org.jboss.messaging.core.remoting
 

Methods in org.jboss.messaging.core.remoting that return RemotingConnection
 RemotingConnection Channel.getConnection()
           
 

Methods in org.jboss.messaging.core.remoting with parameters of type RemotingConnection
 boolean Interceptor.intercept(Packet packet, RemotingConnection connection)
           
 void Channel.transferConnection(RemotingConnection newConnection, long newID, Channel replicatingChannel)
           
 

Uses of RemotingConnection in org.jboss.messaging.core.remoting.impl
 

Classes in org.jboss.messaging.core.remoting.impl that implement RemotingConnection
 class RemotingConnectionImpl
           
 

Methods in org.jboss.messaging.core.remoting.impl that return RemotingConnection
 RemotingConnection ChannelImpl.getConnection()
           
 

Methods in org.jboss.messaging.core.remoting.impl with parameters of type RemotingConnection
 void ChannelImpl.transferConnection(RemotingConnection newConnection, long newChannelID, Channel replicatingChannel)
           
 

Constructors in org.jboss.messaging.core.remoting.impl with parameters of type RemotingConnection
ChannelImpl(RemotingConnection connection, long id, int windowSize, boolean block)
           
Pinger(RemotingConnection conn, long expiryPeriod, ChannelHandler extraHandler, java.lang.Runnable connectionFailedAction, long lastPingReceived)
           
 

Uses of RemotingConnection in org.jboss.messaging.core.remoting.server
 

Methods in org.jboss.messaging.core.remoting.server that return RemotingConnection
 RemotingConnection RemotingService.getConnection(java.lang.Object remotingConnectionID)
           
 RemotingConnection RemotingService.getServerSideReplicatingConnection()
           
 RemotingConnection RemotingService.removeConnection(java.lang.Object remotingConnectionID)
          Remove a connection from the connections held by the remoting service.
 

Methods in org.jboss.messaging.core.remoting.server that return types with arguments of type RemotingConnection
 java.util.Set<RemotingConnection> RemotingService.getConnections()
           
 

Uses of RemotingConnection in org.jboss.messaging.core.remoting.server.impl
 

Methods in org.jboss.messaging.core.remoting.server.impl that return RemotingConnection
 RemotingConnection RemotingServiceImpl.getConnection(java.lang.Object remotingConnectionID)
           
 RemotingConnection RemotingServiceImpl.getServerSideReplicatingConnection()
           
 RemotingConnection RemotingServiceImpl.removeConnection(java.lang.Object remotingConnectionID)
           
 

Methods in org.jboss.messaging.core.remoting.server.impl that return types with arguments of type RemotingConnection
 java.util.Set<RemotingConnection> RemotingServiceImpl.getConnections()
           
 

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

Methods in org.jboss.messaging.core.server with parameters of type RemotingConnection
 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)
           
 ReattachSessionResponseMessage MessagingServer.reattachSession(RemotingConnection connection, java.lang.String name, int lastReceivedCommandID)
           
 void MessagingServer.replicateCreateSession(java.lang.String name, long channelID, long originalSessionID, java.lang.String username, java.lang.String password, int minLargeMessageSize, int incrementingVersion, RemotingConnection remotingConnection, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge, boolean xa, int sendWindowSize)
           
 int ServerSession.transferConnection(RemotingConnection newConnection, int lastReceivedCommandID)
           
 

Uses of RemotingConnection in org.jboss.messaging.core.server.cluster.impl
 

Methods in org.jboss.messaging.core.server.cluster.impl that return RemotingConnection
 RemotingConnection BridgeImpl.getForwardingConnection()
           
 

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

Methods in org.jboss.messaging.core.server.impl with parameters of type RemotingConnection
 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)
           
 ReattachSessionResponseMessage MessagingServerImpl.reattachSession(RemotingConnection connection, java.lang.String name, int lastReceivedCommandID)
           
 void MessagingServerImpl.replicateCreateSession(java.lang.String name, long replicatedChannelID, long originalChannelID, java.lang.String username, java.lang.String password, int minLargeMessageSize, int incrementingVersion, RemotingConnection connection, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge, boolean xa, int producerWindowSize)
           
 int ServerSessionImpl.transferConnection(RemotingConnection newConnection, int lastReceivedCommandID)
           
 

Constructors in org.jboss.messaging.core.server.impl with parameters of type RemotingConnection
MessagingServerPacketHandler(MessagingServer server, Channel channel1, RemotingConnection connection)
           
ServerSessionImpl(java.lang.String name, long oppositeChannelID, java.lang.String username, java.lang.String password, int minLargeMessageSize, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge, boolean updateDeliveries, boolean xa, RemotingConnection remotingConnection, StorageManager storageManager, PostOffice postOffice, ResourceManager resourceManager, SecurityStore securityStore, java.util.concurrent.Executor executor, Channel channel, ManagementService managementService, QueueFactory queueFactory, MessagingServer server, SimpleString managementAddress, Channel replicatingChannel, boolean backup)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.