Uses of Class
org.objectweb.joram.client.jms.FactoryParameters

Packages that use FactoryParameters
org.objectweb.joram.client.jms The org.objectweb.joram.client.jms package holds the classes implementing the interfaces defined by the JMS 1.1 specification. 
org.objectweb.joram.client.jms.admin The org.objectweb.joram.client.jms.admin package holds the interfaces and implementation classes for administering a JORAM platform and creating the JMS administered objects. 
org.objectweb.joram.client.jms.ha.local   
org.objectweb.joram.client.jms.ha.tcp   
org.objectweb.joram.client.jms.local   
org.objectweb.joram.client.jms.soap The org.objectweb.joram.client.jms.soap package holds the ConnectionFactory and Connection classes specialized for supporting the SOAP protocol as client - server communication protocol. 
org.objectweb.joram.client.jms.tcp The org.objectweb.joram.client.jms.tcp package holds the ConnectionFactory and Connection classes specialized for supporting the TCP protocol as client - server communication protocol. 
 

Uses of FactoryParameters in org.objectweb.joram.client.jms
 

Fields in org.objectweb.joram.client.jms declared as FactoryParameters
private  FactoryParameters Connection.factoryParameters
          The factory's parameters.
 

Constructors in org.objectweb.joram.client.jms with parameters of type FactoryParameters
Connection(FactoryParameters factoryParameters, RequestChannel requestChannel)
          Creates a Connection instance.
QueueConnection(FactoryParameters factoryParameters, RequestChannel requestChannel)
          Creates a QueueConnection instance.
TopicConnection(FactoryParameters factoryParameters, RequestChannel requestChannel)
          Creates a TopicConnection instance.
XAConnection(FactoryParameters factoryParameters, RequestChannel requestChannel)
          Creates a XAConnection instance.
XAQueueConnection(FactoryParameters factoryParameters, RequestChannel requestChannel)
          Creates an XAQueueConnection instance.
XATopicConnection(FactoryParameters factoryParameters, RequestChannel requestChannel)
          Creates an XATopicConnection instance.
 

Uses of FactoryParameters in org.objectweb.joram.client.jms.admin
 

Fields in org.objectweb.joram.client.jms.admin declared as FactoryParameters
protected  FactoryParameters AbstractConnectionFactory.params
          Object containing the factory's parameters.
 

Methods in org.objectweb.joram.client.jms.admin that return FactoryParameters
 FactoryParameters AbstractConnectionFactory.getParameters()
          Returns the factory's configuration parameters.
 

Methods in org.objectweb.joram.client.jms.admin with parameters of type FactoryParameters
protected abstract  RequestChannel AbstractConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Creates the RequestChannel object specific to the protocol used.
 

Uses of FactoryParameters in org.objectweb.joram.client.jms.ha.local
 

Methods in org.objectweb.joram.client.jms.ha.local with parameters of type FactoryParameters
protected  RequestChannel XATopicHALocalConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the HALocalRequestChannel object needed to connect to the colocated HA server.
protected  RequestChannel XAQueueHALocalConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the HALocalRequestChannel object needed to connect to the colocated HA server.
protected  RequestChannel XAHALocalConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the HALocalRequestChannel object needed to connect to the colocated HA server.
protected  RequestChannel TopicHALocalConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the HALocalRequestChannel object needed to connect to the colocated HA server.
protected  RequestChannel QueueHALocalConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the HALocalRequestChannel object needed to connect to the colocated HA server.
protected  RequestChannel HALocalConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Creates the HALocalRequestChannel object needed to connect to the colocated HA server.
 

Uses of FactoryParameters in org.objectweb.joram.client.jms.ha.tcp
 

Methods in org.objectweb.joram.client.jms.ha.tcp with parameters of type FactoryParameters
protected  RequestChannel XATopicHATcpConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the HATcpRequestChannel object needed to connect to the remote HA server.
protected  RequestChannel XAQueueHATcpConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the HATcpRequestChannel object needed to connect to the remote HA server.
protected  RequestChannel XAHATcpConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the HATcpRequestChannel object needed to connect to the remote HA server.
protected  RequestChannel TopicHATcpConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the HATcpRequestChannel object needed to connect to the remote HA server.
protected  RequestChannel QueueHATcpConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the HATcpRequestChannel object needed to connect to the remote HA server.
protected  RequestChannel HATcpConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Creates the HATcpRequestChannel object needed to connect to the remote HA server.
 

Constructors in org.objectweb.joram.client.jms.ha.tcp with parameters of type FactoryParameters
HATcpRequestChannel(java.lang.String url, FactoryParameters params, Identity identity)
          Creates a HATcpConnection instance.
HATcpRequestChannel(java.lang.String url, FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Creates a HATcpConnection instance.
 

Uses of FactoryParameters in org.objectweb.joram.client.jms.local
 

Methods in org.objectweb.joram.client.jms.local with parameters of type FactoryParameters
protected  RequestChannel XATopicLocalConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the LocalRequestChannel object needed to connect to the colocated server.
protected  RequestChannel XAQueueLocalConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the LocalRequestChannel object needed to connect to the colocated server.
protected  RequestChannel XALocalConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the LocalRequestChannel object needed to connect to the colocated server.
protected  RequestChannel TopicLocalConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the LocalRequestChannel object needed to connect to the colocated server.
protected  RequestChannel QueueLocalConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the LocalRequestChannel object needed to connect to the colocated server.
protected  RequestChannel LocalConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Creates the LocalRequestChannel object needed to connect to the colocated server.
 

Uses of FactoryParameters in org.objectweb.joram.client.jms.soap
 

Fields in org.objectweb.joram.client.jms.soap declared as FactoryParameters
private  FactoryParameters SoapRequestChannel.factParams
          The factory parameters to configure the connection
 

Methods in org.objectweb.joram.client.jms.soap with parameters of type FactoryParameters
private  void SoapRequestChannel.connect(FactoryParameters factParams, Identity identity)
          Actually tries to set a first SOAP connection with the server.
protected  RequestChannel TopicSoapConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the SoapRequestChannel object specific to the protocol used.
protected  RequestChannel SoapConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Creates the SoapRequestChannel object specific to the protocol used.
protected  RequestChannel QueueSoapConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the SoapRequestChannel object specific to the protocol used.
 

Constructors in org.objectweb.joram.client.jms.soap with parameters of type FactoryParameters
SoapRequestChannel(FactoryParameters params, Identity identity)
          Creates a SoapConnection instance.
 

Uses of FactoryParameters in org.objectweb.joram.client.jms.tcp
 

Fields in org.objectweb.joram.client.jms.tcp declared as FactoryParameters
protected  FactoryParameters ReliableTcpClient.params
           
 

Methods in org.objectweb.joram.client.jms.tcp with parameters of type FactoryParameters
protected  RequestChannel XATopicTcpConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the TcpRequestChannel object specific to the protocol used.
protected  RequestChannel XATcpConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the TcpRequestChannel object specific to the protocol used.
protected  RequestChannel XAQueueTcpConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the TcpRequestChannel object specific to the protocol used.
protected  RequestChannel TopicTcpConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the TcpRequestChannel object specific to the protocol used.
protected  RequestChannel TcpConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Creates the TcpRequestChannel object specific to the protocol used.
protected  RequestChannel QueueTcpConnectionFactory.createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Deprecated. Creates the TcpRequestChannel object specific to the protocol used.
 void ReliableTcpClient.init(FactoryParameters params, Identity identity, boolean reconnect)
           
 

Constructors in org.objectweb.joram.client.jms.tcp with parameters of type FactoryParameters
TcpRequestChannel(FactoryParameters params, Identity identity)
          Creates a TcpConnection instance.
TcpRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass)
          Creates a TcpConnection instance.
 



Copyright © 2010 ScalAgent D.T.. All Rights Reserved.