Skip navigation links
C G I L O P S 

C

com.lightstreamer.jms - package com.lightstreamer.jms
 
createConnection() - Method in class com.lightstreamer.jms.LSConnectionFactory
Creates a new Connection with an unspecified user identity.
createConnection(String, String) - Method in class com.lightstreamer.jms.LSConnectionFactory
Creates a new Connection using the specified user name and password.
createContext() - Method in class com.lightstreamer.jms.LSConnectionFactory
Creates a new JMSContext with an unspecified user identity and Session.AUTO_ACKNOWLEDGE session mode.
createContext(int) - Method in class com.lightstreamer.jms.LSConnectionFactory
Creates a new JMSContext with an unspecified user identity and the specified session mode.
createContext(String, String) - Method in class com.lightstreamer.jms.LSConnectionFactory
Creates a new JMSContext with the specified user identity, and Session.AUTO_ACKNOWLEDGE session mode.
createContext(String, String, int) - Method in class com.lightstreamer.jms.LSConnectionFactory
Creates a new JMSContext with the specified user identity and session mode.
createQueueConnection() - Method in class com.lightstreamer.jms.LSQueueConnectionFactory
Creates a new QueueConnection with an unspecified user identity.
createQueueConnection(String, String) - Method in class com.lightstreamer.jms.LSQueueConnectionFactory
Creates a new QueueConnection using the specified user name and password.
createTopicConnection() - Method in class com.lightstreamer.jms.LSTopicConnectionFactory
Creates a new TopicConnection with an unspecified user identity.
createTopicConnection(String, String) - Method in class com.lightstreamer.jms.LSTopicConnectionFactory
Creates a new TopicConnection using the specified user name and password.

G

getAdapterSet() - Method in class com.lightstreamer.jms.LSConnectionFactory
Returns the name of the adapter set to use when connecting to the JMS Extender.
getConnectionListener() - Method in class com.lightstreamer.jms.LSConnectionFactory
Returns the LSConnectionListener implementation to be called during connection setup, or null if it has not been set.
getJmsConnector() - Method in class com.lightstreamer.jms.LSConnectionFactory
Returns the name of the JMS connector to use.
getServerAddress() - Method in class com.lightstreamer.jms.LSConnectionFactory
Returns the URL of the JMS Extender to connect to.

I

INDIVIDUAL_ACKNOWLEDGE - Static variable in interface com.lightstreamer.jms.LSSession
With this acknowledgement mode, the client acknowledges a consumed message by calling the message's acknowledge method.

L

LSConnectionFactory - Class in com.lightstreamer.jms
A ConnectionFactory interface implementation that can be used used to create a connection with a JMS broker through an embedded JMS Extender client connection.
LSConnectionFactory() - Constructor for class com.lightstreamer.jms.LSConnectionFactory
Creates an LSConnectionFactory object that can create new Connection objects.
LSConnectionFactory(String, String) - Constructor for class com.lightstreamer.jms.LSConnectionFactory
Creates an LSConnectionFactory object that can create new Connection objects.
LSConnectionFactory(String, String, String) - Constructor for class com.lightstreamer.jms.LSConnectionFactory
Creates an LSConnectionFactory object that can create new Connection objects.
LSConnectionListener - Interface in com.lightstreamer.jms
Interface to be implemented to listen to JMS connection creation events.
LSQueueConnectionFactory - Class in com.lightstreamer.jms
A QueueConnectionFactory interface implementation that can be used used to create a queue connection with a JMS broker through an embedded JMS Extender client connection.
LSQueueConnectionFactory() - Constructor for class com.lightstreamer.jms.LSQueueConnectionFactory
Creates an LSQueueConnectionFactory object that can create new QueueConnection objects.
LSQueueConnectionFactory(String, String) - Constructor for class com.lightstreamer.jms.LSQueueConnectionFactory
Creates an LSQueueConnectionFactory object that can create new QueueConnection objects.
LSQueueConnectionFactory(String, String, String) - Constructor for class com.lightstreamer.jms.LSQueueConnectionFactory
Creates an LSQueueConnectionFactory object that can create new QueueConnection objects.
LSSession - Interface in com.lightstreamer.jms
An extension of the Session interface to add the JMS Extender-specific acknowledge modes constants.
LSTopicConnectionFactory - Class in com.lightstreamer.jms
A TopicConnectionFactory interface implementation that can be used used to create a topic connection with a JMS broker through an embedded JMS Extender client connection.
LSTopicConnectionFactory() - Constructor for class com.lightstreamer.jms.LSTopicConnectionFactory
Creates an LSTopicConnectionFactory object that can create new TopicConnection objects.
LSTopicConnectionFactory(String, String) - Constructor for class com.lightstreamer.jms.LSTopicConnectionFactory
Creates an LSTopicConnectionFactory object that can create new TopicConnection objects.
LSTopicConnectionFactory(String, String, String) - Constructor for class com.lightstreamer.jms.LSTopicConnectionFactory
Creates an LSTopicConnectionFactory object that can create new TopicConnection objects.

O

onLSClient(LightstreamerClient) - Method in interface com.lightstreamer.jms.LSConnectionListener
Event that will be invoked when the embedded LightstreamerClient instance has been created and initialized, but before opening the connection.

P

PRE_ACKNOWLEDGE - Static variable in interface com.lightstreamer.jms.LSSession
Acknowledgement mode to instruct the session that there's no need to acknowledge the delivery of messages, since they are acknowledged by the JMS Extender before they are sent.

S

setAdapterSet(String) - Method in class com.lightstreamer.jms.LSConnectionFactory
Sets the name of the adapter set to use when connecting to the JMS Extender.
setConnectionListener(LSConnectionListener) - Method in class com.lightstreamer.jms.LSConnectionFactory
Sets an LSConnectionListener implementation to be called during connection creation.
setJmsConnector(String) - Method in class com.lightstreamer.jms.LSConnectionFactory
Sets the name of the JMS connector to use.
setServerAddress(String) - Method in class com.lightstreamer.jms.LSConnectionFactory
Sets the URL of the JMS Extender to connect to.
C G I L O P S 
Skip navigation links