|
Oracle® Streams Advanced Queuing Java API Reference 10g Release 2 (10.2) B14291-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.jms.AQjmsConnectionFactory
oracle.jms.AQjmsQueueConnectionFactory
oracle.jms.AQjmsXAQueueConnectionFactory
Oracle class implementing javax.jms.XAQueueConnectionFactory,
| Method Summary | |
XAConnection |
createXAConnection()create a XAConnection to the JMS Server hosting this XAQueueConnectionFactory. |
XAConnection |
createXAConnection(java.lang.String username, java.lang.String password)create a XAConnection using the given username and password for authentication during creation of the XAConnection. |
XAQueueConnection |
createXAQueueConnection()create a XAQueueConnection to the JMS Server hosting this Queue- ConnectionFactory. |
XAQueueConnection |
createXAQueueConnection(java.lang.String username, java.lang.String password)create a XAQueueConnection using the given username and password for authentication during creation of the Connection. |
javax.naming.Reference |
getReference()Creates a JMS queue connection factory reference suitable for passing to AQjmsConnectionFactory.getObjectInstance(java.lang.Object, javax.naming.Name, javax.naming.Context, java.util.Hashtable). |
| Methods inherited from class oracle.jms.AQjmsQueueConnectionFactory |
createQueueConnection, createQueueConnection, createQueueConnection |
| Methods inherited from class oracle.jms.AQjmsConnectionFactory |
createConnection, createConnection, getObjectInstance |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.jms.QueueConnectionFactory |
createQueueConnection, createQueueConnection |
| Methods inherited from interface javax.jms.ConnectionFactory |
createConnection, createConnection |
| Method Detail |
public XAQueueConnection createXAQueueConnection()
throws JMSException
createXAQueueConnection in interface XAQueueConnectionFactoryJMSException - if JMS fails to get a XAQueueConnection due to some JMS error
public XAQueueConnection createXAQueueConnection(java.lang.String username,
java.lang.String password)
throws JMSException
createXAQueueConnection in interface XAQueueConnectionFactoryusername - name of the user connecting to the DB for Queueing. password password for the creating the connection to server.password - the caller's passwordJMSException - if JMS fails to get a XAQueueConnection due to some JMS error
public XAConnection createXAConnection()
throws JMSException
createXAConnection in interface XAConnectionFactoryJMSException - if JMS fails to get a XAConnection due to some JMS error
public XAConnection createXAConnection(java.lang.String username,
java.lang.String password)
throws JMSException
createXAConnection in interface XAConnectionFactoryusername - name of the user connecting to the DB for Queueing. password password for the creating the connection to server.password - the caller's passwordJMSException - if JMS fails to get a XAConnection due to some JMS errorpublic javax.naming.Reference getReference()
AQjmsQueueConnectionFactoryAQjmsConnectionFactory.getObjectInstance(java.lang.Object, javax.naming.Name, javax.naming.Context, java.util.Hashtable).getReference in interface javax.naming.ReferenceablegetReference in class AQjmsQueueConnectionFactory
|
Oracle® Streams Advanced Queuing Java API Reference 10g Release 2 (10.2) B14291-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||