| java.lang.Object org.jboss.mq.Connection org.jboss.mq.SpyConnection org.jboss.mq.SpyXAConnection
SpyXAConnection | public class SpyXAConnection extends SpyConnection implements Serializable,XAConnection,XATopicConnection,XAQueueConnection(Code) | | This class implements javax.jms.XAQueueConnection
author: Hiram Chirino (Cojonudo14@hotmail.com) author: Adrian Brock version: $Revision: 57198 $ |
serialVersionUID | final static long serialVersionUID(Code) | | The serialVersionUID
|
SpyXAConnection | public SpyXAConnection(String userid, String password, GenericConnectionFactory gcf) throws JMSException(Code) | | Create a new SpyXAConnection
Parameters: userid - the user Parameters: password - the password Parameters: gcf - the constructing class throws: JMSException - for any error |
SpyXAConnection | public SpyXAConnection(GenericConnectionFactory gcf) throws JMSException(Code) | | Create a new SpyXAConnection
Parameters: gcf - the constructing class throws: JMSException - for any error |
createQueueSession | public QueueSession createQueueSession(boolean transacted, int acknowledgeMode) throws JMSException(Code) | | |
createSession | public Session createSession(boolean transacted, int acknowledgeMode) throws JMSException(Code) | | |
createTopicSession | public TopicSession createTopicSession(boolean transacted, int acknowledgeMode) throws JMSException(Code) | | |
createXAQueueSession | public XAQueueSession createXAQueueSession() throws JMSException(Code) | | |
createXASession | public XASession createXASession() throws JMSException(Code) | | |
createXATopicSession | public XATopicSession createXATopicSession() throws javax.jms.JMSException(Code) | | |
Methods inherited from org.jboss.mq.SpyConnection | public ConnectionConsumer createConnectionConsumer(Destination destination, String messageSelector, ServerSessionPool sessionPool, int maxMessages) throws JMSException(Code)(Java Doc) public ConnectionConsumer createConnectionConsumer(Topic topic, String messageSelector, ServerSessionPool sessionPool, int maxMessages) throws JMSException(Code)(Java Doc) public ConnectionConsumer createConnectionConsumer(Queue queue, String messageSelector, ServerSessionPool sessionPool, int maxMessages) throws JMSException(Code)(Java Doc) public ConnectionConsumer createDurableConnectionConsumer(Topic topic, String subscriptionName, String messageSelector, ServerSessionPool sessionPool, int maxMessages) throws JMSException(Code)(Java Doc) Queue createQueue(String name) throws JMSException(Code)(Java Doc) public QueueSession createQueueSession(boolean transacted, int acknowledgeMode) throws JMSException(Code)(Java Doc) public Session createSession(boolean transacted, int acknowledgeMode) throws JMSException(Code)(Java Doc) Topic createTopic(String name) throws JMSException(Code)(Java Doc) public TopicSession createTopicSession(boolean transacted, int acknowledgeMode) throws JMSException(Code)(Java Doc) TemporaryQueue getTemporaryQueue() throws JMSException(Code)(Java Doc) TemporaryTopic getTemporaryTopic() throws JMSException(Code)(Java Doc)
|
|
|