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(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(Connection connection, ProtocolType protocol)
          called when a connection is created.
 



Copyright © 2009 Red Hat Inc. All Rights Reserved.