- checkConnectionAlreadyUse(Connection) - Static method in class org.apache.synapse.commons.transaction.TranscationManger
-
- cleanExpiredStubsNow() - Method in class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkView
-
- cleanExpiredStubsNow() - Method in interface org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkViewMBean
-
- clear() - Method in class org.apache.synapse.commons.datasource.DatasourceMBeanRepository
-
- clear() - Method in interface org.apache.synapse.commons.datasource.DataSourceRepository
-
Clear already registered datasources
- clear() - Method in class org.apache.synapse.commons.datasource.DataSourceRepositoryManager
-
Clear all DataSource Repositories
- clear() - Method in class org.apache.synapse.commons.datasource.InMemoryDataSourceRepository
-
- clear() - Method in class org.apache.synapse.commons.datasource.JNDIBasedDataSourceRepository
-
- clear() - Method in class org.apache.synapse.commons.executors.MultiPriorityBlockingQueue
-
- clear() - Method in interface org.apache.synapse.commons.jmx.MBeanRepository
-
- cloneJsonPayload(MessageContext, MessageContext) - Static method in class org.apache.synapse.commons.json.JsonUtil
-
Clones the JSON stream payload contained in the source message context, if any, to the target message context.
- COMMA_STRING - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- Condition - Class in org.apache.synapse.commons.evaluators
-
Encapsulates a condition.
- Condition() - Constructor for class org.apache.synapse.commons.evaluators.Condition
-
- CONDITION - Static variable in class org.apache.synapse.commons.evaluators.EvaluatorConstants
-
- ConditionFactory - Class in org.apache.synapse.commons.evaluators.config
-
This factory creates a
Condition using the following XML configuration.
- ConditionFactory() - Constructor for class org.apache.synapse.commons.evaluators.config.ConditionFactory
-
- CONDITIONS - Static variable in class org.apache.synapse.commons.evaluators.EvaluatorConstants
-
- ConditionSerializer - Class in org.apache.synapse.commons.evaluators.config
-
- ConditionSerializer() - Constructor for class org.apache.synapse.commons.evaluators.config.ConditionSerializer
-
- CONFIG_FILE - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
-
- configure(Properties) - Method in class org.apache.synapse.commons.datasource.DataSourceInformationRepository
-
Configuring DataSourceInformationRepository
- contains(Object) - Method in class org.apache.synapse.commons.executors.MultiPriorityBlockingQueue
-
- contains(Object) - Method in class org.apache.synapse.commons.executors.queues.FixedSizeQueue
-
- contains(Object) - Method in class org.apache.synapse.commons.executors.queues.UnboundedQueue
-
- convert(OMElement, OutputStream, String, String) - Method in interface org.apache.synapse.commons.builders.MessageConverter
-
Message formatter action.
- convert(MessageContext, OutputStream, String, String) - Method in interface org.apache.synapse.commons.builders.MessageConverter
-
- convert(OMElement, String, String) - Method in interface org.apache.synapse.commons.builders.MessageConverter
-
Message formatter action.
- convert(MessageContext, String, String) - Method in interface org.apache.synapse.commons.builders.MessageConverter
-
Message formatter action.
- convert(OMElement, OutputStream, String, String) - Method in class org.apache.synapse.commons.builders.SynapseMessageConverter
-
- convert(MessageContext, OutputStream, String, String) - Method in class org.apache.synapse.commons.builders.SynapseMessageConverter
-
- convert(OMElement, String, String) - Method in class org.apache.synapse.commons.builders.SynapseMessageConverter
-
- convert(MessageContext, String, String) - Method in class org.apache.synapse.commons.builders.SynapseMessageConverter
-
- CORE - Static variable in class org.apache.synapse.commons.executors.ExecutorConstants
-
- CORE_ATT - Static variable in class org.apache.synapse.commons.executors.config.PriorityExecutorFactory
-
- create(OMElement) - Method in class org.apache.synapse.commons.evaluators.config.AndFactory
-
- create(OMElement) - Method in class org.apache.synapse.commons.evaluators.config.EqualFactory
-
- create(OMElement) - Method in interface org.apache.synapse.commons.evaluators.config.EvaluatorFactory
-
Create an evalautor from the given XML configuration
- create(OMElement) - Method in class org.apache.synapse.commons.evaluators.config.MatchFactory
-
- create(OMElement) - Method in class org.apache.synapse.commons.evaluators.config.NotFactory
-
- create(OMElement) - Method in class org.apache.synapse.commons.evaluators.config.OrFactory
-
- createCondition(OMElement) - Method in class org.apache.synapse.commons.evaluators.config.ConditionFactory
-
- createDataSource(DataSourceInformation) - Static method in class org.apache.synapse.commons.datasource.factory.DataSourceFactory
-
Factory method to create a DataSource based on provided information
which is encapsulated in the DataSourceInformation object.
- createDataSourceInformation(String, Properties) - Static method in class org.apache.synapse.commons.datasource.factory.DataSourceInformationFactory
-
Factory method to create a DataSourceInformation instance based on given properties
- createDataSourceInformationList(Properties) - Static method in class org.apache.synapse.commons.datasource.factory.DataSourceInformationListFactory
-
Factory method for creating a a DataSourceInformation Collection
- createDataSourceInformationRepository(Properties) - Static method in class org.apache.synapse.commons.datasource.factory.DataSourceInformationRepositoryFactory
-
Factory method to create a DataSourceInformationRepository
Use 'DataSourceRepositoryManager' as RepositoryListener
- createDataSourceInformationRepository(DataSourceInformationRepositoryListener, Properties) - Static method in class org.apache.synapse.commons.datasource.factory.DataSourceInformationRepositoryFactory
-
Factory method to create a DataSourceInformationRepository
- createExecutor(String, OMElement, boolean, Properties) - Static method in class org.apache.synapse.commons.executors.config.PriorityExecutorFactory
-
- createJmxInformation(Properties, String) - Static method in class org.apache.synapse.commons.jmx.JmxInformationFactory
-
Factory method to create a JmxInformation instance based on given properties
- createLocalRegistry(int) - Method in class org.apache.synapse.commons.util.RMIRegistryController
-
Creates a RMI local registry with given port
- DATA_SOURCE_INFORMATION_REPOSITORY - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- DataSourceConstants - Class in org.apache.synapse.commons.datasource
-
Constants related to the DataSource component
- DataSourceConstants() - Constructor for class org.apache.synapse.commons.datasource.DataSourceConstants
-
- DataSourceFactory - Class in org.apache.synapse.commons.datasource.factory
-
Factory for creating a DataSource based on information in DataSourceInformation
- DataSourceFinder - Class in org.apache.synapse.commons.datasource
-
Utility class to locate DataSources from a JNDI tree
- DataSourceFinder() - Constructor for class org.apache.synapse.commons.datasource.DataSourceFinder
-
- DataSourceInformation - Class in org.apache.synapse.commons.datasource
-
Encapsulates the All information related to a DataSource
- DataSourceInformation() - Constructor for class org.apache.synapse.commons.datasource.DataSourceInformation
-
- DataSourceInformationFactory - Class in org.apache.synapse.commons.datasource.factory
-
Factory to create a DataSourceInformation based on given properties
- DataSourceInformationListFactory - Class in org.apache.synapse.commons.datasource.factory
-
Contains Factory method that use to create List of DataSourceInformations -
a DataSourceInformation Collection
- DataSourceInformationListFactory() - Constructor for class org.apache.synapse.commons.datasource.factory.DataSourceInformationListFactory
-
- DataSourceInformationListSerializer - Class in org.apache.synapse.commons.datasource.serializer
-
Serializes a list of DataSourceInformation into a properties
- DataSourceInformationListSerializer() - Constructor for class org.apache.synapse.commons.datasource.serializer.DataSourceInformationListSerializer
-
- DataSourceInformationRepository - Class in org.apache.synapse.commons.datasource
-
Keep and maintain DataSourceInformation
- DataSourceInformationRepository() - Constructor for class org.apache.synapse.commons.datasource.DataSourceInformationRepository
-
- DataSourceInformationRepositoryFactory - Class in org.apache.synapse.commons.datasource.factory
-
Contains Factory methods that use to create DataSourceInformationRepository
- DataSourceInformationRepositoryFactory() - Constructor for class org.apache.synapse.commons.datasource.factory.DataSourceInformationRepositoryFactory
-
- DataSourceInformationRepositoryListener - Interface in org.apache.synapse.commons.datasource
-
listen and handle events relating to changes in DataSourceInformationRepository
- DataSourceInformationSerializer - Class in org.apache.synapse.commons.datasource.serializer
-
Serialize a DataSourceInformation to a Properties
- DataSourceInformationSerializer() - Constructor for class org.apache.synapse.commons.datasource.serializer.DataSourceInformationSerializer
-
- DatasourceMBeanRepository - Class in org.apache.synapse.commons.datasource
-
Keeps DatasourceMBeans
- DataSourceRepository - Interface in org.apache.synapse.commons.datasource
-
Keep all DataSources defined in the Synapse
- DataSourceRepositoryHolder - Class in org.apache.synapse.commons.datasource
-
Holder for the DataSourceRepository
- DataSourceRepositoryManager - Class in org.apache.synapse.commons.datasource
-
Manages data sources defined in the synapse.
- DataSourceRepositoryManager(InMemoryDataSourceRepository, JNDIBasedDataSourceRepository) - Constructor for class org.apache.synapse.commons.datasource.DataSourceRepositoryManager
-
- DBPoolView - Class in org.apache.synapse.commons.datasource
-
Data source connection pool stats collector implementation
- DBPoolView(String) - Constructor for class org.apache.synapse.commons.datasource.DBPoolView
-
- DBPoolViewMBean - Interface in org.apache.synapse.commons.datasource
-
MBean for retrieving some statistics about the connection pool
- DEFAULT_CORE - Static variable in class org.apache.synapse.commons.executors.ExecutorConstants
-
Default core threads
- DEFAULT_FAILED_RECORDS_FILE_DESTINATION - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
-
The default location to place the record file
- DEFAULT_FAILED_RECORDS_FILE_NAME - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
-
The default name of the failed file
- DEFAULT_IC_FACTORY - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- DEFAULT_KEEP_ALIVE - Static variable in class org.apache.synapse.commons.executors.ExecutorConstants
-
Default keep alive time in seconds
- DEFAULT_MAX - Static variable in class org.apache.synapse.commons.executors.ExecutorConstants
-
Default max threads
- DEFAULT_MAX_RETRY_COUNT - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
-
- DEFAULT_NEXT_RETRY_DURATION - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
-
- DEFAULT_PRIORITY - Static variable in class org.apache.synapse.commons.evaluators.EvaluatorConstants
-
- DEFAULT_PROVIDER_PORT - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- DEFAULT_RECONNECT_TIMEOUT - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
-
- DEFAULT_RESPONSE_FILE - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
-
- DEFAULT_TRANSPORT_FAILED_RECORD_TIMESTAMP_FORMAT - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
-
- delistResource(int, long) - Static method in class org.apache.synapse.commons.transaction.TranscationManger
-
- destroy() - Method in class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalk
-
Destroys the beanstalk by un-registering MBeans and cleaning up other resources.
- destroy() - Method in class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkManager
-
Cleans up resources allocated by this BeanstalkManager.
- destroy() - Method in class org.apache.synapse.commons.executors.PriorityExecutor
-
Destroy the executor.
- destroy() - Method in class org.apache.synapse.commons.jmx.ThreadingView
-
- DOT_STRING - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- drainTo(Collection<? super E>) - Method in interface org.apache.synapse.commons.executors.InternalQueue
-
Drain items from this queue to the specified collection
- drainTo(Collection<? super E>, int) - Method in interface org.apache.synapse.commons.executors.InternalQueue
-
Drain items from this queue to the specified collection
- drainTo(Collection<? super E>) - Method in class org.apache.synapse.commons.executors.MultiPriorityBlockingQueue
-
We always give high priority to highest priority elements.
- drainTo(Collection<? super E>, int) - Method in class org.apache.synapse.commons.executors.MultiPriorityBlockingQueue
-
We always give high priority to highest priotiry elements.
- drainTo(Collection<? super E>) - Method in class org.apache.synapse.commons.executors.queues.FixedSizeQueue
-
- drainTo(Collection<? super E>, int) - Method in class org.apache.synapse.commons.executors.queues.FixedSizeQueue
-
- drainTo(Collection<? super E>) - Method in class org.apache.synapse.commons.executors.queues.UnboundedQueue
-
- drainTo(Collection<? super E>, int) - Method in class org.apache.synapse.commons.executors.queues.UnboundedQueue
-
- EMPTY_PREFIX - Static variable in class org.apache.synapse.commons.evaluators.EvaluatorConstants
-
- endTransaction(boolean, long) - Static method in class org.apache.synapse.commons.transaction.TranscationManger
-
- EnterpriseBeanstalk - Class in org.apache.synapse.commons.beanstalk.enterprise
-
An enterprise beanstalk is used to retrieve Enterprise JavaBean (EJB) client stubs.
- EnterpriseBeanstalk(String, Properties, ScheduledExecutorService) - Constructor for class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalk
-
Constructs a new enterprise beanstalk with the given name and properties.
- EnterpriseBeanstalkConstants - Interface in org.apache.synapse.commons.beanstalk.enterprise
-
Holds constants used in the enterprise beanstalk configuration.
- EnterpriseBeanstalkManager - Class in org.apache.synapse.commons.beanstalk.enterprise
-
Manages beanstalks configured in the Synapse Environment.
- EnterpriseBeanstalkManager() - Constructor for class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkManager
-
- EnterpriseBeanstalkView - Class in org.apache.synapse.commons.beanstalk.enterprise
-
MBean implementation class that enables monitoring/managing beanstalks via JMX.
- EnterpriseBeanstalkViewMBean - Interface in org.apache.synapse.commons.beanstalk.enterprise
-
MBean interface that enables monitoring/managing beanstalks via JMX.
- EnterpriseIntitalContext - Class in org.apache.synapse.commons.beanstalk.enterprise
-
Enterprise specific Initial context which is avoiding allows to setup the
user defined properties
to the context
- EnterpriseIntitalContext() - Constructor for class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseIntitalContext
-
- EnterpriseIntitalContext(Hashtable<?, ?>) - Constructor for class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseIntitalContext
-
Constructs an initial context using the supplied environment.
- EQUAL - Static variable in class org.apache.synapse.commons.evaluators.EvaluatorConstants
-
- EqualEvaluator - Class in org.apache.synapse.commons.evaluators
-
Try to see weather a part of the HTTP request is equal to the value provided.
- EqualEvaluator() - Constructor for class org.apache.synapse.commons.evaluators.EqualEvaluator
-
- EqualFactory - Class in org.apache.synapse.commons.evaluators.config
-
- EqualFactory() - Constructor for class org.apache.synapse.commons.evaluators.config.EqualFactory
-
- EqualSerializer - Class in org.apache.synapse.commons.evaluators.config
-
- EqualSerializer() - Constructor for class org.apache.synapse.commons.evaluators.config.EqualSerializer
-
- evaluate(EvaluatorContext) - Method in class org.apache.synapse.commons.evaluators.AndEvaluator
-
- evaluate(EvaluatorContext) - Method in class org.apache.synapse.commons.evaluators.EqualEvaluator
-
- evaluate(EvaluatorContext) - Method in interface org.apache.synapse.commons.evaluators.Evaluator
-
Evaluate a boolean expression
- evaluate(EvaluatorContext) - Method in class org.apache.synapse.commons.evaluators.MatchEvaluator
-
- evaluate(EvaluatorContext) - Method in class org.apache.synapse.commons.evaluators.NotEvaluator
-
- evaluate(EvaluatorContext) - Method in class org.apache.synapse.commons.evaluators.OrEvaluator
-
- Evaluator - Interface in org.apache.synapse.commons.evaluators
-
This is the base interface for evaluating boolean expressions.
- EvaluatorConstants - Class in org.apache.synapse.commons.evaluators
-
Constants used through out the evaluators
- EvaluatorConstants() - Constructor for class org.apache.synapse.commons.evaluators.EvaluatorConstants
-
- EvaluatorConstants.URI_FRAGMENTS - Enum in org.apache.synapse.commons.evaluators
-
- EvaluatorContext - Class in org.apache.synapse.commons.evaluators
-
Holds the information about the HTTP request.
- EvaluatorContext(String, Map<String, String>) - Constructor for class org.apache.synapse.commons.evaluators.EvaluatorContext
-
Creates the Evalutor context with the URL and the set of HTTP headers
- EvaluatorException - Exception in org.apache.synapse.commons.evaluators
-
An Exception used by Evaluators to signal configuration errors as
well as execution errors.
- EvaluatorException(String, Throwable) - Constructor for exception org.apache.synapse.commons.evaluators.EvaluatorException
-
- EvaluatorException(String) - Constructor for exception org.apache.synapse.commons.evaluators.EvaluatorException
-
- EvaluatorFactory - Interface in org.apache.synapse.commons.evaluators.config
-
This should be implemented by the Factories creating evaluators.
- EvaluatorFactoryFinder - Class in org.apache.synapse.commons.evaluators.config
-
Factories for creating Evaluators are found using the evaluator name.
- EvaluatorSerializer - Interface in org.apache.synapse.commons.evaluators.config
-
This interface should be implemented by the classes to serialize the
Evaluator
object model in to XML configuration.
- EvaluatorSerializerFinder - Class in org.apache.synapse.commons.evaluators.config
-
- execute(Runnable, int) - Method in class org.apache.synapse.commons.executors.PriorityExecutor
-
Execute a given task with the priority specified.
- ExecutorConstants - Class in org.apache.synapse.commons.executors
-
- ExecutorConstants() - Constructor for class org.apache.synapse.commons.executors.ExecutorConstants
-
- getAlias() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- getAllDataSourceInformation() - Method in class org.apache.synapse.commons.datasource.DataSourceInformationRepository
-
Returns all DataSourceInformations in the repository
- getAllParameters() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- getAutoLockReleaseInterval() - Method in class org.apache.synapse.commons.vfs.VFSParamDTO
-
- getAvgBlockedWorkerPercentage() - Method in class org.apache.synapse.commons.jmx.ThreadingView
-
- getAvgBlockedWorkerPercentage() - Method in interface org.apache.synapse.commons.jmx.ThreadingViewMBean
-
- getAvgUnblockedWorkerPercentage() - Method in class org.apache.synapse.commons.jmx.ThreadingView
-
- getAvgUnblockedWorkerPercentage() - Method in interface org.apache.synapse.commons.jmx.ThreadingViewMBean
-
- getBeanstalk(String) - Method in class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkManager
-
Returns the beanstalk with the given name, null if it's not found.
- getBeanstalkName() - Method in class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkView
-
- getBeanstalkName() - Method in interface org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkViewMBean
-
- getBeforeExecuteHandler() - Method in class org.apache.synapse.commons.executors.PriorityExecutor
-
Get the handler that is executed before the worker is put in to the queue
- getBytes(MessageContext, OMOutputFormat) - Method in class org.apache.synapse.commons.formatters.XFormURLEncodedFormatter
-
- getBytes(MessageContext, OMOutputFormat) - Method in class org.apache.synapse.commons.json.JsonFormatter
-
- getBytes(MessageContext, OMOutputFormat) - Method in class org.apache.synapse.commons.json.JsonStreamFormatter
-
- getCachedStatefulStubCount() - Method in class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkView
-
- getCachedStatefulStubCount() - Method in interface org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkViewMBean
-
- getCachedStatelessStubCount() - Method in class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkView
-
- getCachedStatelessStubCount() - Method in interface org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkViewMBean
-
- getCapacity() - Method in interface org.apache.synapse.commons.executors.InternalQueue
-
Return the capacity of the queue
- getCapacity() - Method in class org.apache.synapse.commons.executors.queues.FixedSizeQueue
-
- getCapacity() - Method in class org.apache.synapse.commons.executors.queues.UnboundedQueue
-
- getConnection() - Static method in class org.apache.synapse.commons.transaction.TranscationManger
-
- getConnectionUsage() - Method in class org.apache.synapse.commons.datasource.DBPoolView
-
- getConnectionUsage() - Method in interface org.apache.synapse.commons.datasource.DBPoolViewMBean
-
Connection information as a string
- getContentType(MessageContext, OMOutputFormat, String) - Method in class org.apache.synapse.commons.formatters.XFormURLEncodedFormatter
-
- getContentType(MessageContext, OMOutputFormat, String) - Method in class org.apache.synapse.commons.json.JsonFormatter
-
- getContentType(MessageContext, OMOutputFormat, String) - Method in class org.apache.synapse.commons.json.JsonStreamFormatter
-
- getContentType() - Method in class org.apache.synapse.commons.vfs.FileObjectDataSource
-
- getContentType() - Method in class org.apache.synapse.commons.vfs.VFSOutTransportInfo
-
- getCore() - Method in class org.apache.synapse.commons.executors.PriorityExecutor
-
Get the core number of threads
- getDataSource(String) - Method in class org.apache.synapse.commons.datasource.DataSourceRepositoryManager
-
Find a DataSource using given name
- getDataSourceInformation(String) - Method in class org.apache.synapse.commons.datasource.DataSourceInformationRepository
-
Get an existing DataSourceInformation instance for the given name
- getDataSourceInformationRepository() - Method in class org.apache.synapse.commons.datasource.DataSourceRepositoryHolder
-
- getDatasourceName() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- getDataSourceRepositoryManager() - Method in class org.apache.synapse.commons.datasource.DataSourceRepositoryHolder
-
- getDeadLockedWorkers() - Method in class org.apache.synapse.commons.jmx.ThreadingView
-
- getDeadLockedWorkers() - Method in interface org.apache.synapse.commons.jmx.ThreadingViewMBean
-
- getDefaultCatalog() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- getDefaultTransactionIsolation() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- getDriver() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- getEnterpriseBean(String, String, String) - Method in class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalk
-
Returns a client stub for the EJB with the given class name, bean id and jndi name.
- getEvaluator() - Method in class org.apache.synapse.commons.evaluators.Condition
-
- getEvaluator(OMElement) - Method in class org.apache.synapse.commons.evaluators.config.EvaluatorFactoryFinder
-
Retun an EvaluatorFactory for a given Evaluator name.
- getEvaluator() - Method in class org.apache.synapse.commons.evaluators.NotEvaluator
-
- getEvaluators() - Method in class org.apache.synapse.commons.evaluators.AndEvaluator
-
- getEvaluators() - Method in class org.apache.synapse.commons.evaluators.OrEvaluator
-
- getFileName() - Method in class org.apache.synapse.commons.executors.PriorityExecutor
-
Get the file used to store this executor config
- getFileName(MessageContext, VFSOutTransportInfo) - Static method in class org.apache.synapse.commons.vfs.VFSUtils
-
- getHeader(String) - Method in class org.apache.synapse.commons.evaluators.EvaluatorContext
-
Get the HTTP header value for the Header name
- getHeaders() - Method in class org.apache.synapse.commons.evaluators.EvaluatorContext
-
Get all the HTTP headers
- getHostName() - Method in class org.apache.synapse.commons.jmx.JmxInformation
-
- getInitialSize() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- getInputStream() - Method in class org.apache.synapse.commons.util.TemporaryData
-
Deprecated.
- getInputStream() - Method in class org.apache.synapse.commons.vfs.FileObjectDataSource
-
- getInstance() - Static method in class org.apache.synapse.commons.datasource.DatasourceMBeanRepository
-
- getInstance() - Static method in class org.apache.synapse.commons.datasource.DataSourceRepositoryHolder
-
- getInstance() - Static method in class org.apache.synapse.commons.evaluators.config.EvaluatorFactoryFinder
-
Return and instance of the EvaluatorFactoryFinder.
- getInstance() - Static method in class org.apache.synapse.commons.evaluators.config.EvaluatorSerializerFinder
-
- getInstance() - Static method in class org.apache.synapse.commons.jmx.MBeanRegistrar
-
- getInstance() - Static method in class org.apache.synapse.commons.util.RMIRegistryController
-
- getJmxUrl() - Method in class org.apache.synapse.commons.jmx.JmxInformation
-
- getJndiPort() - Method in class org.apache.synapse.commons.jmx.JmxInformation
-
- getJsonPayload(MessageContext) - Static method in class org.apache.synapse.commons.json.JsonUtil
-
Returns the READ-ONLY input stream of the JSON payload contained in the provided message context.
- getKeepAlive() - Method in class org.apache.synapse.commons.executors.PriorityExecutor
-
Get the keep alive time for threads
- getLast15MinuteBlockedWorkerPercentage() - Method in class org.apache.synapse.commons.jmx.ThreadingView
-
- getLast15MinuteBlockedWorkerPercentage() - Method in interface org.apache.synapse.commons.jmx.ThreadingViewMBean
-
- getLast24HourBlockedWorkerPercentage() - Method in class org.apache.synapse.commons.jmx.ThreadingView
-
- getLast24HourBlockedWorkerPercentage() - Method in interface org.apache.synapse.commons.jmx.ThreadingViewMBean
-
- getLast5MinuteBlockedWorkerPercentage() - Method in class org.apache.synapse.commons.jmx.ThreadingView
-
- getLast5MinuteBlockedWorkerPercentage() - Method in interface org.apache.synapse.commons.jmx.ThreadingViewMBean
-
- getLast8HourBlockedWorkerPercentage() - Method in class org.apache.synapse.commons.jmx.ThreadingView
-
- getLast8HourBlockedWorkerPercentage() - Method in interface org.apache.synapse.commons.jmx.ThreadingViewMBean
-
- getLastHourBlockedWorkerPercentage() - Method in class org.apache.synapse.commons.jmx.ThreadingView
-
- getLastHourBlockedWorkerPercentage() - Method in interface org.apache.synapse.commons.jmx.ThreadingViewMBean
-
- getLastMinuteBlockedWorkerPercentage() - Method in class org.apache.synapse.commons.jmx.ThreadingView
-
- getLastMinuteBlockedWorkerPercentage() - Method in interface org.apache.synapse.commons.jmx.ThreadingViewMBean
-
- getLastResetTime() - Method in class org.apache.synapse.commons.jmx.ThreadingView
-
- getLastResetTime() - Method in interface org.apache.synapse.commons.jmx.ThreadingViewMBean
-
- getLength() - Method in class org.apache.synapse.commons.util.TemporaryData
-
Deprecated.
- getMax() - Method in class org.apache.synapse.commons.executors.PriorityExecutor
-
Get the max threads
- getMaxActive() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- getMaxIdle() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- getMaxOpenPreparedStatements() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- getMaxRetryCount() - Method in class org.apache.synapse.commons.vfs.VFSOutTransportInfo
-
- getMaxWait() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- getMBean(String) - Method in class org.apache.synapse.commons.datasource.DatasourceMBeanRepository
-
- getMBean(String) - Method in interface org.apache.synapse.commons.jmx.MBeanRepository
-
- getMessageContext() - Method in class org.apache.synapse.commons.evaluators.EvaluatorContext
-
Get the message context associated with this evaluator context
- getMinEvictableIdleTimeMillis() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- getMinIdle() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- getName() - Method in class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalk
-
Returns the name of the beanstalk.
- getName() - Method in class org.apache.synapse.commons.datasource.DBPoolView
-
- getName() - Method in interface org.apache.synapse.commons.datasource.DBPoolViewMBean
-
Data source name
- getName() - Method in class org.apache.synapse.commons.evaluators.AndEvaluator
-
- getName() - Method in class org.apache.synapse.commons.evaluators.EqualEvaluator
-
- getName() - Method in interface org.apache.synapse.commons.evaluators.Evaluator
-
Name of the evaluator
- getName() - Method in class org.apache.synapse.commons.evaluators.MatchEvaluator
-
- getName() - Method in class org.apache.synapse.commons.evaluators.NotEvaluator
-
- getName() - Method in class org.apache.synapse.commons.evaluators.OrEvaluator
-
- getName() - Method in class org.apache.synapse.commons.executors.PriorityExecutor
-
Get the name of the executor
- getName() - Method in class org.apache.synapse.commons.vfs.FileObjectDataSource
-
- getNextQueue() - Method in interface org.apache.synapse.commons.executors.NextQueueAlgorithm
-
Should return a queue based on some selection criteria and current
state of the queues.
- getNextQueue() - Method in class org.apache.synapse.commons.executors.PRRNextQueueAlgorithm
-
- getNextQueueAlgorithm() - Method in class org.apache.synapse.commons.executors.MultiPriorityBlockingQueue
-
- getNotFullCond() - Method in interface org.apache.synapse.commons.executors.InternalQueue
-
Get not full condition
- getNotFullCond() - Method in class org.apache.synapse.commons.executors.queues.FixedSizeQueue
-
- getNotFullCond() - Method in class org.apache.synapse.commons.executors.queues.UnboundedQueue
-
- getNumActive() - Method in class org.apache.synapse.commons.datasource.DBPoolView
-
- getNumActive() - Method in interface org.apache.synapse.commons.datasource.DBPoolViewMBean
-
Number of active connections
- getNumIdle() - Method in class org.apache.synapse.commons.datasource.DBPoolView
-
- getNumIdle() - Method in interface org.apache.synapse.commons.datasource.DBPoolViewMBean
-
Number of idle connections
- getNumTestsPerEvictionRun() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- getOID(ObjectName) - Static method in class org.apache.synapse.commons.snmp.SynapseMIBUtils
-
- getOutFileName() - Method in class org.apache.synapse.commons.vfs.VFSOutTransportInfo
-
- getOutFileSystemOptionsMap() - Method in class org.apache.synapse.commons.vfs.VFSOutTransportInfo
-
- getOutFileURI() - Method in class org.apache.synapse.commons.vfs.VFSOutTransportInfo
-
- getOutputStream() - Method in class org.apache.synapse.commons.util.TemporaryData
-
Deprecated.
- getOutputStream() - Method in class org.apache.synapse.commons.vfs.FileObjectDataSource
-
- getParam(String) - Method in class org.apache.synapse.commons.evaluators.EvaluatorContext
-
Return the value of a HTTP parameter
- getParameter(String) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- getParams() - Method in class org.apache.synapse.commons.evaluators.EvaluatorContext
-
Get all the HTTP parameters
- getPriority() - Method in class org.apache.synapse.commons.evaluators.Condition
-
- getPriority() - Method in interface org.apache.synapse.commons.executors.Importance
-
Get the priority
- getPriority() - Method in interface org.apache.synapse.commons.executors.InternalQueue
-
Get the Priority of the queue
- getPriority() - Method in class org.apache.synapse.commons.executors.queues.FixedSizeQueue
-
- getPriority() - Method in class org.apache.synapse.commons.executors.queues.UnboundedQueue
-
- getProperties() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- getProperty(String) - Method in class org.apache.synapse.commons.evaluators.EvaluatorContext
-
Get the value of the named property
- getProperty(String) - Method in interface org.apache.synapse.commons.executors.Importance
-
Get the property
- getProperty(Properties, String, String) - Static method in class org.apache.synapse.commons.util.MiscellaneousUtil
-
Helper method to get the value of the property from a given property bag
- getProperty(Properties, String, T, Class<? extends T>) - Static method in class org.apache.synapse.commons.util.MiscellaneousUtil
-
Helper method to get the value of the property from a given property bag
This method will return a value with the type equal to the type
given by the Class type parameter.
- getProperty(FileContent, String) - Static method in class org.apache.synapse.commons.vfs.VFSUtils
-
Get a String property from FileContent message
- getQueue() - Method in class org.apache.synapse.commons.executors.PriorityExecutor
-
Get the queue.
- getQueues() - Method in class org.apache.synapse.commons.executors.MultiPriorityBlockingQueue
-
- getReader(InputStream, boolean) - Static method in class org.apache.synapse.commons.json.JsonUtil
-
Returns an XMLStreamReader for a JSON input stream
- getReader(InputStream) - Static method in class org.apache.synapse.commons.json.JsonUtil
-
This method is useful when you need to get an XML reader directly for the input JSON stream
without adding any additional object wrapper elements such as 'jsonObject' and 'jsonArray'.
- getReconnectTimeout() - Method in class org.apache.synapse.commons.vfs.VFSOutTransportInfo
-
- getRegex() - Method in class org.apache.synapse.commons.evaluators.MatchEvaluator
-
- getRemoteAccessFile() - Method in class org.apache.synapse.commons.jmx.JmxInformation
-
- getRemotePasswordFile() - Method in class org.apache.synapse.commons.jmx.JmxInformation
-
- getRemoveAbandonedTimeout() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- getRepositoryBasedDataSourceFinder() - Method in class org.apache.synapse.commons.datasource.DataSourceRepositoryHolder
-
- getRepositoryListener() - Method in class org.apache.synapse.commons.datasource.DataSourceInformationRepository
-
Gets the existing DataSourceInformationRepositoryListener
- getRepositoryType() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- getRmiPort() - Method in class org.apache.synapse.commons.jmx.JmxInformation
-
- getSecretInformation() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- getSecretInformation() - Method in class org.apache.synapse.commons.jmx.JmxInformation
-
- getSerializer(String) - Method in class org.apache.synapse.commons.evaluators.config.EvaluatorSerializerFinder
-
- getSize() - Method in class org.apache.synapse.commons.vfs.FileObjectDataSource
-
- getSource() - Method in class org.apache.synapse.commons.evaluators.source.HeaderTextRetriever
-
- getSource() - Method in class org.apache.synapse.commons.evaluators.source.ParameterTextRetriever
-
- getSource() - Method in class org.apache.synapse.commons.evaluators.source.PropertyTextRetriever
-
- getSource() - Method in class org.apache.synapse.commons.evaluators.source.SOAPEnvelopeTextRetriever
-
- getSource() - Method in interface org.apache.synapse.commons.evaluators.source.SourceTextRetriever
-
- getSource() - Method in class org.apache.synapse.commons.evaluators.source.URLTextRetriever
-
- getSourceText(EvaluatorContext) - Method in class org.apache.synapse.commons.evaluators.source.HeaderTextRetriever
-
- getSourceText(EvaluatorContext) - Method in class org.apache.synapse.commons.evaluators.source.ParameterTextRetriever
-
- getSourceText(EvaluatorContext) - Method in class org.apache.synapse.commons.evaluators.source.PropertyTextRetriever
-
- getSourceText(EvaluatorContext) - Method in class org.apache.synapse.commons.evaluators.source.SOAPEnvelopeTextRetriever
-
- getSourceText(EvaluatorContext) - Method in interface org.apache.synapse.commons.evaluators.source.SourceTextRetriever
-
- getSourceText(EvaluatorContext) - Method in class org.apache.synapse.commons.evaluators.source.URLTextRetriever
-
- getSourceTextRetriever(OMElement) - Method in class org.apache.synapse.commons.evaluators.config.TextProcessingEvaluatorFactory
-
- getStatefulStubCacheLastAccessTimes() - Method in class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkView
-
- getStatefulStubCacheLastAccessTimes() - Method in interface org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkViewMBean
-
- getStatelessStubCacheLastAccessTimes() - Method in class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkView
-
- getStatelessStubCacheLastAccessTimes() - Method in interface org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkViewMBean
-
- getStatus() - Static method in class org.apache.synapse.commons.transaction.TranscationManger
-
- getSystemTime(String) - Static method in class org.apache.synapse.commons.vfs.VFSUtils
-
- getTargetAddress(MessageContext, OMOutputFormat, URL) - Method in class org.apache.synapse.commons.formatters.XFormURLEncodedFormatter
-
- getTargetAddress(MessageContext, OMOutputFormat, URL) - Method in class org.apache.synapse.commons.json.JsonFormatter
-
- getTargetAddress(MessageContext, OMOutputFormat, URL) - Method in class org.apache.synapse.commons.json.JsonStreamFormatter
-
- getTextRetriever() - Method in class org.apache.synapse.commons.evaluators.EqualEvaluator
-
- getTextRetriever() - Method in class org.apache.synapse.commons.evaluators.MatchEvaluator
-
- getTimeBetweenEvictionRunsMillis() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- getTotalWorkerCount() - Method in class org.apache.synapse.commons.jmx.ThreadingView
-
- getTotalWorkerCount() - Method in interface org.apache.synapse.commons.jmx.ThreadingViewMBean
-
- getType() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- getUrl() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- getUrl() - Method in class org.apache.synapse.commons.evaluators.EvaluatorContext
-
Get the complete URL
- getURLOrDefaultInitCtx(String) - Method in class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseIntitalContext
-
- getValidationQuery() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- getValue() - Method in class org.apache.synapse.commons.evaluators.EqualEvaluator
-
- getValue() - Method in class org.apache.synapse.commons.snmp.SynapseMOScalar
-
- PARAM - Static variable in class org.apache.synapse.commons.evaluators.EvaluatorConstants
-
- ParameterTextRetriever - Class in org.apache.synapse.commons.evaluators.source
-
- ParameterTextRetriever(String) - Constructor for class org.apache.synapse.commons.evaluators.source.ParameterTextRetriever
-
- parse(EvaluatorContext) - Method in class org.apache.synapse.commons.evaluators.Parser
-
Parse the HTTP request against the condition set and return the matching priority.
- Parser - Class in org.apache.synapse.commons.evaluators
-
This class is used to parse a Given HTTP request against a set of rules.
- Parser() - Constructor for class org.apache.synapse.commons.evaluators.Parser
-
Create a parser with the defualt priority set to -1.
- Parser(int) - Constructor for class org.apache.synapse.commons.evaluators.Parser
-
Create a parser with a default priority.
- parseSchemeFileOptions(String, ParameterInclude) - Static method in class org.apache.synapse.commons.vfs.VFSUtils
-
- peek() - Method in class org.apache.synapse.commons.executors.MultiPriorityBlockingQueue
-
- peek() - Method in class org.apache.synapse.commons.executors.queues.FixedSizeQueue
-
- peek() - Method in class org.apache.synapse.commons.executors.queues.UnboundedQueue
-
- PER_USER_POOL_DATA_SOURCE - Static variable in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- poll(long, TimeUnit) - Method in class org.apache.synapse.commons.executors.MultiPriorityBlockingQueue
-
Get the element from the top of the queue.
- poll() - Method in class org.apache.synapse.commons.executors.MultiPriorityBlockingQueue
-
Block indefinitely until a object is available for retrieval.
- poll() - Method in class org.apache.synapse.commons.executors.queues.FixedSizeQueue
-
- poll() - Method in class org.apache.synapse.commons.executors.queues.UnboundedQueue
-
- PRESERVE_JSON_STREAM - Static variable in class org.apache.synapse.commons.json.JsonUtil
-
If this property is set to true the input stream of the JSON payload will be reset
after writing to the output stream within the #writeAsJson method.
- PRIORITY - Static variable in class org.apache.synapse.commons.evaluators.EvaluatorConstants
-
- PRIORITY - Static variable in class org.apache.synapse.commons.executors.ExecutorConstants
-
- PRIORITY_ATT - Static variable in class org.apache.synapse.commons.executors.config.PriorityExecutorFactory
-
- PRIORITY_EXECUTOR - Static variable in class org.apache.synapse.commons.executors.ExecutorConstants
-
- PriorityExecutor - Class in org.apache.synapse.commons.executors
-
This is the class used for executing the tasks with a given priority.
- PriorityExecutor() - Constructor for class org.apache.synapse.commons.executors.PriorityExecutor
-
- PriorityExecutorFactory - Class in org.apache.synapse.commons.executors.config
-
- PriorityExecutorFactory() - Constructor for class org.apache.synapse.commons.executors.config.PriorityExecutorFactory
-
- PriorityExecutorSerializer - Class in org.apache.synapse.commons.executors.config
-
- PriorityExecutorSerializer() - Constructor for class org.apache.synapse.commons.executors.config.PriorityExecutorSerializer
-
- processDocument(InputStream, String, MessageContext) - Method in class org.apache.synapse.commons.builders.XFormURLEncodedBuilder
-
- processDocument(InputStream, String, MessageContext) - Method in class org.apache.synapse.commons.json.JsonBuilder
-
- processDocument(InputStream, String, MessageContext) - Method in class org.apache.synapse.commons.json.JsonStreamBuilder
-
- PROP_ACCESS_TO_UNDERLYING_CONNECTION_ALLOWED - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_BASIC_DATA_SOURCE - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_CLASS_NAME - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_CPDS_ADAPTER - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_CPDS_ADAPTER_DRIVER - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_CPDS_CLASS_NAME - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_CPDS_FACTORY - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_CPDS_NAME - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_DATA_SOURCE_NAME - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_DEFAULT_AUTO_COMMIT - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_DEFAULT_CATALOG - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_DEFAULT_MAX_ACTIVE - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_DEFAULT_MAX_IDLE - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_DEFAULT_MAX_WAIT - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_DEFAULT_READ_ONLY - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_DEFAULT_TRANSACTION_ISOLATION - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_DRIVER - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_DRIVER_CLS_NAME - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_DS_NAME - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_FACTORY - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_HOSTNAME - Static variable in class org.apache.synapse.commons.jmx.JmxConfigurationConstants
-
Hostname property used to configure JMX Adapter
- PROP_IC_FACTORY - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_INITIAL_SIZE - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_JNDI_ENV - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_JNDI_PORT - Static variable in class org.apache.synapse.commons.jmx.JmxConfigurationConstants
-
JNDI port property used for the JMX naming directory (RMI registry)
- PROP_LOG_ABANDONED - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_MAX_ACTIVE - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_MAX_IDLE - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_MAX_OPEN_PREPARED_STATEMENTS - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_MAX_WAIT - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_MIN_EVICTABLE_IDLE_TIME_MILLIS - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_MIN_IDLE - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_NAME - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_NUM_TESTS_PER_EVICTION_RUN - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_POOL_PREPARED_STATEMENTS - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_PROVIDER_PORT - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_PROVIDER_URL - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_REGISTRY - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_REGISTRY_JNDI - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_REGISTRY_MEMORY - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_REMOTE_ACCESS_FILE - Static variable in class org.apache.synapse.commons.jmx.JmxConfigurationConstants
-
Property for location of remote access file.
- PROP_REMOTE_SSL - Static variable in class org.apache.synapse.commons.jmx.JmxConfigurationConstants
-
Property to activate remote SSL support (same as com.sun.management.jmxremote.ssl)
- PROP_REMOVE_ABANDONED - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_REMOVE_ABANDONED_TIMEOUT - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_RMI_PORT - Static variable in class org.apache.synapse.commons.jmx.JmxConfigurationConstants
-
RMI port property used to configure the JMX RMI port (firewalled setup)
- PROP_SYNAPSE_PREFIX_DS - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_SYNAPSE_PREFIX_JMX - Static variable in class org.apache.synapse.commons.jmx.JmxConfigurationConstants
-
Prefix for all properties in property file
- PROP_TEST_ON_BORROW - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_TEST_ON_RETURN - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_TEST_WHILE_IDLE - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_THREAD_JMX_ENABLE - Static variable in class org.apache.synapse.commons.jmx.JmxConfigurationConstants
-
- PROP_TIME_BETWEEN_EVICTION_RUNS_MILLIS - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_TYPE - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_URL - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_USER - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROP_VALIDATION_QUERY - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
-
- PROPERTY - Static variable in class org.apache.synapse.commons.evaluators.EvaluatorConstants
-
- PROPERTY - Static variable in class org.apache.synapse.commons.executors.ExecutorConstants
-
- PropertyHelper - Class in org.apache.synapse.commons.util
-
This class will be used as a Helper class to get the properties loaded while building the
Synapse Configuration from the XML
- PropertyHelper() - Constructor for class org.apache.synapse.commons.util.PropertyHelper
-
- PropertyTextRetriever - Class in org.apache.synapse.commons.evaluators.source
-
- PropertyTextRetriever(String) - Constructor for class org.apache.synapse.commons.evaluators.source.PropertyTextRetriever
-
- PRRNextQueueAlgorithm<E> - Class in org.apache.synapse.commons.executors
-
This is a priority based round robin algorithm for getting the next queue
- PRRNextQueueAlgorithm() - Constructor for class org.apache.synapse.commons.executors.PRRNextQueueAlgorithm
-
- put(E) - Method in class org.apache.synapse.commons.executors.MultiPriorityBlockingQueue
-
Put the specified value in to the queue.
- readFrom(InputStream) - Method in class org.apache.synapse.commons.util.TemporaryData
-
Deprecated.
Fill this object with data read from a given InputStream.
- reConfigure(Properties) - Method in interface org.apache.synapse.commons.datasource.DataSourceInformationRepositoryListener
-
Event when re-configuring the DataSourceInformationRepository
- reConfigure(Properties) - Method in class org.apache.synapse.commons.datasource.DataSourceRepositoryManager
-
- RECONNECT_TIMEOUT - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
-
- REGEX - Static variable in class org.apache.synapse.commons.evaluators.EvaluatorConstants
-
- register(DataSourceInformation) - Method in interface org.apache.synapse.commons.datasource.DataSourceRepository
-
Register a DataSource based on given information
Information is encapsulated in a DataSourceInformation instance
- register(DataSourceInformation) - Method in class org.apache.synapse.commons.datasource.InMemoryDataSourceRepository
-
Keep DataSource in the Local store.
- register(DataSourceInformation) - Method in class org.apache.synapse.commons.datasource.JNDIBasedDataSourceRepository
-
Register a DataSource in the JNDI tree
- registerMBean(Object, String, String) - Method in class org.apache.synapse.commons.jmx.MBeanRegistrar
-
- release() - Method in class org.apache.synapse.commons.util.TemporaryData
-
Deprecated.
- releaseFail(FileSystemManager, FileObject) - Static method in class org.apache.synapse.commons.vfs.VFSUtils
-
- releaseLock(FileSystemManager, FileObject, FileSystemOptions) - Static method in class org.apache.synapse.commons.vfs.VFSUtils
-
Release a file item lock acquired either by the VFS listener or a sender
- remainingCapacity() - Method in interface org.apache.synapse.commons.executors.InternalQueue
-
Remaining capacity of the queue.
- remainingCapacity() - Method in class org.apache.synapse.commons.executors.MultiPriorityBlockingQueue
-
- remainingCapacity() - Method in class org.apache.synapse.commons.executors.queues.FixedSizeQueue
-
- remainingCapacity() - Method in class org.apache.synapse.commons.executors.queues.UnboundedQueue
-
- remove(Object) - Method in class org.apache.synapse.commons.executors.MultiPriorityBlockingQueue
-
- remove(Object) - Method in class org.apache.synapse.commons.executors.queues.FixedSizeQueue
-
- remove(Object) - Method in class org.apache.synapse.commons.executors.queues.UnboundedQueue
-
- removeConnectionUsed(long) - Static method in class org.apache.synapse.commons.transaction.TranscationManger
-
- removeDataSourceInformation(String) - Method in class org.apache.synapse.commons.datasource.DataSourceInformationRepository
-
Removing a DataSourceInformation instance by name
- removeDataSourceInformation(DataSourceInformation) - Method in interface org.apache.synapse.commons.datasource.DataSourceInformationRepositoryListener
-
Event when removing a DataSourceInformation instance
- removeDataSourceInformation(DataSourceInformation) - Method in class org.apache.synapse.commons.datasource.DataSourceRepositoryManager
-
- removeEnterpriseBean(String, String) - Method in class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalk
-
Remove the specified client stub from the cache.
- removeExpiredBeans() - Method in class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalk
-
Removes expired stateless and stateful bean stubs from the cache.
- removeJsonPayload(MessageContext) - Static method in class org.apache.synapse.commons.json.JsonUtil
-
- removeLocalRegistry(int) - Method in class org.apache.synapse.commons.util.RMIRegistryController
-
removes if there is a RMI local registry instance
- removeMBean(String) - Method in class org.apache.synapse.commons.datasource.DatasourceMBeanRepository
-
- removeMBean(String) - Method in interface org.apache.synapse.commons.jmx.MBeanRepository
-
- removeRepositoryListener() - Method in class org.apache.synapse.commons.datasource.DataSourceInformationRepository
-
Remove existing DataSourceInformationRepositoryListener
- removeStatefulStub(String, String) - Method in class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkView
-
- removeStatefulStub(String, String) - Method in interface org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkViewMBean
-
- removeStatelessStub(String) - Method in class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkView
-
- removeStatelessStub(String) - Method in interface org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkViewMBean
-
- removeTransaction(long) - Static method in class org.apache.synapse.commons.transaction.TranscationManger
-
- REPLY_FILE_NAME - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
-
- REPLY_FILE_URI - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
-
- RepositoryBasedDataSourceFinder - Class in org.apache.synapse.commons.datasource
-
Finds a DataSource from DataSource Repositories
- RepositoryBasedDataSourceFinder() - Constructor for class org.apache.synapse.commons.datasource.RepositoryBasedDataSourceFinder
-
- reset() - Method in class org.apache.synapse.commons.datasource.DBPoolView
-
- reset() - Method in interface org.apache.synapse.commons.datasource.DBPoolViewMBean
-
reset statistics
- reset() - Method in class org.apache.synapse.commons.jmx.ThreadingView
-
- reset() - Method in interface org.apache.synapse.commons.jmx.ThreadingViewMBean
-
- RMIRegistryController - Class in org.apache.synapse.commons.util
-
Creates and manages RMI registries
- rollbackTransaction(boolean, long) - Static method in class org.apache.synapse.commons.transaction.TranscationManger
-
- SCHEME - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
-
- SCHEME_SFTP - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
-
- serialize(List<DataSourceInformation>) - Static method in class org.apache.synapse.commons.datasource.serializer.DataSourceInformationListSerializer
-
Serializes a list of DataSourceInformation into a properties
- serialize(DataSourceInformation) - Static method in class org.apache.synapse.commons.datasource.serializer.DataSourceInformationSerializer
-
Serialize a DataSourceInformation to a Properties
- serialize(OMElement, Evaluator) - Method in class org.apache.synapse.commons.evaluators.config.AndSerializer
-
- serialize(OMElement, Evaluator) - Method in class org.apache.synapse.commons.evaluators.config.EqualSerializer
-
- serialize(OMElement, Evaluator) - Method in interface org.apache.synapse.commons.evaluators.config.EvaluatorSerializer
-
Serialze an Evaluator configuration to a XML element.
- serialize(OMElement, Evaluator) - Method in class org.apache.synapse.commons.evaluators.config.MatchSerializer
-
- serialize(OMElement, Evaluator) - Method in class org.apache.synapse.commons.evaluators.config.NotSerializer
-
- serialize(OMElement, Evaluator) - Method in class org.apache.synapse.commons.evaluators.config.OrSerializer
-
- serialize(OMElement, PriorityExecutor, String) - Static method in class org.apache.synapse.commons.executors.config.PriorityExecutorSerializer
-
- serialize(Object) - Static method in class org.apache.synapse.commons.util.MiscellaneousUtil
-
Helper method to serialize object into a byte array
- serializeChild(OMElement, Evaluator) - Method in class org.apache.synapse.commons.evaluators.config.AbstractEvaluatorSerializer
-
- serializeChildren(OMElement, Evaluator[]) - Method in class org.apache.synapse.commons.evaluators.config.AbstractEvaluatorSerializer
-
- serializer(OMElement, Condition) - Method in class org.apache.synapse.commons.evaluators.config.ConditionSerializer
-
- serializeSourceTextRetriever(SourceTextRetriever, OMElement) - Method in class org.apache.synapse.commons.evaluators.config.TextProcessingEvaluatorSerializer
-
- setAccessToUnderlyingConnectionAllowed(boolean) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- setAlias(String) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- setAppend(boolean) - Method in class org.apache.synapse.commons.vfs.VFSOutTransportInfo
-
- setAuthenticate(boolean) - Method in class org.apache.synapse.commons.jmx.JmxInformation
-
- setAutoLockRelease(boolean) - Method in class org.apache.synapse.commons.vfs.VFSParamDTO
-
- setAutoLockReleaseInterval(Long) - Method in class org.apache.synapse.commons.vfs.VFSParamDTO
-
- setAutoLockReleaseSameNode(boolean) - Method in class org.apache.synapse.commons.vfs.VFSParamDTO
-
- setBeforeExecuteHandler(BeforeExecuteHandler) - Method in class org.apache.synapse.commons.executors.PriorityExecutor
-
Set a handler for execute before putting a worker in to the queues.
- setContentType(MessageContext) - Static method in class org.apache.synapse.commons.json.JsonUtil
-
Sets JSON media type 'application/json' as the message type to the current message context.
- setContentType(String) - Method in class org.apache.synapse.commons.vfs.VFSOutTransportInfo
-
- setCore(int) - Method in class org.apache.synapse.commons.executors.PriorityExecutor
-
Set the core number of threads
- setDatasourceName(String) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- setDefaultAutoCommit(boolean) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- setDefaultCatalog(String) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- setDefaultReadOnly(boolean) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- setDefaultTransactionIsolation(int) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- setDriver(String) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- setEvaluator(Evaluator) - Method in class org.apache.synapse.commons.evaluators.Condition
-
- setEvaluator(Evaluator) - Method in class org.apache.synapse.commons.evaluators.NotEvaluator
-
- setEvaluators(Evaluator[]) - Method in class org.apache.synapse.commons.evaluators.AndEvaluator
-
- setEvaluators(Evaluator[]) - Method in class org.apache.synapse.commons.evaluators.OrEvaluator
-
- setFileName(String) - Method in class org.apache.synapse.commons.executors.PriorityExecutor
-
Set the file used to store the config
- setForceCreateFolder(boolean) - Method in class org.apache.synapse.commons.vfs.VFSOutTransportInfo
-
- setHeaders(Map<String, String>) - Method in class org.apache.synapse.commons.evaluators.EvaluatorContext
-
Set the headers
- setHostName(String) - Method in class org.apache.synapse.commons.jmx.JmxInformation
-
- setInitialSize(int) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- setInstanceProperty(String, Object, Object) - Static method in class org.apache.synapse.commons.util.PropertyHelper
-
Find and invoke the setter method with the name of form setXXX passing in the value given
on the POJO object
- setJndiPort(int) - Method in class org.apache.synapse.commons.jmx.JmxInformation
-
- setKeepAlive(int) - Method in class org.apache.synapse.commons.executors.PriorityExecutor
-
Set the keep alive time for threads
- setLogAbandoned(boolean) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- setMax(int) - Method in class org.apache.synapse.commons.executors.PriorityExecutor
-
Set the max number of threads
- setMaxActive(int) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- setMaxIdle(int) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- setMaxOpenPreparedStatements(int) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- setMaxRetryCount(int) - Method in class org.apache.synapse.commons.vfs.VFSOutTransportInfo
-
- setMaxWait(long) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- setMessageContext(MessageContext) - Method in class org.apache.synapse.commons.evaluators.EvaluatorContext
-
Set the current Axis2 MessageContext to this evaluator context
- setMinEvictableIdleTimeMillis(long) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- setMinIdle(int) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- setName(String) - Method in class org.apache.synapse.commons.datasource.DBPoolView
-
- setName(String) - Method in class org.apache.synapse.commons.executors.PriorityExecutor
-
Set the name of the executor
- setNotFullCond(Condition) - Method in interface org.apache.synapse.commons.executors.InternalQueue
-
Get not full condition
- setNotFullCond(Condition) - Method in class org.apache.synapse.commons.executors.queues.FixedSizeQueue
-
- setNotFullCond(Condition) - Method in class org.apache.synapse.commons.executors.queues.UnboundedQueue
-
- setNumActive(int) - Method in class org.apache.synapse.commons.datasource.DBPoolView
-
- setNumIdle(int) - Method in class org.apache.synapse.commons.datasource.DBPoolView
-
- setNumTestsPerEvictionRun(int) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- setParams(Map<String, String>) - Method in class org.apache.synapse.commons.evaluators.EvaluatorContext
-
Set all the HTTP URL parameters
- setPoolPreparedStatements(boolean) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- setPriority(int) - Method in class org.apache.synapse.commons.evaluators.Condition
-
- setPriority(int) - Method in interface org.apache.synapse.commons.executors.Importance
-
Set the priority
- setPriority(int) - Method in interface org.apache.synapse.commons.executors.InternalQueue
-
Set the priority
- setPriority(int) - Method in class org.apache.synapse.commons.executors.queues.FixedSizeQueue
-
- setPriority(int) - Method in class org.apache.synapse.commons.executors.queues.UnboundedQueue
-
- setProperties(Properties) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- setProperties(Map<String, Object>) - Method in class org.apache.synapse.commons.evaluators.EvaluatorContext
-
Associate a set of properties with this evaluator context
- setProperty(String, Object) - Method in interface org.apache.synapse.commons.executors.Importance
-
Set some properties
- setQueue(MultiPriorityBlockingQueue<Runnable>) - Method in class org.apache.synapse.commons.executors.PriorityExecutor
-
Set the queue.
- setReconnectTimeout(long) - Method in class org.apache.synapse.commons.vfs.VFSOutTransportInfo
-
- setRegex(Pattern) - Method in class org.apache.synapse.commons.evaluators.MatchEvaluator
-
- setRemoteAccessFile(String) - Method in class org.apache.synapse.commons.jmx.JmxInformation
-
- setRemotePasswordFile(String) - Method in class org.apache.synapse.commons.jmx.JmxInformation
-
- setRemoteSSL(boolean) - Method in class org.apache.synapse.commons.jmx.JmxInformation
-
- setRemoveAbandoned(boolean) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- setRemoveAbandonedTimeout(long) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- setRepositoryListener(DataSourceInformationRepositoryListener) - Method in class org.apache.synapse.commons.datasource.DataSourceInformationRepository
-
Sets a DataSourceInformationRepositoryListener instance
- setRepositoryType(String) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- setRmiPort(int) - Method in class org.apache.synapse.commons.jmx.JmxInformation
-
- setSecretInformation(SecretInformation) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- setSecretInformation(SecretInformation) - Method in class org.apache.synapse.commons.jmx.JmxInformation
-
- setSource(String) - Method in class org.apache.synapse.commons.evaluators.source.URLTextRetriever
-
- setStaticProperty(OMElement, Object) - Static method in class org.apache.synapse.commons.util.PropertyHelper
-
This method will set the static property discribed in the OMElement to the specified object.
- setTestOnBorrow(boolean) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- setTestOnReturn(boolean) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- setTestWhileIdle(boolean) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- setTextRetriever(SourceTextRetriever) - Method in class org.apache.synapse.commons.evaluators.EqualEvaluator
-
- setTextRetriever(SourceTextRetriever) - Method in class org.apache.synapse.commons.evaluators.MatchEvaluator
-
- setTimeBetweenEvictionRunsMillis(long) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- setType(String) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- setupDataSourceInformationRepository(DataSourceInformationRepository, Properties) - Static method in class org.apache.synapse.commons.datasource.factory.DataSourceInformationRepositoryFactory
-
Setup an existing datasource information repository adding the provided
datasource information.
- setUrl(String) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- setUrl(String) - Method in class org.apache.synapse.commons.evaluators.EvaluatorContext
-
Set the URL
- setValidationQuery(String) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- setValue(String) - Method in class org.apache.synapse.commons.evaluators.EqualEvaluator
-
- SFTP_PREFIX - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
-
- shutDown() - Method in class org.apache.synapse.commons.util.RMIRegistryController
-
Removes all registered RMI registries
- SIZE - Static variable in class org.apache.synapse.commons.executors.ExecutorConstants
-
- size() - Method in class org.apache.synapse.commons.executors.MultiPriorityBlockingQueue
-
- size() - Method in class org.apache.synapse.commons.executors.queues.FixedSizeQueue
-
- size() - Method in class org.apache.synapse.commons.executors.queues.UnboundedQueue
-
- SIZE_ATT - Static variable in class org.apache.synapse.commons.executors.config.PriorityExecutorFactory
-
- SNMP_COMMUNITY_NAME - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
-
- SNMP_CONTEXT_NAME - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
-
- SNMP_DEFAULT_COMMUNITY_NAME - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
-
- SNMP_DEFAULT_CONTEXT_NAME - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
-
- SNMP_DEFAULT_HOST - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
-
- SNMP_DEFAULT_PORT - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
-
- SNMP_DEFAULT_SECURITY_NAME - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
-
- SNMP_DEFAULT_VERSION - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
-
- SNMP_ENABLED - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
-
- SNMP_HOST - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
-
- SNMP_PORT - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
-
- SNMP_SECURITY_NAME - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
-
- SNMP_VERSION - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
-
- SNMP_VERSION_1 - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
-
- SNMP_VERSION_2_C - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
-
- SNMPConstants - Class in org.apache.synapse.commons.snmp
-
- SNMPConstants() - Constructor for class org.apache.synapse.commons.snmp.SNMPConstants
-
- SOAP - Static variable in class org.apache.synapse.commons.evaluators.EvaluatorConstants
-
- SOAPEnvelopeTextRetriever - Class in org.apache.synapse.commons.evaluators.source
-
- SOAPEnvelopeTextRetriever(String) - Constructor for class org.apache.synapse.commons.evaluators.source.SOAPEnvelopeTextRetriever
-
- SOURCE - Static variable in class org.apache.synapse.commons.evaluators.EvaluatorConstants
-
- SourceTextRetriever - Interface in org.apache.synapse.commons.evaluators.source
-
- start() - Method in class org.apache.synapse.commons.snmp.SynapseSNMPAgent
-
Start the SNMP agent for Synapse.
- STATEFUL_BEANS_TIMEOUT - Static variable in interface org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkConstants
-
Cache timeout in minutes for stateful session beans
- STATEFUL_BEANS_WARN_LIMIT - Static variable in interface org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkConstants
-
Warn limit for stateless session beans.
- STATELESS_BEANS_TIMEOUT - Static variable in interface org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkConstants
-
Cache timeout in minutes for stateless session beans
- STATELESS_BEANS_WARN_LIMIT - Static variable in interface org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkConstants
-
Warn limit for stateless session beans.
- stop() - Method in class org.apache.synapse.commons.snmp.SynapseSNMPAgent
-
Stop and shutdown the Synapse SNMP agent.
- STREAMING - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
-
- SUBFOLDER_TIMESTAMP - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
-
- SYNAPSE_BEANSTALK_PREFIX - Static variable in interface org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkConstants
-
Prefix for beanstalk related configuration property names in synapse.properties.
- SYNAPSE_NAMESPACE - Static variable in class org.apache.synapse.commons.evaluators.EvaluatorConstants
-
- SYNAPSE_OID_BRANCH - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
-
This OID branch has been uniquely assigned to the Synapse project by the ASF.
- SynapseCommonsException - Exception in org.apache.synapse.commons
-
- SynapseCommonsException(String) - Constructor for exception org.apache.synapse.commons.SynapseCommonsException
-
- SynapseCommonsException(String, Throwable) - Constructor for exception org.apache.synapse.commons.SynapseCommonsException
-
- SynapseCommonsException(Throwable) - Constructor for exception org.apache.synapse.commons.SynapseCommonsException
-
- SynapseCommonsException(String, Log) - Constructor for exception org.apache.synapse.commons.SynapseCommonsException
-
- SynapseCommonsException(String, Throwable, Log) - Constructor for exception org.apache.synapse.commons.SynapseCommonsException
-
- SynapseMessageConverter - Class in org.apache.synapse.commons.builders
-
- SynapseMessageConverter() - Constructor for class org.apache.synapse.commons.builders.SynapseMessageConverter
-
- SynapseMIBUtils - Class in org.apache.synapse.commons.snmp
-
Utilities for generating Synapse OIDs and MIB entries
- SynapseMIBUtils() - Constructor for class org.apache.synapse.commons.snmp.SynapseMIBUtils
-
- SynapseMOScalar - Class in org.apache.synapse.commons.snmp
-
Synapse managed object scalar implementation.
- SynapseMOScalar(OID, ObjectName, String, int) - Constructor for class org.apache.synapse.commons.snmp.SynapseMOScalar
-
- SynapseSNMPAgent - Class in org.apache.synapse.commons.snmp
-
This is the public API for initializing and stopping the Synapse SNMP agent.
- SynapseSNMPAgent(Properties) - Constructor for class org.apache.synapse.commons.snmp.SynapseSNMPAgent
-
- take() - Method in class org.apache.synapse.commons.executors.MultiPriorityBlockingQueue
-
Get an element.
- TemporaryData - Class in org.apache.synapse.commons.util
-
Deprecated.
this class is deprecated and will be removed from the next release,
please use the org.apache.axiom.util.blob.OverflowBlob from axiom instead
- TemporaryData(int, int, String, String) - Constructor for class org.apache.synapse.commons.util.TemporaryData
-
Deprecated.
- TextProcessingEvaluatorFactory - Class in org.apache.synapse.commons.evaluators.config
-
- TextProcessingEvaluatorFactory() - Constructor for class org.apache.synapse.commons.evaluators.config.TextProcessingEvaluatorFactory
-
- TextProcessingEvaluatorSerializer - Class in org.apache.synapse.commons.evaluators.config
-
- TextProcessingEvaluatorSerializer() - Constructor for class org.apache.synapse.commons.evaluators.config.TextProcessingEvaluatorSerializer
-
- ThreadingView - Class in org.apache.synapse.commons.jmx
-
ThreadingView can be used to monitor a named thread group over JMX.
- ThreadingView(String) - Constructor for class org.apache.synapse.commons.jmx.ThreadingView
-
- ThreadingView(String, boolean, double) - Constructor for class org.apache.synapse.commons.jmx.ThreadingView
-
- ThreadingViewMBean - Interface in org.apache.synapse.commons.jmx
-
Provides metrics related to a given thread pool or group.
- THREADS - Static variable in class org.apache.synapse.commons.executors.ExecutorConstants
-
- toArray(T[]) - Method in class org.apache.synapse.commons.executors.MultiPriorityBlockingQueue
-
- toArray() - Method in class org.apache.synapse.commons.executors.MultiPriorityBlockingQueue
-
- toJson(OMElement, OutputStream) - Static method in class org.apache.synapse.commons.json.JsonFormatter
-
- toJson(MessageContext, OutputStream) - Static method in class org.apache.synapse.commons.json.JsonStreamFormatter
-
- toJsonStream(OMElement) - Static method in class org.apache.synapse.commons.json.JsonUtil
-
Returns an input stream that contains the JSON representation of an XML element.
- toJsonString(OMElement) - Static method in class org.apache.synapse.commons.json.JsonUtil
-
Converts an XML element to its JSON representation and returns it as a String.
- toReadOnlyStream(InputStream) - Static method in class org.apache.synapse.commons.json.JsonUtil
-
Returns a read only, re-readable input stream for an input stream.
- toString() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
-
- toString() - Method in class org.apache.synapse.commons.executors.MultiPriorityBlockingQueue
-
- toString() - Method in class org.apache.synapse.commons.executors.queues.FixedSizeQueue
-
- toXml(InputStream, boolean) - Static method in class org.apache.synapse.commons.json.JsonBuilder
-
- toXml(InputStream, boolean) - Static method in class org.apache.synapse.commons.json.JsonUtil
-
Converts a JSON input stream to its XML representation.
- TranscationManger - Class in org.apache.synapse.commons.transaction
-
- TranscationManger() - Constructor for class org.apache.synapse.commons.transaction.TranscationManger
-
- transformElement(OMElement, boolean) - Static method in class org.apache.synapse.commons.json.JsonUtil
-
Removes XML namespace declarations, and namespace prefixes from an XML element.
- TRANSPORT_AUTO_LOCK_RELEASE - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
-
Lock release true/false
- TRANSPORT_AUTO_LOCK_RELEASE_INTERVAL - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
-
Lock release interval
- TRANSPORT_AUTO_LOCK_RELEASE_SAME_NODE - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
-
Lock release same node
- TRANSPORT_DISTRIBUTED_LOCK - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
-
Distributed Lock enable/disable
- TRANSPORT_DISTRIBUTED_LOCK_TIMEOUT - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
-
Distributed Lock timeout
- TRANSPORT_FAILED_RECORD_NEXT_RETRY_DURATION - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
-
Once a record/file is marked as failed we'll try again to move the file after this amount
of milliseconds
- TRANSPORT_FAILED_RECORD_TIMESTAMP_FORMAT - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
-
- TRANSPORT_FAILED_RECORDS_FILE_DESTINATION - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
-
The location to place the property file that contains the failed files
- TRANSPORT_FAILED_RECORDS_FILE_NAME - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
-
If a rename/move operation failed, we'll keep track of a list in a text file and this will
provide the ability to configure that property file name
- TRANSPORT_FILE_ACTION_AFTER_ERRORS - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
-
- TRANSPORT_FILE_ACTION_AFTER_FAILURE - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
-
- TRANSPORT_FILE_ACTION_AFTER_PROCESS - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
-
- TRANSPORT_FILE_CONTENT_TYPE - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
-
- TRANSPORT_FILE_COUNT - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
-
This specify the file count that will be processed in a cycle/batch
- TRANSPORT_FILE_FILE_NAME_PATTERN - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
-
- TRANSPORT_FILE_FILE_URI - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
-
- TRANSPORT_FILE_INTERVAL - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
-
This specify the interval between files processed (in milliseconds)
- TRANSPORT_FILE_LOCKING - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
-
- TRANSPORT_FILE_LOCKING_DISABLED - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
-
- TRANSPORT_FILE_LOCKING_ENABLED - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
-
- TRANSPORT_FILE_MOVE_AFTER_ERRORS - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
-
- TRANSPORT_FILE_MOVE_AFTER_FAILED_MOVE - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
-
This specify the folder to which a move failed file should be moved to ( in next successful)
attempt
- TRANSPORT_FILE_MOVE_AFTER_FAILURE - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
-
- TRANSPORT_FILE_MOVE_AFTER_PROCESS - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
-
- TRANSPORT_FILE_MOVE_TIMESTAMP_FORMAT - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
-
- TYPE - Static variable in class org.apache.synapse.commons.evaluators.EvaluatorConstants
-