FileDocCategorySizeDatePackage
JmsSessionFactory.javaAPI DocJBoss 4.2.12226Fri Jul 13 21:01:16 BST 2007org.jboss.resource.adapter.jms

JmsSessionFactory

public interface JmsSessionFactory implements javax.jms.QueueConnection, javax.jms.Connection, javax.jms.TopicConnection
A marker interface to join topics and queues into one factory.
author
Peter Antman.
author
Adrian Brock
version
$Revision: 57189 $

Fields Summary
String
ISE
Error message for strict behaviour
Constructors Summary
Methods Summary
public voidaddTemporaryQueue(javax.jms.TemporaryQueue temp)
Add a temporary queue

param
temp the temporary queue

public voidaddTemporaryTopic(javax.jms.TemporaryTopic temp)
Add a temporary topic

param
temp the temporary topic

public voidcloseSession(JmsSession session)
Notification that a session is closed

throws
JMSException for any error