| java.lang.Object org.jboss.mq.SpyConnectionFactory
All known Subclasses: org.jboss.mq.SpyXAConnectionFactory,
SpyConnectionFactory | public class SpyConnectionFactory implements Serializable,ConnectionFactory,QueueConnectionFactory,TopicConnectionFactory,Referenceable(Code) | | This class implements javax.jms.TopicConnectionFactory and
javax.jms.QueueConnectionFactory .
author: Norbert Lataille (Norbert.Lataille@m4x.org) author: Hiram Chirino (Cojonudo14@hotmail.com) author: Jason Dillon author: Adrian Brock version: $Revision: 57198 $ |
serialVersionUID | final static long serialVersionUID(Code) | | The serialVersionUID
|
SpyConnectionFactory | public SpyConnectionFactory(GenericConnectionFactory factory)(Code) | | Create a new SpyConnectionFactory
Parameters: factory - the delegate factory |
SpyConnectionFactory | public SpyConnectionFactory(Properties config)(Code) | | Create a new SpyConnectionFactory
Parameters: config - the configuration |
createQueueConnection | public QueueConnection createQueueConnection() throws JMSException(Code) | | |
createQueueConnection | public QueueConnection createQueueConnection(String userName, String password) throws JMSException(Code) | | |
createTopicConnection | public TopicConnection createTopicConnection() throws JMSException(Code) | | |
createTopicConnection | public TopicConnection createTopicConnection(String userName, String password) throws JMSException(Code) | | |
internalCreateConnection | protected Connection internalCreateConnection(int type) throws JMSException(Code) | | Create a connection
Parameters: type - the type the connection throws: JMSException - for any error |
internalCreateConnection | protected Connection internalCreateConnection(int type, String userName, String password) throws JMSException(Code) | | Create a connection
Parameters: type - the type Parameters: userName - the user name Parameters: password - the password the connection throws: JMSException - for any error |
|
|