com.caucho.amqp
Class AmqpConnectionFactory

java.lang.Object
  extended by com.caucho.amqp.AmqpConnectionFactory

public class AmqpConnectionFactory
extends java.lang.Object

AMQP client connection facade


Constructor Summary
AmqpConnectionFactory()
           
 
Method Summary
 AmqpConnection connect()
           
 void setHost(java.lang.String host)
          Sets the socket host
 void setPort(int port)
          Sets the socket port.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AmqpConnectionFactory

public AmqpConnectionFactory()
Method Detail

setHost

public void setHost(java.lang.String host)
Sets the socket host


setPort

public void setPort(int port)
Sets the socket port.


connect

public AmqpConnection connect()