com.caucho.jms
Class JmsConnectionFactory

java.lang.Object
  extended by com.caucho.jms.connection.ConnectionFactoryImpl
      extended by com.caucho.jms.JmsConnectionFactory
All Implemented Interfaces:
HandleAware, java.io.Serializable, ConnectionFactory, QueueConnectionFactory, TopicConnectionFactory, XAConnectionFactory, XAQueueConnectionFactory, XATopicConnectionFactory

public class JmsConnectionFactory
extends ConnectionFactoryImpl

Top-level JMS connection

See Also:
Serialized Form

Constructor Summary
JmsConnectionFactory()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class com.caucho.jms.connection.ConnectionFactoryImpl
addConnection, authenticate, createConnection, createConnection, createQueue, createQueueConnection, createQueueConnection, createTopic, createTopicConnection, createTopicConnection, createXAConnection, createXAConnection, createXAQueueConnection, createXAQueueConnection, createXATopicConnection, createXATopicConnection, findByClientID, getName, init, removeConnection, setClientID, setDataSource, setName, setPassword, setSerializationHandle, setUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JmsConnectionFactory

public JmsConnectionFactory()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class ConnectionFactoryImpl