Java javax.jms TopicConnection fields, constructors, methods, implement or subclass

Example usage for Java javax.jms TopicConnection fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.jms TopicConnection.

The text is from its open source code.

Method

voidclose()
Closes the connection.
SessioncreateSession(boolean transacted, int acknowledgeMode)
Creates a Session object, specifying transacted and acknowledgeMode .
TopicSessioncreateTopicSession(boolean transacted, int acknowledgeMode)
Creates a TopicSession object, specifying transacted and acknowledgeMode .
StringgetClientID()
Gets the client identifier for this connection.
voidsetClientID(String clientID)
Sets the client identifier for this connection.
voidstart()
Starts (or restarts) a connection's delivery of incoming messages.
voidstop()
Temporarily stops a connection's delivery of incoming messages.