A C D E G H I J L O P Q R S T 

A

activate(ComponentContext) - Method in class org.wso2.carbon.event.input.adapter.jms.internal.ds.JMSEventAdapterServiceDS
initialize the agent service here service here.
ADAPTER_EXECUTOR_JOB_QUEUE_SIZE_NAME - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSEventAdapterConstants
 
ADAPTER_JMS_CONCURRENT_CONSUMERS - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSEventAdapterConstants
 
ADAPTER_JMS_CONNECTION_FACTORY_JNDINAME - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSEventAdapterConstants
 
ADAPTER_JMS_CONNECTION_FACTORY_JNDINAME_HINT - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSEventAdapterConstants
 
ADAPTER_JMS_DESTINATION - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSEventAdapterConstants
 
ADAPTER_JMS_DESTINATION_HINT - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSEventAdapterConstants
 
ADAPTER_JMS_DESTINATION_TYPE - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSEventAdapterConstants
 
ADAPTER_JMS_DESTINATION_TYPE_HINT - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSEventAdapterConstants
 
ADAPTER_JMS_DURABLE_SUBSCRIBER_NAME - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSEventAdapterConstants
 
ADAPTER_JMS_DURABLE_SUBSCRIBER_NAME_HINT - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSEventAdapterConstants
 
ADAPTER_JMS_MAX_CONCURRENT_CONSUMERS - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSEventAdapterConstants
 
ADAPTER_JMS_PASSWORD - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSEventAdapterConstants
 
ADAPTER_JMS_SUBSCRIPTION_DURABLE - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSEventAdapterConstants
 
ADAPTER_JMS_SUBSCRIPTION_DURABLE_HINT - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSEventAdapterConstants
 
ADAPTER_JMS_USERNAME - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSEventAdapterConstants
 
ADAPTER_KEEP_ALIVE_TIME_NAME - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSEventAdapterConstants
 
ADAPTER_PROPERTIES - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSEventAdapterConstants
 
ADAPTER_PROPERTIES_HINT - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSEventAdapterConstants
 
ADAPTER_TYPE_JMS - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSEventAdapterConstants
 
addJmsProperties(Map<String, String>) - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 

C

CACHE_AUTO - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
automatic choice of an appropriate caching level (depending on the transaction strategy)
CACHE_CONNECTION - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
Cache only the JMS connection between tasks (when receiving), or JMS CF's (when sending)
CACHE_CONSUMER - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
Cache the JMS connection, Session and Consumer between tasks when receiving
CACHE_NONE - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
Do not cache any JMS resources between tasks (when sending) or JMS CF's (when sending)
CACHE_PRODUCER - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
Cache the JMS connection, Session and Producer within a JMSConnectionFactory when sending
CACHE_SESSION - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
Cache only the JMS connection and Session between tasks (receiving), or JMS CF's (sending)
connect() - Method in class org.wso2.carbon.event.input.adapter.jms.JMSEventAdapter
 
CONTENT_TYPE_PARAM - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
The Parameter indicating the expected content type for messages received by the service.
CONTENT_TYPE_PROPERTY_PARAM - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
The EPR parameter name indicating the name of the message level property that indicated the content type.
createConnection(ConnectionFactory, String, String, boolean, Boolean, boolean, String) - Static method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSUtils
This is a JMS spec independent method to create a Connection.
createConsumer(Session, Destination, String) - Static method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSUtils
Create a MessageConsumer for the given Destination
createConsumer(Session, Destination, Boolean, String, String, boolean, boolean, boolean) - Static method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSUtils
This is a JMS spec independent method to create a MessageConsumer.
createEventAdapter(InputEventAdapterConfiguration, Map<String, String>) - Method in class org.wso2.carbon.event.input.adapter.jms.JMSEventAdapterFactory
 
createProducer(Session, Destination, Boolean, boolean) - Static method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSUtils
This is a JMS spec independent method to create a MessageProducer.
createSession(Connection, boolean, int, boolean, Boolean) - Static method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSUtils
This is a JMS spec independent method to create a Session.
createTaskManagerForService(JMSConnectionFactory, String, WorkerPool, Map<String, String>) - Static method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManagerFactory
Create a ServiceTaskManager for the service passed in and its corresponding JMSConnectionFactory
createTemporaryDestination(Session) - Static method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSUtils
Create a temp queue or topic for synchronous receipt of responses, when a reply destination is not specified

D

DEFAULT_CONFAC_NAME - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
The local (Axis2) JMS connection factory name of the default connection factory to be used, if a service does not explicitly state the connection factory it should be using by a Parameter named JMSConstants.CONFAC_PARAM
DEFAULT_JMS_TIMEOUT - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
The default JMS time out waiting for a reply - also see JMS_WAIT_REPLY
DEFAULT_JOB_IN_QUEUE_SIZE - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSEventAdapterConstants
 
DEFAULT_KEEP_ALIVE_TIME_IN_INTERVAL - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSEventAdapterConstants
 
DEFAULT_MAX__THREAD_POOL_SIZE - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSEventAdapterConstants
 
DEFAULT_MIN_THREAD_POOL_SIZE - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSEventAdapterConstants
 
DESTINATION_QUEUE - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSEventAdapterConstants
 
DESTINATION_TOPIC - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSEventAdapterConstants
 
DESTINATION_TYPE_GENERIC - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
Value indicating a JMS 1.1 Generic Destination used by DEST_PARAM_TYPE, REPLY_PARAM_TYPE
DESTINATION_TYPE_QUEUE - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
Value indicating a Queue used for DEST_PARAM_TYPE, REPLY_PARAM_TYPE
DESTINATION_TYPE_TOPIC - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
Value indicating a Topic used for DEST_PARAM_TYPE, REPLY_PARAM_TYPE
destroy() - Method in class org.wso2.carbon.event.input.adapter.jms.JMSEventAdapter
 
disconnect() - Method in class org.wso2.carbon.event.input.adapter.jms.JMSEventAdapter
 

E

ENTRY_SEPARATOR - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSEventAdapterConstants
 
equals(Object) - Method in class org.wso2.carbon.event.input.adapter.jms.JMSEventAdapter
 

G

GENERIC - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
A JMS 1.1 Generic Destination type or ConnectionFactory
getActiveTaskCount() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
getCacheLevel() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConnectionFactory
Cache level applicable for this JMS CF
getCacheLevel() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
getConcurrentConsumers() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
getConnection() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConnectionFactory
Get a new Connection or shared Connection from this JMS CF
getConnectionFactory() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
getConnFactoryJNDIName() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
getConsumerCount() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
Get the number of existing JMS message consumers.
getContext() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConnectionFactory
Get cached InitialContext
getContext() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
getDestination(String) - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConnectionFactory
Lookup a Destination using this JMS CF definitions and JNDI name
getDestinationJNDIName() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
getDestinationType() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
getDestinationTypeAsString(int) - Static method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSUtils
Return a String representation of the destination type
getDurableSubscriberClientId() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
getDurableSubscriberName() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
getEventAdapterName() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
getIdleTaskExecutionLimit() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
getInitialReconnectDuration() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
getJmsProperties() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
getMaxConcurrentConsumers() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
getMaxMessagesPerTask() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
getMaxReconnectDuration() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
getMessageProducer(Connection, Session, Destination) - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConnectionFactory
Get a new MessageProducer or shared MessageProducer from this JMS CF
getMessageSelector() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
getName() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConnectionFactory
Return the name assigned to this JMS CF definition
getParameters() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConnectionFactory
The list of properties (including JNDI and non-JNDI)
getPollingTasks() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
getProperty(Message, String) - Static method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSUtils
Get a String property from the JMS message
getPropertyList() - Method in class org.wso2.carbon.event.input.adapter.jms.JMSEventAdapterFactory
 
getReceiveTimeout() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
getReconnectionProgressionFactor() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
getReplyDestinationType() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConnectionFactory
Get the reply destination type from the PARAM_REPLY_DEST_TYPE parameter
getReplyToDestination() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConnectionFactory
Get the reply Destination from the PARAM_REPLY_DESTINATION parameter
getSession(Connection) - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConnectionFactory
Get a new Session or shared Session from this JMS CF
getSessionAckMode() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
getSharedDestination() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConnectionFactory
Get the shared Destination - if defined
getSupportedMessageFormats() - Method in class org.wso2.carbon.event.input.adapter.jms.JMSEventAdapterFactory
 
getTransactionality() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
getTransportHeaders(Message) - Static method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSUtils
Extract transport level headers for JMS from the given message into a Map
getType() - Method in class org.wso2.carbon.event.input.adapter.jms.JMSEventAdapterFactory
 
getUsageTips() - Method in class org.wso2.carbon.event.input.adapter.jms.JMSEventAdapterFactory
 
getUserTransactionJNDIName() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 

H

hashCode() - Method in class org.wso2.carbon.event.input.adapter.jms.JMSEventAdapter
 

I

init(InputEventAdapterListener) - Method in class org.wso2.carbon.event.input.adapter.jms.JMSEventAdapter
 
isCacheUserTransaction() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
isEventDuplicatedInCluster() - Method in class org.wso2.carbon.event.input.adapter.jms.JMSEventAdapter
 
isJmsSpec11() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConnectionFactory
Should the JMS 1.1 API be used? - defaults to yes
isJmsSpec11() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
isPolling() - Method in class org.wso2.carbon.event.input.adapter.jms.JMSEventAdapter
 
isPubSubNoLocal() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
isQueue() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConnectionFactory
Return the type of the JMS CF Destination
isQueue() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
Is this STM bound to a Queue, Topic or a JMS 1.1 Generic Destination?
isSessionTransacted() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
isSubscriptionDurable() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 

J

JAVA_NAMING_PROVIDER_URL - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSEventAdapterConstants
 
JAVA_NAMING_PROVIDER_URL_HINT - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSEventAdapterConstants
 
JMS_BYTE_MESSAGE - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
The message type indicating a BytesMessage.
JMS_COORELATION_ID - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
A MessageContext property or client Option indicating the JMS correlation id
JMS_DELIVERY_MODE - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
A MessageContext property or client Option indicating the JMS delivery mode as an Integer or String Value 1 - javax.jms.DeliveryMode.NON_PERSISTENT Value 2 - javax.jms.DeliveryMode.PERSISTENT
JMS_DESTINATION - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
A MessageContext property or client Option indicating the JMS destination to use on a Send
JMS_EXPIRATION - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
A MessageContext property or client Option indicating the JMS message expiration - a Long value specified as a String
JMS_MAP_MESSAGE - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
The message type indicating a TextMessage.
JMS_MESSAGE_ID - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
A MessageContext property or client Option indicating the JMS message id
JMS_MESSAGE_TYPE - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
A MessageContext property or client Option indicating the JMS message type
JMS_PREFIX - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
The prefix indicating an Axis JMS URL
JMS_PRIORITY - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
A MessageContext property or client Option indicating the JMS priority
JMS_REDELIVERED - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
A MessageContext property indicating if the message is a redelivery (Boolean as a String)
JMS_REPLY_TO - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
A MessageContext property or client Option indicating the JMS replyTo Destination
JMS_REPLY_TO_TYPE - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
A MessageContext property or client Option indicating the JMS replyTo Destination type See DESTINATION_TYPE_QUEUE and DESTINATION_TYPE_TOPIC
JMS_TEXT_MESSAGE - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
The message type indicating a TextMessage.
JMS_TIME_TO_LIVE - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
A MessageContext property or client Option indicating the JMS time to live for message sent
JMS_TIMESTAMP - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
A MessageContext property or client Option indicating the JMS timestamp (Long specified as String)
JMS_TYPE - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
A MessageContext property indicating the JMS type String returned by javax.jms.Message.getJMSType()
JMS_WAIT_REPLY - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
A MessageContext property or client Option indicating the time to wait for a response JMS message
JMSConnectionFactory - Class in org.wso2.carbon.event.input.adapter.jms.internal.util
Encapsulate a JMS Connection factory definition within an Axis2.xml

JMS Connection Factory definitions, allows JNDI properties as well as other service level parameters to be defined, and re-used by each service that binds to it

When used for sending messages out, the JMSConnectionFactory'ies are able to cache a Connection, Session or Producer

JMSConnectionFactory(Hashtable<String, String>, String) - Constructor for class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConnectionFactory
Digest a JMS CF definition from an axis2.xml 'Parameter' and construct
JMSConstants - Class in org.wso2.carbon.event.input.adapter.jms.internal.util
 
JMSConstants() - Constructor for class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
 
JMSEventAdapter - Class in org.wso2.carbon.event.input.adapter.jms
 
JMSEventAdapter(InputEventAdapterConfiguration, Map<String, String>) - Constructor for class org.wso2.carbon.event.input.adapter.jms.JMSEventAdapter
 
JMSEventAdapterConstants - Class in org.wso2.carbon.event.input.adapter.jms.internal.util
 
JMSEventAdapterConstants() - Constructor for class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSEventAdapterConstants
 
JMSEventAdapterFactory - Class in org.wso2.carbon.event.input.adapter.jms
 
JMSEventAdapterFactory() - Constructor for class org.wso2.carbon.event.input.adapter.jms.JMSEventAdapterFactory
 
JMSEventAdapterServiceDS - Class in org.wso2.carbon.event.input.adapter.jms.internal.ds
 
JMSEventAdapterServiceDS() - Constructor for class org.wso2.carbon.event.input.adapter.jms.internal.ds.JMSEventAdapterServiceDS
 
JMSListener - Class in org.wso2.carbon.event.input.adapter.jms.internal.util
The revamped JMS Transport listener implementation.
JMSListener(String, JMSTaskManager) - Constructor for class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSListener
 
JMSMessageListener - Class in org.wso2.carbon.event.input.adapter.jms.internal.util
 
JMSMessageListener(InputEventAdapterListener) - Constructor for class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSMessageListener
 
JMSTaskManager - Class in org.wso2.carbon.event.input.adapter.jms.internal.util
Each adapter will have one JMSTaskManager instance that will create, manage and also destroy idle tasks created for it, for message receipt.
JMSTaskManager() - Constructor for class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
JMSTaskManagerFactory - Class in org.wso2.carbon.event.input.adapter.jms.internal.util
 
JMSUtils - Class in org.wso2.carbon.event.input.adapter.jms.internal.util
Miscallaneous methods used for the JMS transport
JMSUtils() - Constructor for class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSUtils
 
JMSX_GROUP_ID - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
The JMSXGroupID property
JMSX_GROUP_SEQ - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
The JMSXGroupSeq property
JMSX_PREFIX - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
The prefix that denotes JMSX properties
JNDI_INITIAL_CONTEXT_FACTORY_CLASS - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSEventAdapterConstants
 
JNDI_INITIAL_CONTEXT_FACTORY_CLASS_HINT - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSEventAdapterConstants
 

L

lookup(Context, Class<T>, String) - Static method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSUtils
 
lookupDestination(Context, String, String) - Static method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSUtils
Return the JMS destination with the given destination name looked up from the context

O

onMessage(Message) - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSMessageListener
 
org.wso2.carbon.event.input.adapter.jms - package org.wso2.carbon.event.input.adapter.jms
 
org.wso2.carbon.event.input.adapter.jms.internal.ds - package org.wso2.carbon.event.input.adapter.jms.internal.ds
 
org.wso2.carbon.event.input.adapter.jms.internal.util - package org.wso2.carbon.event.input.adapter.jms.internal.util
 

P

PARAM_CACHE_LEVEL - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
JMS Resource cachable level to be used for the service One of the following: CACHE_NONE, CACHE_CONNECTION, CACHE_SESSION, CACHE_PRODUCER, CACHE_CONSUMER, or CACHE_AUTO - to let the transport decide
PARAM_CONCURRENT_CONSUMERS - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
The number of concurrent consumers to be created to poll for messages for this service For Topics, this should be ONE, to prevent receipt of multiple copies of the same message
PARAM_CONFAC_JNDI_NAME - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
The Parameter name indicating the JMS connection factory JNDI name
PARAM_CONFAC_TYPE - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
Connection factory type if using JMS 1.0, either DESTINATION_TYPE_QUEUE or DESTINATION_TYPE_TOPIC
PARAM_DEST_TYPE - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
The Service level Parameter name indicating the destination type for requests.
PARAM_DESTINATION - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
The Service level Parameter name indicating the JMS destination for requests of a service
PARAM_DURABLE_SUB_CLIENT_ID - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
 
PARAM_DURABLE_SUB_NAME - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
The name for the durable subscription See PARAM_SUB_DURABLE
PARAM_IDLE_TASK_LIMIT - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
The number of idle (i.e.
PARAM_JMS_CONFAC - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
The Parameter name of an Axis2 service, indicating the JMS connection factory which should be used to listen for messages for it.
PARAM_JMS_PASSWORD - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
The password to use when obtaining a JMS Connection
PARAM_JMS_SPEC_VER - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
The parameter indicating the JMS API specification to be used - if this is "1.1" the JMS 1.1 API would be used, else the JMS 1.0.2B
PARAM_JMS_USERNAME - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
The username to use when obtaining a JMS Connection
PARAM_MAX_CONSUMERS - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
The maximum number of concurrent consumers for the service - See PARAM_CONCURRENT_CONSUMERS
PARAM_MAX_MSGS_PER_TASK - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
The maximum number of messages a polling worker task should process, before suicide - to prevent many longer running threads - default is unlimited (i.e.
PARAM_MSG_SELECTOR - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
A message selector to be used when messages are sought for this service
PARAM_PUBLISH_EPR - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
The Parameter indicating a final EPR as a String, to be published on the WSDL of a service Could occur more than once, and could provide additional connection properties or a subset of the properties auto computed.
PARAM_PUBSUB_NO_LOCAL - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
Should a pub-sub connection receive messages published by itself?
PARAM_RCV_TIMEOUT - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
The number of milliseconds to wait for a message on a consumer.receive() call negative number - wait forever 0 - do not wait at all positive number - indicates the number of milliseconds to wait
PARAM_RECON_FACTOR - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
 
PARAM_RECON_INIT_DURATION - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
Number of milliseconds before the first reconnection attempt is tried, on detection of an error.
PARAM_RECON_MAX_DURATION - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
 
PARAM_REPLY_DEST_TYPE - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
The Service level Parameter name indicating the response destination type also see DESTINATION_TYPE_QUEUE, DESTINATION_TYPE_TOPIC
PARAM_REPLY_DESTINATION - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
The Service level Parameter name indicating the [default] response destination of a service
PARAM_SESSION_ACK - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
The Parameter indicating the Session acknowledgement for the service.
PARAM_SESSION_TRANSACTED - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
The Parameter indicating whether the JMS Session should be transacted for the service Specified as a "true" or "false"
PARAM_SUB_DURABLE - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
Is the Subscription durable ? - "true" or "false" See PARAM_DURABLE_SUB_NAME
pause() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
Temporarily suspend receipt and processing of messages.
PROPERTY_SEPARATOR - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSEventAdapterConstants
 

Q

QUEUE - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
A Queue Destination type or ConnectionFactory

R

removeJmsProperties(String) - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
resume() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
Resume receipt and processing of messages of paused tasks
run() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSListener
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.

S

setCacheLevel(int) - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
setCacheUserTransaction(Boolean) - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
setConcurrentConsumers(int) - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
setConnFactoryJNDIName(String) - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
setDestinationJNDIName(String) - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
setDestinationType(int) - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
setDurableSubscriberClientId(String) - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
setDurableSubscriberName(String) - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
setEventAdapterName(String) - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
setIdleTaskExecutionLimit(int) - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
setInitialReconnectDuration(int) - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
setJmsMessageListener(JMSMessageListener) - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
setJmsSpec11(boolean) - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
setJMSTaskManagerState(int) - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
setMaxConcurrentConsumers(int) - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
setMaxMessagesPerTask(int) - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
setMaxReconnectDuration(long) - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
setMessageSelector(String) - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
setPubSubNoLocal(Boolean) - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
setReceiveTimeout(int) - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
setReconnectionProgressionFactor(double) - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
setReplyDestination(Destination, Session, Message) - Static method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSUtils
Set the JMS ReplyTo for the message
setSessionAckMode(int) - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
setSessionTransacted(Boolean) - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
setSubscriptionDurable(Boolean) - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
setTransactionality(int) - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
setTransportHeaders(Map<String, String>, Message) - Static method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSUtils
Set transport headers from the axis message context, into the JMS message
setUserTransactionJNDIName(String) - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
setWorkerPool(WorkerPool) - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
 
start() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
Start or re-start the Task Manager by shutting down any existing worker tasks and re-creating them.
startListener() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSListener
 
stop() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConnectionFactory
Close all connections, sessions etc..
stop() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSTaskManager
Shutdown the tasks and release any shared resources
stopListener() - Method in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSListener
Stops listening for messages for the service thats undeployed or stopped

T

testConnect() - Method in class org.wso2.carbon.event.input.adapter.jms.JMSEventAdapter
 
TOPIC - Static variable in class org.wso2.carbon.event.input.adapter.jms.internal.util.JMSConstants
A Topic Destination type or ConnectionFactory
A C D E G H I J L O P Q R S T 

Copyright © 2015 WSO2. All rights reserved.