org.apache.qpid.client.transport
Class VmPipeTransportConnection

java.lang.Object
  extended by org.apache.qpid.client.transport.VmPipeTransportConnection
All Implemented Interfaces:
ITransportConnection

public class VmPipeTransportConnection
extends Object
implements ITransportConnection


Constructor Summary
VmPipeTransportConnection(int port)
           
 
Method Summary
 void connect(AMQProtocolHandler protocolHandler, BrokerDetails brokerDetail)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VmPipeTransportConnection

public VmPipeTransportConnection(int port)
Method Detail

connect

public void connect(AMQProtocolHandler protocolHandler,
                    BrokerDetails brokerDetail)
             throws IOException
Specified by:
connect in interface ITransportConnection
Throws:
IOException


Licensed to the Apache Software Foundation