Joram 5.2.5

org.objectweb.joram.client.jms.ha.local
Class XAQueueHALocalConnectionFactory

java.lang.Object
  extended by org.objectweb.joram.client.jms.admin.AdministeredObject
      extended by org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
          extended by org.objectweb.joram.client.jms.XAQueueConnectionFactory
              extended by org.objectweb.joram.client.jms.ha.local.XAQueueHALocalConnectionFactory
All Implemented Interfaces:
fr.dyade.aaa.jndi2.soap.SoapObjectItf, java.io.Serializable, javax.jms.ConnectionFactory, javax.jms.QueueConnectionFactory, javax.jms.XAConnectionFactory, javax.jms.XAQueueConnectionFactory, javax.naming.Referenceable

Deprecated. Replaced next to Joram 5.2.1 by HALocalConnectionFactory.

public class XAQueueHALocalConnectionFactory
extends XAQueueConnectionFactory

An XAQueueHALocalConnectionFactory instance is a factory of local connections for XA PTP HA communication.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
identity, identityClassName, params, reliableClass
 
Constructor Summary
XAQueueHALocalConnectionFactory()
          Deprecated. Constructs an XAQueueHALocalConnectionFactory instance.
 
Method Summary
static javax.jms.XAQueueConnectionFactory create()
          Deprecated. Admin method creating a javax.jms.XAQueueConnectionFactory instance for creating local connections.
protected  RequestChannel createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the HALocalRequestChannel object needed to connect to the colocated HA server.
 
Methods inherited from class org.objectweb.joram.client.jms.XAQueueConnectionFactory
toString
 
Methods inherited from class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
code, code, createConnection, createConnection, createQueueConnection, createQueueConnection, createTopicConnection, createTopicConnection, createXAConnection, createXAConnection, createXAQueueConnection, createXAQueueConnection, createXATopicConnection, createXATopicConnection, decode, decode, fromReference, fromReference, getDefaultLogin, getDefaultPassword, getDefaultRootLogin, getDefaultRootPassword, getDefaultServerHost, getDefaultServerPort, getParameters, initIdentity, setIdentityClassName, setReliableClass, toReference, toReference
 
Methods inherited from class org.objectweb.joram.client.jms.admin.AdministeredObject
getReference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.jms.XAQueueConnectionFactory
createXAQueueConnection, createXAQueueConnection
 
Methods inherited from interface javax.jms.XAConnectionFactory
createXAConnection, createXAConnection
 
Methods inherited from interface javax.jms.QueueConnectionFactory
createQueueConnection, createQueueConnection
 
Methods inherited from interface javax.jms.ConnectionFactory
createConnection, createConnection
 

Constructor Detail

XAQueueHALocalConnectionFactory

public XAQueueHALocalConnectionFactory()
Deprecated. 
Constructs an XAQueueHALocalConnectionFactory instance. Should only be used for internal purposes.

Method Detail

createRequestChannel

protected RequestChannel createRequestChannel(FactoryParameters params,
                                              Identity identity,
                                              java.lang.String reliableClass)
                                       throws javax.jms.JMSException
Deprecated. 
Creates the HALocalRequestChannel object needed to connect to the colocated HA server.

Specified by:
createRequestChannel in class AbstractConnectionFactory
Parameters:
params - Connection configuration parameters.
identity - Client's identity.
reliableClass - The protocol specific class.
Returns:
The RequestChannel object specific to the protocol used.
Throws:
javax.jms.JMSException - A problem occurs during the connection.
See Also:
AbstractConnectionFactory.createRequestChannel(FactoryParameters, Identity, String)

create

public static javax.jms.XAQueueConnectionFactory create()
Deprecated. 
Admin method creating a javax.jms.XAQueueConnectionFactory instance for creating local connections.


Joram 5.2.5

Copyright © 2000 - 2009 Scalagent D.T. - All rights reserved