com.pcbsys.nirvana.nJMS.QueueConnectionImpl Class Reference

<Enter Class Description> More...

Inherits com.pcbsys.nirvana.nJMS.ConnectionImpl, and QueueConnection.

Public Member Functions

javax.jms.QueueSession createQueueSession (boolean transacted, int acknowledgeMode) throws javax.jms.JMSException
 <Enter Method Description> More...
 
 QueueConnectionImpl (String user, String password) throws JMSException
 <Enter Constructor Description>
 
 QueueConnectionImpl (String user, String password, DestinationImpl dest) throws JMSException
 <Enter Constructor Description> More...
 
- Public Member Functions inherited from com.pcbsys.nirvana.nJMS.ConnectionImpl
void close () throws javax.jms.JMSException
 <Enter Method Description> More...
 
javax.jms.QueueSession createQueueSession (boolean transacted, int acknowledgeMode) throws javax.jms.JMSException
 <Enter Method Description> More...
 
javax.jms.TopicSession createTopicSession (boolean transacted, int acknowledgeMode) throws javax.jms.JMSException
 <Enter Method Description> More...
 
String getClientID () throws javax.jms.JMSException
 Returns the Client ID of the connection, or null if not yet set. More...
 
nDurableAttributes.nDurableType getDurableType ()
 durable type used by connection. More...
 
javax.jms.ConnectionMetaData getMetaData () throws javax.jms.JMSException
 <Enter Method Description> More...
 
void setClientID (String clientID) throws javax.jms.JMSException
 Sets the client ID of the connection. More...
 
void setDurableType (nDurableAttributes.nDurableType type)
 Set the durable types for the connection. More...
 
void setExceptionListener (javax.jms.ExceptionListener listener) throws javax.jms.JMSException
 <Enter Method Description> More...
 
void start () throws javax.jms.JMSException
 <Enter Method Description> More...
 
synchronized void stop () throws javax.jms.JMSException
 <Enter Method Description> More...
 
- Public Member Functions inherited from com.pcbsys.nirvana.client.nReconnectHandler
void disconnected (nSession anSession)
 This method is called asynchronously when a session is disconnected. More...
 
void reconnected (nSession anSession)
 This method is called asynchronously when a session is reconnected. More...
 
boolean tryAgain (nSession anSession)
 This method is called asynchronously between a session being disconnected and a reconnection attempt. More...
 
- Public Member Functions inherited from com.pcbsys.nirvana.client.nAsyncExceptionListener
void handleException (nBaseClientException exception)
 This method is called by the nirvana API to notify a registered asynchronous exception listener that an error has occured outside the scope of the calling thread. More...
 

Additional Inherited Members

- Protected Member Functions inherited from com.pcbsys.nirvana.nJMS.ConnectionImpl
 ConnectionImpl (String user, String password, DestinationImpl dest)
 <Enter Constructor Description>
 
- Protected Attributes inherited from com.pcbsys.nirvana.nJMS.ConnectionImpl
String keyStorePath = null
 SSL Related Attributes.
 
String myClientID = null
 Client ID of the connection.
 
nSession myNsession = null
 <Enter Field Description>
 

Detailed Description

<Enter Class Description>

Constructor & Destructor Documentation

com.pcbsys.nirvana.nJMS.QueueConnectionImpl.QueueConnectionImpl ( String  user,
String  password,
DestinationImpl  dest 
) throws JMSException

<Enter Constructor Description>

Parameters
dest<Enter Parameter Description>

Member Function Documentation

javax.jms.QueueSession com.pcbsys.nirvana.nJMS.QueueConnectionImpl.createQueueSession ( boolean  transacted,
int  acknowledgeMode 
) throws javax.jms.JMSException

<Enter Method Description>

Parameters
transacted<Enter Parameter Description>
acknowledgeMode<Enter Parameter Description>
Returns
<Enter Result Description>
Exceptions
JMSException<Enter Exception Description>