Uses of Interface
com.swiftmq.net.client.Connection
-
Packages that use Connection Package Description com.swiftmq.jms.v400 com.swiftmq.jms.v500 com.swiftmq.jms.v510 com.swiftmq.jms.v600 com.swiftmq.jms.v610 com.swiftmq.jms.v630 com.swiftmq.jms.v750 com.swiftmq.net.client -
-
Uses of Connection in com.swiftmq.jms.v400
Constructors in com.swiftmq.jms.v400 with parameters of type Connection Constructor Description ConnectionImpl(java.lang.String userName, java.lang.String password, Connection connection)
QueueConnectionImpl(java.lang.String userName, java.lang.String password, Connection conn)
TopicConnectionImpl(java.lang.String userName, java.lang.String password, Connection conn)
XAConnectionImpl(java.lang.String userName, java.lang.String password, Connection conn)
XAQueueConnectionImpl(java.lang.String userName, java.lang.String password, Connection conn)
XATopicConnectionImpl(java.lang.String userName, java.lang.String password, Connection conn)
-
Uses of Connection in com.swiftmq.jms.v500
Constructors in com.swiftmq.jms.v500 with parameters of type Connection Constructor Description ConnectionImpl(java.lang.String userName, java.lang.String password, Connection connection)
QueueConnectionImpl(java.lang.String userName, java.lang.String password, Connection conn)
TopicConnectionImpl(java.lang.String userName, java.lang.String password, Connection conn)
XAConnectionImpl(java.lang.String userName, java.lang.String password, Connection conn)
XAQueueConnectionImpl(java.lang.String userName, java.lang.String password, Connection conn)
XATopicConnectionImpl(java.lang.String userName, java.lang.String password, Connection conn)
-
Uses of Connection in com.swiftmq.jms.v510
Constructors in com.swiftmq.jms.v510 with parameters of type Connection Constructor Description ConnectionImpl(java.lang.String userName, java.lang.String password, Connection connection)
QueueConnectionImpl(java.lang.String userName, java.lang.String password, Connection conn)
TopicConnectionImpl(java.lang.String userName, java.lang.String password, Connection conn)
XAConnectionImpl(java.lang.String userName, java.lang.String password, Connection conn)
XAQueueConnectionImpl(java.lang.String userName, java.lang.String password, Connection conn)
XATopicConnectionImpl(java.lang.String userName, java.lang.String password, Connection conn)
-
Uses of Connection in com.swiftmq.jms.v600
Methods in com.swiftmq.jms.v600 with parameters of type Connection Modifier and Type Method Description void
ConnectionImpl. handOver(Connection connection)
void
RecreatableConnection. handOver(Connection connection)
-
Uses of Connection in com.swiftmq.jms.v610
Methods in com.swiftmq.jms.v610 with parameters of type Connection Modifier and Type Method Description void
ConnectionImpl. handOver(Connection connection)
void
RecreatableConnection. handOver(Connection connection)
-
Uses of Connection in com.swiftmq.jms.v630
Methods in com.swiftmq.jms.v630 with parameters of type Connection Modifier and Type Method Description void
ConnectionImpl. handOver(Connection connection)
void
RecreatableConnection. handOver(Connection connection)
-
Uses of Connection in com.swiftmq.jms.v750
Methods in com.swiftmq.jms.v750 with parameters of type Connection Modifier and Type Method Description void
ConnectionImpl. handOver(Connection connection)
void
RecreatableConnection. handOver(Connection connection)
-
Uses of Connection in com.swiftmq.net.client
Classes in com.swiftmq.net.client that implement Connection Modifier and Type Class Description class
BlockingConnection
class
IntraVMConnection
Methods in com.swiftmq.net.client that return Connection Modifier and Type Method Description protected Connection
BlockingReconnector. createConnection(ServerEntry entry, java.util.Map parameters)
protected Connection
IntraVMReconnector. createConnection(ServerEntry entry, java.util.Map parameters)
protected abstract Connection
Reconnector. createConnection(ServerEntry entry, java.util.Map parameters)
Connection
Reconnector. getConnection()
-