public class Nokia5529IdmJmsConnection
extends java.lang.Object
| Constructor and Description |
|---|
Nokia5529IdmJmsConnection()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
end()
Ends the JMS connection
|
TopicConnection |
getConnection()
Returns the TopicConnection instance
|
void |
init(ExceptionListener excListener,
javax.naming.InitialContext initCtx,
boolean blnSecure,
java.lang.String strUsername,
java.lang.String strPassword,
boolean blnDurable,
java.lang.String strClientId,
boolean isClusterSetup)
Initialises the JMS connections
|
boolean |
isStarted()
Checks if the JMS connection has started
|
void |
start()
Starts the JMS connection
|
public void init(ExceptionListener excListener,
javax.naming.InitialContext initCtx,
boolean blnSecure,
java.lang.String strUsername,
java.lang.String strPassword,
boolean blnDurable,
java.lang.String strClientId,
boolean isClusterSetup)
throws Nokia5529IdmJmsException
excListener - ExceptionListener instanceinitCtx - Initial contextblnSecure - Flag to enable a secure session using SSLstrUsername - UsernamestrPassword - PasswordblnDurable - Flag to enable durable subscriptionstrClientId - JMS client identifier to be set for durable subscriptionsNokia5529IdmJmsExceptionpublic void start()
throws Nokia5529IdmJmsException
Nokia5529IdmJmsExceptionpublic void end()
public TopicConnection getConnection()
public boolean isStarted()