#include <Connection.h>
Inheritance diagram for cms::Connection:
Public Member Functions | |
virtual | ~Connection (void) |
virtual Session * | createSession (void)=0 throw ( CMSException ) |
virtual Session * | createSession (Session::AcknowledgeMode ackMode)=0 throw ( CMSException ) |
virtual std::string | getClientId (void) const =0 |
virtual ExceptionListener * | getExceptionListener (void) const =0 |
virtual void | setExceptionListener (ExceptionListener *listener)=0 |
|
|
|
Creates a new Session to work for this Connection using the specified acknowledgment mode
|
|
Creates a new Session to work for this Connection
|
|
Get the Client Id for this session
|
|
Gets the registered Exception Listener for this connection
|
|
Sets the registed Exception Listener for this connection
|