|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--pt.jcodeutil.core.ejb.JMSUtils
| Constructor Summary | |
JMSUtils()
|
|
| Method Summary | |
static void |
close(javax.jms.QueueConnection queueConn)
Close a QueueConnection ignoring the exception. |
static void |
close(javax.jms.QueueSender queueSender)
Close a QueueSender ignoring the exception. |
static void |
close(javax.jms.QueueSession queueSession)
Close a QueueSession ignoring the exception. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JMSUtils()
| Method Detail |
public static void close(javax.jms.QueueSession queueSession)
queueSession - the QueueSession to be closed.public static void close(javax.jms.QueueConnection queueConn)
queueConn - the QueueConnection to be closed.public static void close(javax.jms.QueueSender queueSender)
queueSender - the QueueSender to be closed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||