Uses of Interface
org.hornetq.spi.core.remoting.Connection

Packages that use Connection
org.hornetq.spi.core.protocol   
org.hornetq.spi.core.remoting Remoting SPI. 
 

Uses of Connection in org.hornetq.spi.core.protocol
 

Methods in org.hornetq.spi.core.protocol that return Connection
 Connection RemotingConnection.getTransportConnection()
          return the underlying Connection.
 

Methods in org.hornetq.spi.core.protocol with parameters of type Connection
 ConnectionEntry ProtocolManager.createConnectionEntry(Acceptor acceptorUsed, Connection connection)
           
 

Uses of Connection in org.hornetq.spi.core.remoting
 

Methods in org.hornetq.spi.core.remoting that return Connection
 Connection Connector.createConnection()
          Create and return a connection from this connector.
 

Methods in org.hornetq.spi.core.remoting with parameters of type Connection
 void ConnectionLifeCycleListener.connectionCreated(Acceptor acceptor, Connection connection, ProtocolType protocol)
          This method is used both by client connector creation and server connection creation through acceptors.
 



Copyright © 2009 Red Hat Inc. All Rights Reserved.