Uses of Class
org.objectweb.joram.client.jms.FactoryParameters
-
Packages that use FactoryParameters Package Description org.objectweb.joram.client.jms Theorg.objectweb.joram.client.jmspackage holds the classes implementing the interfaces defined by the JMS 2.0 specification.org.objectweb.joram.client.jms.admin Theorg.objectweb.joram.client.jms.adminpackage holds the interfaces and implementation classes for administering a JORAM platform and creating the JMS administered objects.org.objectweb.joram.client.jms.local org.objectweb.joram.client.jms.tcp Theorg.objectweb.joram.client.jms.tcppackage 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 Modifier and Type Field Description private FactoryParametersConnection. factoryParametersThe factory's parameters.Methods in org.objectweb.joram.client.jms with parameters of type FactoryParameters Modifier and Type Method Description voidConnection. open(FactoryParameters factoryParameters, RequestChannel requestChannel)Open theConnection. -
Uses of FactoryParameters in org.objectweb.joram.client.jms.admin
Fields in org.objectweb.joram.client.jms.admin declared as FactoryParameters Modifier and Type Field Description protected FactoryParametersAbstractConnectionFactory. paramsObject containing the factory's parameters.Methods in org.objectweb.joram.client.jms.admin that return FactoryParameters Modifier and Type Method Description FactoryParametersAbstractConnectionFactory. getParameters()Returns the factory's configuration parameters.Methods in org.objectweb.joram.client.jms.admin with parameters of type FactoryParameters Modifier and Type Method Description protected abstract RequestChannelAbstractConnectionFactory. createRequestChannel(FactoryParameters params, org.objectweb.joram.shared.security.Identity identity, String reliableClass)Creates theRequestChannelobject specific to the protocol used. -
Uses of FactoryParameters in org.objectweb.joram.client.jms.local
Fields in org.objectweb.joram.client.jms.local declared as FactoryParameters Modifier and Type Field Description private FactoryParametersLocalRequestChannel. paramsMethods in org.objectweb.joram.client.jms.local with parameters of type FactoryParameters Modifier and Type Method Description protected RequestChannelLocalConnectionFactory. createRequestChannel(FactoryParameters params, org.objectweb.joram.shared.security.Identity identity, String reliableClass)Creates theLocalRequestChannelobject needed to connect to the colocated server.protected RequestChannelQueueLocalConnectionFactory. createRequestChannel(FactoryParameters params, org.objectweb.joram.shared.security.Identity identity, String reliableClass)Deprecated.Creates theLocalRequestChannelobject needed to connect to the colocated server.protected RequestChannelTopicLocalConnectionFactory. createRequestChannel(FactoryParameters params, org.objectweb.joram.shared.security.Identity identity, String reliableClass)Deprecated.Creates theLocalRequestChannelobject needed to connect to the colocated server.protected RequestChannelXALocalConnectionFactory. createRequestChannel(FactoryParameters params, org.objectweb.joram.shared.security.Identity identity, String reliableClass)Deprecated.Creates theLocalRequestChannelobject needed to connect to the colocated server.protected RequestChannelXAQueueLocalConnectionFactory. createRequestChannel(FactoryParameters params, org.objectweb.joram.shared.security.Identity identity, String reliableClass)Deprecated.Creates theLocalRequestChannelobject needed to connect to the colocated server.protected RequestChannelXATopicLocalConnectionFactory. createRequestChannel(FactoryParameters params, org.objectweb.joram.shared.security.Identity identity, String reliableClass)Deprecated.Creates theLocalRequestChannelobject needed to connect to the colocated server.Constructors in org.objectweb.joram.client.jms.local with parameters of type FactoryParameters Constructor Description LocalRequestChannel(FactoryParameters params, org.objectweb.joram.shared.security.Identity identity)Creates a local connection channel. -
Uses of FactoryParameters in org.objectweb.joram.client.jms.tcp
Fields in org.objectweb.joram.client.jms.tcp declared as FactoryParameters Modifier and Type Field Description protected FactoryParametersReliableTcpClient. paramsMethods in org.objectweb.joram.client.jms.tcp with parameters of type FactoryParameters Modifier and Type Method Description protected RequestChannelQueueTcpConnectionFactory. createRequestChannel(FactoryParameters params, org.objectweb.joram.shared.security.Identity identity, String reliableClass)Deprecated.Creates theTcpRequestChannelobject specific to the protocol used.protected RequestChannelTcpConnectionFactory. createRequestChannel(FactoryParameters params, org.objectweb.joram.shared.security.Identity identity, String reliableClass)Creates theTcpRequestChannelobject specific to the protocol used.protected RequestChannelTopicTcpConnectionFactory. createRequestChannel(FactoryParameters params, org.objectweb.joram.shared.security.Identity identity, String reliableClass)Deprecated.Creates theTcpRequestChannelobject specific to the protocol used.protected RequestChannelXAQueueTcpConnectionFactory. createRequestChannel(FactoryParameters params, org.objectweb.joram.shared.security.Identity identity, String reliableClass)Deprecated.Creates theTcpRequestChannelobject specific to the protocol used.protected RequestChannelXATcpConnectionFactory. createRequestChannel(FactoryParameters params, org.objectweb.joram.shared.security.Identity identity, String reliableClass)Deprecated.Creates theTcpRequestChannelobject specific to the protocol used.protected RequestChannelXATopicTcpConnectionFactory. createRequestChannel(FactoryParameters params, org.objectweb.joram.shared.security.Identity identity, String reliableClass)Deprecated.Creates theTcpRequestChannelobject specific to the protocol used.voidReliableTcpClient. init(FactoryParameters params, org.objectweb.joram.shared.security.Identity identity, boolean reconnect)Constructors in org.objectweb.joram.client.jms.tcp with parameters of type FactoryParameters Constructor Description TcpRequestChannel(FactoryParameters params, org.objectweb.joram.shared.security.Identity identity)Creates aTcpConnectioninstance.TcpRequestChannel(FactoryParameters params, org.objectweb.joram.shared.security.Identity identity, String reliableClass)Creates aTcpConnectioninstance.
-