Uses of Class
org.codehaus.activemq.transport.NetworkChannel

Packages that use NetworkChannel
org.codehaus.activemq.transport The transport abstraction layer for sending and receiving Packets over a network  
 

Uses of NetworkChannel in org.codehaus.activemq.transport
 

Methods in org.codehaus.activemq.transport that return NetworkChannel
protected  NetworkChannel DiscoveryNetworkConnector.createNetworkChannel(String url, Map details)
           
 NetworkChannel NetworkConnector.addNetworkChannel(String uri)
          Adds a new network channel for the given URI
 

Methods in org.codehaus.activemq.transport with parameters of type NetworkChannel
 void NetworkConnector.addNetworkChannel(NetworkChannel networkChannel)
          Adds a new network channel
 void NetworkConnector.removeNetworkChannel(NetworkChannel networkChannel)
          Removes a network channel
 



Copyright © 2004 Protique, Ltd.. All Rights Reserved.