Uses of Class
com.safmq.MQException

Uses of MQException in com.safmq
 

Methods in com.safmq that throw MQException
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.
static MessageQueue MQBuilder.buildMessageQueue(java.net.URI uri, java.lang.String user, java.lang.String password)
          Constructs a new MQConnection connection object and then a MessageQueue to wrap it.
static MessageQueue MQBuilder.buildMessageQueue(java.net.URI uri, java.lang.String user, java.lang.String password, javax.net.ssl.SSLContext ctx)
          Constructs a new MQConnection connection object and then a MessageQueue to wrap it.
 

Constructors in com.safmq that throw MQException
MessageQueue(java.lang.String queuename, MQConnection con)
          Constructs the MessageQueue object, from the queue's name and a connection to the queue server.
MQConnection(java.net.Socket s, java.lang.String user, java.lang.String password)
          Constructs the object from the name of the server, the tcp/ip port to be used the user's name and password.
 


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