Uses of Class
net.sf.jmsmq.MSMQException

Uses of MSMQException in net.sf.jmsmq
 

Methods in net.sf.jmsmq that throw MSMQException
 MSMQQueue MSMQQueueFactory.createQueue(MQ_QUEUE_TYPE eQueueType, java.lang.String queueName, MQ_XACT_TYPE eXAct)
          Methdo that create a queue in the MSMQ server references by this factory
 void MSMQQueueFactory.deleteQueue(MSMQQueue queue)
          Method that delete the queue in the MSMQ server references by this factory
 MSMQQueue MSMQQueueFactory.lookupQueue(MQ_QUEUE_TYPE eQueueType, java.lang.String queueName)
          Method that search a queue into the MSMQ server references by this factory
 MSMQQueueEnumerator MSMQQueueFactory.enumPrivateQueues()
          Method that recovery a private queue enumerator from the MSMQ server references by this factory
 java.lang.String MSMQQueue.getQueuePathName()
          Method that returns the queue path name
 java.lang.String MSMQQueue.getQueueLabel()
          Method that returns the queue label
 void MSMQQueue.setQueueLabel(java.lang.String newQueueLabel)
          Method that sets the queue label
 MQ_XACT_TYPE MSMQQueue.getQueueXActType()
          Method that returns the transactional type of the queue
 void MSMQQueue.purgeQueue()
          Method that delete all message in the queue
 MSMQMessage MSMQQueue.readMessage()
          Method that extract a message of the queue
 MSMQMessage MSMQQueue.readMessage(long timeOut)
          Method that extract a message of the queue
 MSMQMessage MSMQQueue.peekMessage()
          Method that read the first message in the queue
 MSMQMessage MSMQQueue.peekMessage(long timeOut)
          Method that read the first message in the queue
 void MSMQQueue.sendMessage(MSMQMessage message)
          Method that sends a message to the queue
 



Jorge Ruesga © 2006. All rigths reserved.