Uses of Class
com.safmq.MQConnection

Uses of MQConnection in com.safmq
 

Methods in com.safmq that return MQConnection
static MQConnection MQBuilder.buildConnection(java.net.URI uri, java.lang.String user, java.lang.String password)
          Constructs a MQConnection connection object connected to a SAFMQ server.
static MQConnection MQBuilder.buildConnection(java.net.URI uri, java.lang.String user, java.lang.String password, javax.net.ssl.SSLContext ctx)
          Constructs a MQConnection connection object connected to a SAFMQ server.
 MQConnection MessageQueue.getConnection()
           
 

Constructors in com.safmq with parameters of type MQConnection
MessageQueue(MQConnection con, QueueHandle que)
          Constructs the MessageQueue object, from an open handle to a message queue.
MessageQueue(java.lang.String queuename, MQConnection con)
          Constructs the MessageQueue object, from the queue's name and a connection to the queue server.
 


Copyright Matthew J. Battey, 2004-2010;
Powered By: Get SAFMQ: Store and Forward Message Queue at SourceForge.net. Fast, secure and Free Open Source software downloads