Uses of Interface
org.objectweb.joram.client.jms.connection.RequestChannel
-
Packages that use RequestChannel 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.connection 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 RequestChannel in org.objectweb.joram.client.jms
Methods in org.objectweb.joram.client.jms with parameters of type RequestChannel Modifier and Type Method Description voidConnection. open(FactoryParameters factoryParameters, RequestChannel requestChannel)Open theConnection. -
Uses of RequestChannel in org.objectweb.joram.client.jms.admin
Methods in org.objectweb.joram.client.jms.admin that return RequestChannel 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 RequestChannel in org.objectweb.joram.client.jms.connection
Classes in org.objectweb.joram.client.jms.connection that implement RequestChannel Modifier and Type Class Description classMultiThreadSyncChannelClass wrapping theRequestChannelin order to group the requests.Fields in org.objectweb.joram.client.jms.connection declared as RequestChannel Modifier and Type Field Description private RequestChannelMultiThreadSyncChannel. channelThe related RequestChannel.private RequestChannelRequestMultiplexer. channelConstructors in org.objectweb.joram.client.jms.connection with parameters of type RequestChannel Constructor Description MultiThreadSyncChannel(RequestChannel rc, int delay, int threshold)RequestMultiplexer(Connection cnx, RequestChannel channel, long heartBeat) -
Uses of RequestChannel in org.objectweb.joram.client.jms.local
Classes in org.objectweb.joram.client.jms.local that implement RequestChannel Modifier and Type Class Description classLocalRequestChannelMethods in org.objectweb.joram.client.jms.local that return RequestChannel 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. -
Uses of RequestChannel in org.objectweb.joram.client.jms.tcp
Classes in org.objectweb.joram.client.jms.tcp that implement RequestChannel Modifier and Type Class Description classTcpRequestChannelATcpConnectionlinks a Joram client and a Joram platform with a TCP socket.Methods in org.objectweb.joram.client.jms.tcp that return RequestChannel 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.
-