org.objectweb.joram.client.jms.local
Class QueueLocalConnectionFactory
- javax.jms.ConnectionFactory, javax.jms.QueueConnectionFactory, javax.naming.Referenceable, java.io.Serializable, SoapObjectItf
public class QueueLocalConnectionFactory
A QueueLocalConnectionFactory
instance is a factory of
local connections for PTP communication.
- Serialized Form
static javax.jms.QueueConnectionFactory | create() - Admin method creating a
javax.jms.QueueConnectionFactory
instance for creating local connections.
|
javax.jms.Connection | createConnection(String name, String password) - Method inherited from the
ConnectionFactory class.
|
javax.jms.QueueConnection | createQueueConnection(String name, String password) - Method inherited from the
QueueConnectionFactory class.
|
QueueLocalConnectionFactory
public QueueLocalConnectionFactory()
Constructs a QueueLocalConnectionFactory
instance.
create
public static javax.jms.QueueConnectionFactory create()
Admin method creating a javax.jms.QueueConnectionFactory
instance for creating local connections.
createConnection
public javax.jms.Connection createConnection(String name,
String password)
throws javax.jms.JMSException
Method inherited from the ConnectionFactory
class.
- createConnection in interface ConnectionFactory
createQueueConnection
public javax.jms.QueueConnection createQueueConnection(String name,
String password)
throws javax.jms.JMSException
Method inherited from the QueueConnectionFactory
class.
- createQueueConnection in interface QueueConnectionFactory
Copyright B) 2004 Scalagent - All rights reserved