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

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

Introduction

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

The text is from its open source code.

Implementation

javax.jms.Connection has the following implementations.
Click this link to see all its implementation.

Method

voidclose()
Closes the connection.
SessioncreateSession(boolean transacted, int acknowledgeMode)
Creates a Session object, specifying transacted and acknowledgeMode .
SessioncreateSession()
Creates a Session object, specifying no arguments.
StringgetClientID()
Gets the client identifier for this connection.
ExceptionListenergetExceptionListener()
Gets the ExceptionListener object for this connection.
ConnectionMetaDatagetMetaData()
Gets the metadata for this connection.
voidsetClientID(String clientID)
Sets the client identifier for this connection.
voidsetExceptionListener(ExceptionListener listener)
Sets an exception listener for this connection.
voidstart()
Starts (or restarts) a connection's delivery of incoming messages.
voidstop()
Temporarily stops a connection's delivery of incoming messages.