A B C D E F G H I J K L M N O P Q R S T U V W X _

A

AbstractFileAction - Class in org.jboss.soa.esb.actions

Extend this class if you need to implement an action class intended to process one file at a time.

AbstractFileAction() - Constructor for class org.jboss.soa.esb.actions.AbstractFileAction
 
AbstractListener - Class in org.jboss.soa.esb.listeners.message
Base class for listener implementations which will be responsible for implementing some sort of blocking receive whithin the run() method.
AbstractListener(EsbListenerController, ConfigTree) - Constructor for class org.jboss.soa.esb.listeners.message.AbstractListener
Constructor configuring this listener instance and thread pool executing the action processing pipeline.
AbstractListener - Class in org.jboss.soa.esb.listeners.old
Base abstract listener implementation.
AbstractListener(GpListener, ConfigTree, ActionDefinitionFactory) - Constructor for class org.jboss.soa.esb.listeners.old.AbstractListener
 
AbstractListener.ActionProcessingPipeline - Class in org.jboss.soa.esb.listeners.old
Action Processing Pipeline.
AbstractListener.ActionProcessingPipeline(Object) - Constructor for class org.jboss.soa.esb.listeners.old.AbstractListener.ActionProcessingPipeline
Private constructor.
AbstractPassiveListener - Class in org.jboss.soa.esb.listeners.message
Base class to be implmented by listener implementations which use a channel implementation doing the listening stuff like periodically receiving on a queue.
AbstractPassiveListener(EsbListenerController, ConfigTree) - Constructor for class org.jboss.soa.esb.listeners.message.AbstractPassiveListener
 
AbstractPassiveListener - Class in org.jboss.soa.esb.listeners.old
Base class to be implmented by listener implementations which use a channel implementation doing the listening stuff like periodically receiving on a queue.
AbstractPassiveListener(GpListener, ConfigTree, ActionDefinitionFactory) - Constructor for class org.jboss.soa.esb.listeners.old.AbstractPassiveListener
 
AbstractPoller - Class in org.jboss.soa.esb.listeners.old
Abstract Polling Listener.
AbstractPoller(GpListener, ConfigTree, ActionDefinitionFactory) - Constructor for class org.jboss.soa.esb.listeners.old.AbstractPoller
Construct an abstract polling listener.
AbstractSqlRowAction - Class in org.jboss.soa.esb.actions
Abstract SQL Row action.
AbstractSqlRowAction(String, List<KeyValuePair>) - Constructor for class org.jboss.soa.esb.actions.AbstractSqlRowAction
 
ACTION_CLASS_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
 
ACTION_ELEMENT_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
ActionProcessingPipeline
ACTION_PROPERTY_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
 
ACTION_TAG - Static variable in class org.jboss.soa.esb.addressing.XMLUtil
 
actionClassException(ConfigTree, Message, Throwable) - Method in class org.jboss.soa.esb.listeners.message.ActionProcessingPipeline
If 'current' action step was configured with a 'exceptionMethod' attribute that method will be called with a single argument of type Exception
actionClassFinishedOk(ConfigTree, Message) - Method in class org.jboss.soa.esb.listeners.message.ActionProcessingPipeline
If 'current' action step was configured with an 'okMethod' attribute that method will be called with no arguments
ActionDefinition - Class in org.jboss.soa.esb.actions
Action Definition.
ActionDefinition(String, String, List<KeyValuePair>) - Constructor for class org.jboss.soa.esb.actions.ActionDefinition
Private constructor.
ActionDefinitionFactory - Class in org.jboss.soa.esb.actions
Action Definition Factory.
ActionDefinitionFactory(ConfigTree) - Constructor for class org.jboss.soa.esb.actions.ActionDefinitionFactory
Construct a factory instance.
ActionProcessingException - Exception in org.jboss.soa.esb.actions
Exception while processing message payload processing action.
ActionProcessingException(String) - Constructor for exception org.jboss.soa.esb.actions.ActionProcessingException
Public constructor.
ActionProcessingException(String, Throwable) - Constructor for exception org.jboss.soa.esb.actions.ActionProcessingException
Public constructor.
ActionProcessingException(Throwable) - Constructor for exception org.jboss.soa.esb.actions.ActionProcessingException
Public constructor.
ActionProcessingPipeline - Class in org.jboss.soa.esb.listeners.message
Action Processing Pipeline.
ActionProcessingPipeline(Message, ConfigTree) - Constructor for class org.jboss.soa.esb.listeners.message.ActionProcessingPipeline
public constructor
ActionProcessor - Interface in org.jboss.soa.esb.actions
Action Processor Interface Definition.
ActionUtils - Class in org.jboss.soa.esb.actions
Contains utility methods for actions
ActionUtils() - Constructor for class org.jboss.soa.esb.actions.ActionUtils
 
add(String, Object) - Method in interface org.jboss.soa.esb.message.Body
Add the specified Object to the body.
add(String, String) - Method in interface org.jboss.soa.esb.parameters.ParamRepository
Store a parameter value in the repository.
addAddress(Address) - Method in class org.jboss.soa.esb.common.bizclasses.Person
 
addAttr(String, String) - Method in class org.jboss.soa.esb.util.BobjStdDTO
 
addAttributes(HashMap) - Method in class org.jboss.soa.esb.addressing.PortReference.Extension
 
addBobj(String, BaseBusinessObject) - Method in class org.jboss.soa.esb.util.BobjStdDTO
 
addChild(PortReference.Extension) - Method in class org.jboss.soa.esb.addressing.PortReference.Extension
 
addChildUid(long) - Method in class org.jboss.soa.esb.common.bizclasses.BatchProcess
Add a reference to a BusinessObject (it's UID) to the list of batch items BusinessObjects
addDto(String, BobjStdDTO) - Method in class org.jboss.soa.esb.util.BobjStdDTO
 
addEmail(OneValue) - Method in class org.jboss.soa.esb.common.bizclasses.Person
 
addExtension(PortReference.Extension) - Method in class org.jboss.soa.esb.addressing.PortReference
 
addExtension(String) - Method in class org.jboss.soa.esb.addressing.PortReference
 
addExtension(String, String) - Method in class org.jboss.soa.esb.addressing.PortReference
 
addExtension(String, String, String, String) - Method in class org.jboss.soa.esb.addressing.PortReference
Define the tag, prefix and namespace URI for the extension value.
addExtension(String, String, String, String, int) - Method in class org.jboss.soa.esb.addressing.PortReference
Define the tag, prefix and namespace URI for the extension value.
addHeaderUid(long) - Method in class org.jboss.soa.esb.common.bizclasses.BatchProcess
Add a reference to a BusinessObject (it's UID) to the list of batch header BusinessObjects
addItem(Object) - Method in interface org.jboss.soa.esb.message.Attachment
Appends the specified element to the end of the list of unnamed objects
null values are allowed
addItemAt(int, Object) - Method in interface org.jboss.soa.esb.message.Attachment
Replaces the element at the specified position in the list of unnamed objects
allows null values
addListener(InvokerCallbackHandler) - Method in class org.jboss.soa.esb.listeners.message.HttpListener
Adds a callback handler that will listen for callbacks from the server invoker handler.
addListener(InvokerCallbackHandler) - Method in class org.jboss.soa.esb.listeners.old.HttpListener
 
addMessage(Message) - Method in interface org.jboss.soa.esb.services.persistence.MessageStore
 
addMonitor(ServiceMonitor) - Method in class org.jboss.soa.esb.nagios.MonitorManager
 
addObject(BaseBusinessObject) - Method in interface org.jboss.soa.esb.services.PersistManager
 
addPhone(Telephone) - Method in class org.jboss.soa.esb.common.bizclasses.Address
 
addPhone(Telephone) - Method in class org.jboss.soa.esb.common.bizclasses.Person
 
addPolicy() - Method in class org.jboss.soa.esb.addressing.PortReference
 
addPortType(String) - Method in class org.jboss.soa.esb.addressing.PortReference
 
Address - Class in org.jboss.soa.esb.common.bizclasses
 
Address(String) - Constructor for class org.jboss.soa.esb.common.bizclasses.Address
 
Address(String, long) - Constructor for class org.jboss.soa.esb.common.bizclasses.Address
 
Address(BobjStdDTO) - Constructor for class org.jboss.soa.esb.common.bizclasses.Address
 
Address.ATTRIB - Enum in org.jboss.soa.esb.common.bizclasses
 
Address.CHLD_LIST - Enum in org.jboss.soa.esb.common.bizclasses
 
ADDRESS_TAG - Static variable in class org.jboss.soa.esb.addressing.XMLUtil
 
addressForLocator() - Method in class org.jboss.soa.esb.common.bizclasses.Person
 
addServiceName(String, String) - Method in class org.jboss.soa.esb.addressing.PortReference
 
addTextChild(String) - Method in class org.jboss.soa.esb.helpers.ConfigTree
add a child element that consists only of the text in arg0
addToBatch(String) - Method in interface org.jboss.soa.esb.services.BatchManager
 
allLocators() - Method in class org.jboss.soa.esb.util.BaseBusinessObject
Get all locators for a given BaseBusinessObject

Override this method in your class if you have more than 1 locator array

AppServerContext - Class in org.jboss.soa.esb.helpers
Obtains JNDI naming context for a predefined list of 'well known' server types
AppServerContext() - Constructor for class org.jboss.soa.esb.helpers.AppServerContext
 
AppServerContext.SERVER_TYPE - Enum in org.jboss.soa.esb.helpers
 
ATT_APPEND - Static variable in class org.jboss.soa.esb.notification.NotifyFiles
Attribute name of indicator to append to an existing file
ATT_DATA - Static variable in class org.jboss.soa.esb.notification.NotifySqlTable
 
ATT_DEST_NAME - Static variable in class org.jboss.soa.esb.notification.NotifyJMS
Attribute name mnemonic for the att that will hold the JNDI name of the destination javax.jms.Destination object
ATT_NAME - Static variable in class org.jboss.soa.esb.notification.NotifySqlTable
 
ATT_PROP_NAME - Static variable in class org.jboss.soa.esb.notification.NotifyJMS
Attribute name mnemonic for the name of the message property to fill with contents of the "value" aattribute
ATT_PROP_VALUE - Static variable in class org.jboss.soa.esb.notification.NotifyJMS
Attribute name mnemonic for the value to assign to the corresponding message property
ATT_TABLE - Static variable in class org.jboss.soa.esb.notification.NotifySqlTable
 
ATT_URI - Static variable in class org.jboss.soa.esb.notification.NotifyFiles
Attribute name that will be interpreted as the URI of the file to write to
ATT_VALUE - Static variable in class org.jboss.soa.esb.notification.NotifySqlTable
 
ATTACH - Static variable in class org.jboss.soa.esb.helpers.Email
ConfigTree attribute : Value of this attribute will be the content of the e-mail's text
Attachment - Interface in org.jboss.soa.esb.message
Messages may contain attachments that do not appear in the main payload body.
attributeCount() - Method in class org.jboss.soa.esb.helpers.ConfigTree
 
attributesAsList() - Method in class org.jboss.soa.esb.helpers.ConfigTree
obtain the list of all attribute as a List

B

BankAcct - Class in org.jboss.soa.esb.common.bizclasses
 
BankAcct(String) - Constructor for class org.jboss.soa.esb.common.bizclasses.BankAcct
 
BankAcct(String, long) - Constructor for class org.jboss.soa.esb.common.bizclasses.BankAcct
 
BankAcct(BobjStdDTO) - Constructor for class org.jboss.soa.esb.common.bizclasses.BankAcct
 
BankAcct.ATTRIB - Enum in org.jboss.soa.esb.common.bizclasses
 
BaseBusinessObject - Class in org.jboss.soa.esb.util
 
BaseBusinessObject() - Constructor for class org.jboss.soa.esb.util.BaseBusinessObject
 
BaseBusinessObject(String) - Constructor for class org.jboss.soa.esb.util.BaseBusinessObject
 
BaseBusinessObject(String, long) - Constructor for class org.jboss.soa.esb.util.BaseBusinessObject
 
BaseBusinessObject(BobjStdDTO) - Constructor for class org.jboss.soa.esb.util.BaseBusinessObject
 
BaseException - Exception in org.jboss.soa.esb
Base ESB Exception.
BaseException() - Constructor for exception org.jboss.soa.esb.BaseException
Public Default Constructor.
BaseException(String) - Constructor for exception org.jboss.soa.esb.BaseException
Public Constructor.
BaseException(String, Throwable) - Constructor for exception org.jboss.soa.esb.BaseException
Public Constructor.
BaseException(Throwable) - Constructor for exception org.jboss.soa.esb.BaseException
Public Constructor.
BatchManager - Interface in org.jboss.soa.esb.services
 
BatchProcess - Class in org.jboss.soa.esb.common.bizclasses
 
BatchProcess(String, long) - Constructor for class org.jboss.soa.esb.common.bizclasses.BatchProcess
 
BatchProcess(BobjStdDTO) - Constructor for class org.jboss.soa.esb.common.bizclasses.BatchProcess
 
BatchProcess.ATTRIB - Enum in org.jboss.soa.esb.common.bizclasses
 
BatchProcess.CHLD_LIST - Enum in org.jboss.soa.esb.common.bizclasses
 
BEAN_PROPERTIES_PROP - Static variable in class org.jboss.soa.esb.actions.converters.ObjectToCSVString
 
BEFORE_ACTION - Static variable in class org.jboss.soa.esb.actions.ActionUtils
 
BOBJ_CLASS - Static variable in class org.jboss.soa.esb.util.BobjStdDTO
 
BOBJ_PACKAGE - Static variable in class org.jboss.soa.esb.util.BobjStdDTO
 
BobjStdDTO - Class in org.jboss.soa.esb.util
BaseBusinessObject Data Transfer Object.
BobjStdDTO(String, String, List<BobjStdDTO>) - Constructor for class org.jboss.soa.esb.util.BobjStdDTO
 
Body - Interface in org.jboss.soa.esb.message
The message body holds arbitrary information which represents the payload as far as clients and services are concerned.
ByteArrayToString - Class in org.jboss.soa.esb.actions.converters
Byte Array to String processor.
ByteArrayToString(String, List<KeyValuePair>) - Constructor for class org.jboss.soa.esb.actions.converters.ByteArrayToString
Public constructor.
ByteOps - Class in org.jboss.soa.esb.nagios.util
Byte manipulation utility methods
ByteOps() - Constructor for class org.jboss.soa.esb.nagios.util.ByteOps
 
bytesToInt(byte[], int, int) - Static method in class org.jboss.soa.esb.nagios.util.ByteOps
Convert portion of an array of bytes into an int

C

calculate(byte[]) - Static method in class org.jboss.soa.esb.nagios.util.CRC32
Compute the CRC32 checksum of the provided byte array buffer.
Call - Class in org.jboss.soa.esb.addressing
Represents an interaction pattern for a specific message exchange.
Call() - Constructor for class org.jboss.soa.esb.addressing.Call
Create a new (empty) call.
Call(EPR) - Constructor for class org.jboss.soa.esb.addressing.Call
Create a new call, whose To field is set to the supplied EPR.
CBR_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
Content Based Routing
CbrJmsQueueListener - Class in org.jboss.soa.esb.listeners.message
Esb Message aware Content Based Router JMS queue listener.
CbrJmsQueueListener(EsbListenerController, ConfigTree) - Constructor for class org.jboss.soa.esb.listeners.message.CbrJmsQueueListener
 
CbrProxyAction - Class in org.jboss.soa.esb.actions
Action proxy to call the Content Based Router.
CbrProxyAction(ConfigTree) - Constructor for class org.jboss.soa.esb.actions.CbrProxyAction
Constructor of the Content Based Router Proxy.
changeStatus(SqlTableGatewayListener.ROW_STATE, SqlTableGatewayListener.ROW_STATE) - Method in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
changeStatusToDone() - Method in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
changeStatusToError() - Method in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
changeStatusToWorking() - Method in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
checkMyParms() - Method in class org.jboss.soa.esb.listeners.gateway.FileGatewayListener
Check for mandatory and optional attributes in parameter tree
checkMyParms() - Method in class org.jboss.soa.esb.listeners.gateway.JmsGatewayListener
Check for mandatory and optional attributes in parameter tree
checkMyParms() - Method in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
Check for mandatory and optional attributes in parameter tree
checkMyParms() - Method in class org.jboss.soa.esb.listeners.message.JmsQueueListener
Check for mandatory and optional attributes in parameter tree
checkMyParms() - Method in class org.jboss.soa.esb.listeners.old.JmsQueueListener
Check for mandatory and optional attributes in parameter tree
checkMyParms() - Method in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller
 
checkMyParms() - Method in class org.jboss.soa.esb.listeners.old.SqlTablePoller
 
checkParams() - Method in class org.jboss.soa.esb.listeners.old.HttpListener
Check for mandatory and optional attributes in parameter tree
checkParms(ConfigTree) - Method in class org.jboss.soa.esb.listeners.gateway.GatewayListenerController
Check to see if all needed parameters are there, and assign default values to some of them
checkParms(ConfigTree) - Method in class org.jboss.soa.esb.listeners.message.EsbListenerController
Check to see if all needed parameters are there, and assign default values to some of them
checkParms(ConfigTree) - Method in class org.jboss.soa.esb.listeners.old.GpListener
Check to see if all needed parameters are there, and assign default values to some of them
CHILD_COLUMN - Static variable in class org.jboss.soa.esb.notification.NotifySqlTable
 
CHILD_FILE - Static variable in class org.jboss.soa.esb.notification.NotifyFiles
Mnemonic for the child element name that hold the files to write ("file")
CHILD_MSG_PROP - Static variable in class org.jboss.soa.esb.notification.NotifyJMS
Element name mnemonic to search for child elements in the ConfigTree at constructor time, that will hold a "name" "value" pair to be included in the JMS message header
CHILD_QUEUE - Static variable in class org.jboss.soa.esb.notification.NotifyQueues
Element name mnemonic to search for child elements in the ConfigTree at constructor time, that will hold a "jndiName" attribute specifying the value to look up in the JNDI context in order to obtain a queue
CHILD_TGT - Static variable in class org.jboss.soa.esb.notification.NotificationList
 
CHILD_TOPIC - Static variable in class org.jboss.soa.esb.notification.NotifyTopics
 
childCount() - Method in class org.jboss.soa.esb.helpers.ConfigTree
 
childPropertyList() - Method in class org.jboss.soa.esb.helpers.ConfigTree
obtain the list of all child "property" elements as a List
CHLD_EMAIL_PARMS - Static variable in class org.jboss.soa.esb.listeners.old.GpListener
 
classNm() - Method in class org.jboss.soa.esb.util.BobjStdDTO
 
cleanup() - Method in class org.jboss.soa.esb.listeners.message.JmsQueueListener
 
clearChecksumInPacket(byte[]) - Static method in class org.jboss.soa.esb.nagios.transport.NagiosNSCAPacket
 
clearExtensions() - Method in class org.jboss.soa.esb.addressing.PortReference
 
clone() - Method in class org.jboss.soa.esb.helpers.ConfigTree
 
cloneObj() - Method in class org.jboss.soa.esb.helpers.ConfigTree
instantiate a new ConfigTree with the same topology and contents of 'this'
Contained ConfigTree child elements will also be cloned
Transient objects are NOT copied nor cloned
close() - Method in class org.jboss.soa.esb.listeners.old.AbstractListener
Close the listener implemenation.
close() - Method in class org.jboss.soa.esb.listeners.old.DirectoryPoller
 
close() - Method in class org.jboss.soa.esb.listeners.old.HttpListener
 
close() - Method in class org.jboss.soa.esb.listeners.old.JmsQueueListener
 
close() - Method in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller
 
close() - Method in class org.jboss.soa.esb.listeners.old.SqlTablePoller
 
commit() - Method in class org.jboss.soa.esb.helpers.persist.JdbcCleanConn
 
commitBatch(BatchProcess) - Method in interface org.jboss.soa.esb.services.BatchManager
 
composeEmptyMessage(Object) - Method in class org.jboss.soa.esb.actions.templates.MockComposer
 
ConfigTree - Class in org.jboss.soa.esb.helpers
Objects of this class are to be used for run time configuration of ESB components

This should gradually replace the ConfigTree class
It is a subset of Tree that accepts a Map of attributes, and a List of children
children can only be String values, or objects of this class

fromXml() and toXml() methods allow 'visible' representations of objects of this class and run time loading/dumping from/to standard XML documents

ConfigTree(String) - Constructor for class org.jboss.soa.esb.helpers.ConfigTree
Constructor of a root node (an uppermost ConfigTree)
ConfigTree(String, ConfigTree) - Constructor for class org.jboss.soa.esb.helpers.ConfigTree
Constructor of a ConfigTree as a child of another (second arg)
ConfigTree(ConfigTree) - Constructor for class org.jboss.soa.esb.helpers.ConfigTree
protected constructor
Configuration - Class in org.jboss.soa.esb.common
 
Configuration() - Constructor for class org.jboss.soa.esb.common.Configuration
 
ConfigurationException - Exception in org.jboss.soa.esb
Configuration Exception.
ConfigurationException(String) - Constructor for exception org.jboss.soa.esb.ConfigurationException
Construct an exception instance.
ConfigurationException(String, Throwable) - Constructor for exception org.jboss.soa.esb.ConfigurationException
Construct an exception instance.
ConfigurationException(Throwable) - Constructor for exception org.jboss.soa.esb.ConfigurationException
Construct an exception instance.
CONNECTION_FACTORY - Static variable in class org.jboss.soa.esb.notification.NotifyQueues
Connection Factory JNDI name.
CONNECTION_FACTORY - Static variable in class org.jboss.soa.esb.notification.NotifyTopics
 
CONNECTION_FACTORY_TAG - Static variable in class org.jboss.soa.esb.addressing.eprs.JMSEpr
 
CONNECTION_MODULE - Static variable in class org.jboss.soa.esb.common.ModulePropertyManager
 
Constants - Class in org.jboss.soa.esb.nagios
A few constant values synchronized from the C NSCA client/server source.
Constants() - Constructor for class org.jboss.soa.esb.nagios.Constants
 
ContentBasedRouter - Class in org.jboss.soa.esb.services.routing.cbr
Content Based Router Interface.
ContentBasedRouter() - Constructor for class org.jboss.soa.esb.services.routing.cbr.ContentBasedRouter
 
ContentBasedRouterFactory - Class in org.jboss.soa.esb.services.routing.cbr
Returns an instance of the Registry.
ContentBasedRouterFactory() - Constructor for class org.jboss.soa.esb.services.routing.cbr.ContentBasedRouterFactory
 
Context - Interface in org.jboss.soa.esb.message
The context is the section of the message containing information such as session management, transaction information, security data etc.
continueLooping() - Method in class org.jboss.soa.esb.listeners.gateway.GatewayListenerController
Helper accessor for child processes that provides info to determine if they can continue with yet another execution cycle
continueLooping() - Method in class org.jboss.soa.esb.listeners.message.EsbListenerController
Helper accessor for child processes that provides info to determine if they can continue with yet another execution cycle
continueLooping() - Method in class org.jboss.soa.esb.listeners.old.GpListener
Helper accessor for child processes that provides info to determine if they can continue with yet another execution cycle
copy(Call) - Method in class org.jboss.soa.esb.addressing.Call
Copy the instance specified.
copy(EPR) - Method in class org.jboss.soa.esb.addressing.EPR
Copy the contents of the specified EPR into this instance.
copyCurrentToPrevious(Message) - Static method in class org.jboss.soa.esb.actions.ActionUtils
Copy 'current object' to a temporary holder within message
copyFrom(ConfigTree) - Method in class org.jboss.soa.esb.helpers.ConfigTree
Deep copy of other tree
copyIntoArray(byte[], byte[], int, int, boolean) - Static method in class org.jboss.soa.esb.nagios.util.ByteOps
Convert a long to some number of bytes and store them in an array.
COPYTO - Static variable in class org.jboss.soa.esb.helpers.Email
ConfigTree attribute : comma separated list of Copy recipients
CORE_MODULE - Static variable in class org.jboss.soa.esb.common.ModulePropertyManager
 
CORRELATION_ID_TAG - Static variable in class org.jboss.soa.esb.couriers.CourierUtil
 
Courier - Interface in org.jboss.soa.esb.couriers
Courier interface.
CourierException - Exception in org.jboss.soa.esb.couriers
Dispatch Exception.
CourierException(String) - Constructor for exception org.jboss.soa.esb.couriers.CourierException
Construct an exception instance.
CourierException(String, Throwable) - Constructor for exception org.jboss.soa.esb.couriers.CourierException
Construct an exception instance.
CourierException(Throwable) - Constructor for exception org.jboss.soa.esb.couriers.CourierException
Construct an exception instance.
CourierFactory - Class in org.jboss.soa.esb.couriers
 
CourierTimeoutException - Exception in org.jboss.soa.esb.couriers
Timeout exception.
CourierTimeoutException(String) - Constructor for exception org.jboss.soa.esb.couriers.CourierTimeoutException
Construct an exception instance.
CourierTimeoutException(String, Throwable) - Constructor for exception org.jboss.soa.esb.couriers.CourierTimeoutException
Construct an exception instance.
CourierTimeoutException(Throwable) - Constructor for exception org.jboss.soa.esb.couriers.CourierTimeoutException
Construct an exception instance.
CourierUtil - Class in org.jboss.soa.esb.couriers
 
CRC32 - Class in org.jboss.soa.esb.nagios.util
CRC32 Implementation Uses lazy-initialization technique, and pre-built value table for accelerating calculations.
CRC32() - Constructor for class org.jboss.soa.esb.nagios.util.CRC32
 
CTX_JBOSS - Static variable in class org.jboss.soa.esb.helpers.AppServerContext
Indicates that a jboss context is requested

D

DATABASE - Static variable in class org.jboss.soa.esb.services.persistence.MessageStoreType
 
DB_DRIVER - Static variable in class org.jboss.soa.esb.common.Environment
 
DB_PASSWORD - Static variable in class org.jboss.soa.esb.common.Environment
 
DB_URL - Static variable in class org.jboss.soa.esb.common.Environment
 
DB_USER - Static variable in class org.jboss.soa.esb.common.Environment
 
DBSTORE_MODULE - Static variable in class org.jboss.soa.esb.common.ModulePropertyManager
 
decrypt(byte[], Object) - Method in interface org.jboss.soa.esb.services.Encryption
 
DEFAULT_HOST - Static variable in class org.jboss.soa.esb.common.Environment
 
DEFAULT_IN_PROCESS_STATES - Static variable in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
DEFAULT_PASSWORD - Static variable in class org.jboss.soa.esb.addressing.eprs.EmailEpr
 
DEFAULT_PASSWORD - Static variable in class org.jboss.soa.esb.common.Environment
 
DEFAULT_PORT - Static variable in class org.jboss.soa.esb.addressing.eprs.EmailEpr
 
DEFAULT_PORT - Static variable in class org.jboss.soa.esb.common.Environment
 
DEFAULT_PROPERTY_FILE - Static variable in class org.jboss.soa.esb.common.Environment
 
DEFAULT_SERVER_TYPE - Static variable in class org.jboss.soa.esb.common.Environment
 
DEFAULT_STATES - Static variable in class org.jboss.soa.esb.listeners.old.SqlTablePoller
 
DEFAULT_TYPE - Static variable in class org.jboss.soa.esb.message.format.MessageType
 
DEFAULT_TYPE - Static variable in class org.jboss.soa.esb.services.persistence.MessageStoreType
 
DEFAULT_USERNAME - Static variable in class org.jboss.soa.esb.addressing.eprs.EmailEpr
 
DEFAULT_USERNAME - Static variable in class org.jboss.soa.esb.common.Environment
 
DefaultEncryptionFactory - Class in org.jboss.soa.esb.services
 
DefaultEncryptionFactory() - Constructor for class org.jboss.soa.esb.services.DefaultEncryptionFactory
 
DELETE - Static variable in exception org.jboss.soa.esb.services.registry.RegistryException
 
DELETE - Static variable in exception org.jboss.soa.esb.services.routing.MessageRouterException
 
deleteCurrentRow() - Method in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
Try to delete 'current row' from polled table
deleteRemoteFile(String) - Method in class org.jboss.soa.esb.util.FtpClientUtil
Deletes specified file in remote directory
deleteRemoteFile(String) - Method in interface org.jboss.soa.esb.util.RemoteFileSystem
Deletes specified file in remote directory
deleteStatement() - Method in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
Assemble the SQL statement to delete the current row in the table row uniquely identified by the list of fields in the "keyFields" parameter
deliver(Message) - Method in class org.jboss.soa.esb.actions.CbrProxyAction
Do *not* route, just deliver.
deliver(Message) - Method in interface org.jboss.soa.esb.couriers.Courier
Try to deliver an ESB message.
DELIVER_MESSAGES - Static variable in class org.jboss.soa.esb.services.routing.MessageRouter
 
deliverMessages(Collection<String>, Message) - Static method in class org.jboss.soa.esb.services.routing.MessageRouter
Sends the message on to the service with the name(s) we just obtained from the routing.
deserialize(Serializable) - Static method in class org.jboss.soa.esb.util.Util
 
DESTINATION_NAME_TAG - Static variable in class org.jboss.soa.esb.addressing.eprs.JMSEpr
 
DESTINATION_TYPE_TAG - Static variable in class org.jboss.soa.esb.addressing.eprs.JMSEpr
 
DirectoryPoller - Class in org.jboss.soa.esb.listeners.old
 
DirectoryPoller(GpListener, ConfigTree, ActionDefinitionFactory) - Constructor for class org.jboss.soa.esb.listeners.old.DirectoryPoller
 
DirectoryPoller.WorkingFile - Class in org.jboss.soa.esb.listeners.old
Working file.
DirectoryPoller.WorkingFile(String) - Constructor for class org.jboss.soa.esb.listeners.old.DirectoryPoller.WorkingFile
 
DirectoryPoller.WorkingFile(File, String) - Constructor for class org.jboss.soa.esb.listeners.old.DirectoryPoller.WorkingFile
 
downloadFile(String, String) - Method in class org.jboss.soa.esb.util.FtpClientUtil
Downloads specified file from remote directory (remoteDirURI) to local directory (localDirURI)
downloadFile(String, String) - Method in interface org.jboss.soa.esb.util.RemoteFileSystem
Downloads specified file from remote directory (remoteDirURI) to local directory (localDirURI)
DRIVER - Static variable in class org.jboss.soa.esb.helpers.persist.SimpleDataSource
 
DRIVER_TAG - Static variable in class org.jboss.soa.esb.addressing.eprs.JDBCEpr
 
dump() - Static method in class org.jboss.soa.esb.common.Configuration
 
dump() - Method in class org.jboss.soa.esb.helpers.KeyValuePair
 
Dump(String) - Method in class org.jboss.soa.esb.util.BobjStdDTO
 
Dump(int) - Method in class org.jboss.soa.esb.util.BobjStdDTO
 
dumpSysProps(PrintStream) - Static method in class org.jboss.soa.esb.util.Util
 

E

EchoRouter - Class in org.jboss.soa.esb.actions.routing
Echo Action Processor.
EchoRouter(ConfigTree) - Constructor for class org.jboss.soa.esb.actions.routing.EchoRouter
 
ELEMENT - Static variable in class org.jboss.soa.esb.notification.NotificationList
Mnemonic name for the XML element name for the serialized form of objects of this class
elementNm() - Method in class org.jboss.soa.esb.util.BobjStdDTO
 
Email - Class in org.jboss.soa.esb.helpers
Simplifies sending of e-mails with attachments from java.
Email() - Constructor for class org.jboss.soa.esb.helpers.Email
Public constructor.
EmailEpr - Class in org.jboss.soa.esb.addressing.eprs
A helper class for using email style EPRs.
EmailEpr(EPR) - Constructor for class org.jboss.soa.esb.addressing.eprs.EmailEpr
 
EmailEpr(String, String) - Constructor for class org.jboss.soa.esb.addressing.eprs.EmailEpr
Create a new email EPR.
EmailEpr(String, String, String, String, String) - Constructor for class org.jboss.soa.esb.addressing.eprs.EmailEpr
Create a new email EPR.
encrypt(byte[], Object) - Method in interface org.jboss.soa.esb.services.Encryption
 
ENCRYPT_FACTORY_CLASS - Static variable in class org.jboss.soa.esb.common.Environment
 
Encryption - Interface in org.jboss.soa.esb.services
 
END_TIME_TAG - Static variable in class org.jboss.soa.esb.listeners.gateway.GatewayListenerController
 
endNotRequested() - Method in class org.jboss.soa.esb.listeners.gateway.GatewayListenerController
Accessor to determine if execution time is not expired, and no shutdown request received
endNotRequested() - Method in class org.jboss.soa.esb.listeners.message.EsbListenerController
Accessor to determine if execution time is not expired, and no shutdown request received
endNotRequested() - Method in class org.jboss.soa.esb.listeners.old.GpListener
Accessor to determine if execution time is not expired, and no shutdown request received
endOfChainNotification() - Method in class org.jboss.soa.esb.actions.templates.MockMessageAction
 
ENDPOINT_REFERENCE_TAG - Static variable in class org.jboss.soa.esb.addressing.XMLUtil
 
endRequested() - Method in class org.jboss.soa.esb.listeners.gateway.GatewayListenerController
Accessor to determine if execution time is expired or shutdown requested
endRequested() - Method in class org.jboss.soa.esb.listeners.message.EsbListenerController
Accessor to determine if execution time is expired or shutdown requested
endRequested() - Method in class org.jboss.soa.esb.listeners.old.GpListener
Accessor to determine if execution time is expired or shutdown requested
Environment - Class in org.jboss.soa.esb.common
 
Environment() - Constructor for class org.jboss.soa.esb.common.Environment
 
EPR - Class in org.jboss.soa.esb.addressing
The Endpoint Reference class.
EPR() - Constructor for class org.jboss.soa.esb.addressing.EPR
Create a new Endpoint Reference with a null address.
EPR(PortReference) - Constructor for class org.jboss.soa.esb.addressing.EPR
Create a new Endpoint Reference with the specified address.
EPR(URI) - Constructor for class org.jboss.soa.esb.addressing.EPR
Create a new Endpoint Reference with the specified address.
EPR_DESCRIPTION_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
 
EPRManager - Class in org.jboss.soa.esb.addressing.util
Allows EPRs to be saved to and loaded from files.
EPRManager(String) - Constructor for class org.jboss.soa.esb.addressing.util.EPRManager
 
equals(Object) - Method in class org.jboss.soa.esb.addressing.EPR
 
equals(Object) - Method in class org.jboss.soa.esb.addressing.PortReference
Is this object equal to the specified parameter?
equals(Object) - Method in class org.jboss.soa.esb.addressing.PortReference.Extension
Is this object equal to the specified parameter (ignoring prefix)?
equals(Object) - Method in class org.jboss.soa.esb.addressing.util.EPRManager
 
equals(Object) - Method in class org.jboss.soa.esb.util.ObjLocator
 
EsbListenerController - Class in org.jboss.soa.esb.listeners.message
Controlling class that will launch 'message aware' listener child threads for supported transport listener classes, as indicated in the configuration XML tree used in the constructor If you use the 'main' method, configuration file is expected in arg[0]

Can be launched as uppermost controller (it has a main(args) method)

Also implements Runnable, and can thus be launched in a child thread from an upper controlling process

Listens on a JMS queue (with an optional message selector) for commands (e.g.

EsbListenerController() - Constructor for class org.jboss.soa.esb.listeners.message.EsbListenerController
No default constructor - only for child classes
EsbListenerController(String) - Constructor for class org.jboss.soa.esb.listeners.message.EsbListenerController
Construct a Listener Manager from the named repository based configuration.
EsbListenerController(ConfigTree) - Constructor for class org.jboss.soa.esb.listeners.message.EsbListenerController
Construct a Listener Controller using the specified listener configuration.
EsbListenerController.State - Enum in org.jboss.soa.esb.listeners.message
 
EsbListenerControllerService - Class in org.jboss.soa.esb.listeners.message
 
EsbListenerControllerService() - Constructor for class org.jboss.soa.esb.listeners.message.EsbListenerControllerService
 
EsbListenerControllerServiceMBean - Interface in org.jboss.soa.esb.listeners.message
 
EXCEPTION_METHOD_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
 
exceptionCallback(Message, Throwable) - Method in class org.jboss.soa.esb.actions.CbrProxyAction
 
exceptionCallback1(Exception) - Method in class org.jboss.soa.esb.actions.templates.MockMessageAction
 
execQueryWait(PreparedStatement, int) - Method in class org.jboss.soa.esb.helpers.persist.JdbcCleanConn
 
execUpdWait(PreparedStatement, int) - Method in class org.jboss.soa.esb.helpers.persist.JdbcCleanConn
 
extendedToString() - Method in class org.jboss.soa.esb.addressing.PortReference
 
EXTRACTED_BEANS_HASH - Static variable in class org.jboss.soa.esb.actions.converters.SmooksTransformer
Key for storing/accessing any potential message Body bean HashMaps as populated by the Smooks Javabean Cartridge.

F

Factory - Class in org.jboss.soa.esb.common
Base class to find a class on the classpath.
Factory() - Constructor for class org.jboss.soa.esb.common.Factory
 
FAIL_ON_MISSING_PROPERTY - Static variable in class org.jboss.soa.esb.actions.converters.ObjectToCSVString
 
Fault - Interface in org.jboss.soa.esb.message
Faults may be returned from a service in response to receiving and acting upon messages.
FAULT_TO_TAG - Static variable in class org.jboss.soa.esb.addressing.XMLUtil
 
FETCH - Static variable in exception org.jboss.soa.esb.services.registry.RegistryException
 
FETCH - Static variable in exception org.jboss.soa.esb.services.routing.MessageRouterException
 
FICTICIOUS_TEST_HOST - Static variable in class org.jboss.soa.esb.nagios.Constants
 
FILE_APPEND - Static variable in class org.jboss.soa.esb.actions.routing.ObjectToFileWriter
 
FILE_ENC - Static variable in class org.jboss.soa.esb.actions.routing.ObjectToFileWriter
 
FILE_ERROR_DIR - Static variable in class org.jboss.soa.esb.listeners.old.DirectoryPoller
 
FILE_ERROR_DIR - Static variable in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller
 
FILE_ERROR_DIR_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
 
FILE_ERROR_SFX - Static variable in class org.jboss.soa.esb.listeners.old.DirectoryPoller
 
FILE_ERROR_SFX - Static variable in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller
 
FILE_ERROR_SFX_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
 
FILE_EXT - Static variable in class org.jboss.soa.esb.actions.routing.ObjectToFileWriter
 
FILE_INPUT_DIR - Static variable in class org.jboss.soa.esb.listeners.old.DirectoryPoller
 
FILE_INPUT_DIR - Static variable in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller
 
FILE_INPUT_DIR_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
File Actions
FILE_INPUT_SFX - Static variable in class org.jboss.soa.esb.listeners.old.DirectoryPoller
 
FILE_INPUT_SFX - Static variable in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller
 
FILE_INPUT_SFX_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
 
FILE_NAME - Static variable in class org.jboss.soa.esb.actions.routing.ObjectToFileWriter
 
FILE_POST_DEL - Static variable in class org.jboss.soa.esb.listeners.old.DirectoryPoller
 
FILE_POST_DEL - Static variable in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller
 
FILE_POST_DEL_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
 
FILE_POST_DIR - Static variable in class org.jboss.soa.esb.listeners.old.DirectoryPoller
 
FILE_POST_DIR - Static variable in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller
 
FILE_POST_DIR_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
 
FILE_POST_SFX - Static variable in class org.jboss.soa.esb.listeners.old.DirectoryPoller
 
FILE_POST_SFX - Static variable in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller
 
FILE_POST_SFX_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
 
FILE_WORK_SFX - Static variable in class org.jboss.soa.esb.listeners.old.DirectoryPoller
 
FILE_WORK_SFX - Static variable in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller
 
FILE_WORK_SFX_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
 
FileCopier - Class in org.jboss.soa.esb.actions.routing
File copy action.
FileCopier(String, List<KeyValuePair>) - Constructor for class org.jboss.soa.esb.actions.routing.FileCopier
Public constructor.
FileEpr - Class in org.jboss.soa.esb.addressing.eprs
A helper class for using file based EPRs.
FileEpr(EPR) - Constructor for class org.jboss.soa.esb.addressing.eprs.FileEpr
 
FileEpr(URL) - Constructor for class org.jboss.soa.esb.addressing.eprs.FileEpr
 
FileEpr(String) - Constructor for class org.jboss.soa.esb.addressing.eprs.FileEpr
 
FileEpr(URI) - Constructor for class org.jboss.soa.esb.addressing.eprs.FileEpr
 
FileGatewayListener - Class in org.jboss.soa.esb.listeners.gateway
 
FileGatewayListener(GatewayListenerController, ConfigTree) - Constructor for class org.jboss.soa.esb.listeners.gateway.FileGatewayListener
 
FileToByteArray - Class in org.jboss.soa.esb.actions.converters
File data to byte array reader ActionProcessor.
FileToByteArray() - Constructor for class org.jboss.soa.esb.actions.converters.FileToByteArray
 
fileToFtpString(File) - Static method in class org.jboss.soa.esb.util.FtpClientUtil
 
finalize() - Method in class org.jboss.soa.esb.actions.routing.JMSRouter
 
find(long, ObjLocator[]) - Static method in class org.jboss.soa.esb.util.ObjLocator
 
findAllServices() - Method in interface org.jboss.soa.esb.services.registry.Registry
Find all Services assigned to the Red Hat/JBossESB organization.
findEPR(String, String) - Method in interface org.jboss.soa.esb.services.registry.Registry
Returns the first EPR in the list that belong to a specific category and service combination.
findEPRs(String, String) - Method in interface org.jboss.soa.esb.services.registry.Registry
Finds all the EPRs that belong to a specific category and service combination.
findServices(String) - Method in interface org.jboss.soa.esb.services.registry.Registry
Find all services that belong to the supplied category.
finish() - Method in interface org.jboss.soa.esb.services.BatchManager
 
FROM - Static variable in class org.jboss.soa.esb.actions.converters.SmooksTransformer
 
FROM - Static variable in class org.jboss.soa.esb.helpers.Email
ConfigTree attribute : will be the contents of the From: field in the outgoing message
FROM_TAG - Static variable in class org.jboss.soa.esb.addressing.XMLUtil
 
FROM_TYPE - Static variable in class org.jboss.soa.esb.actions.converters.SmooksTransformer
 
fromInputStream(InputStream) - Static method in class org.jboss.soa.esb.helpers.ConfigTree
obtain an instance of this class, from a 'normalized' xml format contained in an input stream

the 'normalized' xml format is the output of the toXml() instance method

fromParams(ConfigTree) - Static method in class org.jboss.soa.esb.notification.NotificationTarget
A typical Factory.getInstance() method
fromXml(String) - Static method in class org.jboss.soa.esb.helpers.ConfigTree
obtain an instance of this class, from a 'normalized' xml format, with the default encoding

the 'normalized' xml format is the output of the toXml() instance method

fromXml(String, String) - Static method in class org.jboss.soa.esb.helpers.ConfigTree
obtain an instance of this class, from a 'normalized' xml format, with the encoding defined in arg1

the 'normalized' xml format is the output of the toXml() instance method

FtpClientUtil - Class in org.jboss.soa.esb.util
Simplified FTP transfers
FtpClientUtil(ConfigTree, boolean) - Constructor for class org.jboss.soa.esb.util.FtpClientUtil
Checks validity and completeness of parameters, and keeps the info internally for subsequent FTP requests
FtpClientUtil(List<KeyValuePair>, boolean) - Constructor for class org.jboss.soa.esb.util.FtpClientUtil
 
FtpClientUtil.XFER_TYPE - Enum in org.jboss.soa.esb.util
 
FtpDownloader - Class in org.jboss.soa.esb.actions
 
FtpDownloader(String, List<KeyValuePair>) - Constructor for class org.jboss.soa.esb.actions.FtpDownloader
Public constructor.
FTPEpr - Class in org.jboss.soa.esb.addressing.eprs
A helper class for using FTP style EPRs.
FTPEpr(EPR) - Constructor for class org.jboss.soa.esb.addressing.eprs.FTPEpr
 
FTPEpr(URL) - Constructor for class org.jboss.soa.esb.addressing.eprs.FTPEpr
 
FTPEpr(String) - Constructor for class org.jboss.soa.esb.addressing.eprs.FTPEpr
 
FtpUploader - Class in org.jboss.soa.esb.actions
 
FtpUploader(String, List<KeyValuePair>) - Constructor for class org.jboss.soa.esb.actions.FtpUploader
Public constructor.
fullClassName() - Method in class org.jboss.soa.esb.util.BobjStdDTO
 

G

GATEWAY_CLASS_TAG - Static variable in class org.jboss.soa.esb.listeners.gateway.GatewayListenerController
 
GatewayListenerController - Class in org.jboss.soa.esb.listeners.gateway
 
GatewayListenerController() - Constructor for class org.jboss.soa.esb.listeners.gateway.GatewayListenerController
Package private default constructor.
GatewayListenerController(String) - Constructor for class org.jboss.soa.esb.listeners.gateway.GatewayListenerController
Construct a Listener Manager from the named repository based configuration.
GatewayListenerController(ConfigTree) - Constructor for class org.jboss.soa.esb.listeners.gateway.GatewayListenerController
Construct a Listener Manager using the specified listener configuration.
GatewayListenerController.State - Enum in org.jboss.soa.esb.listeners.gateway
 
GatewayListenerControllerService - Class in org.jboss.soa.esb.listeners.gateway
 
GatewayListenerControllerService() - Constructor for class org.jboss.soa.esb.listeners.gateway.GatewayListenerControllerService
 
GatewayListenerControllerServiceMBean - Interface in org.jboss.soa.esb.listeners.gateway
 
get(String) - Method in interface org.jboss.soa.esb.message.Attachment
Returns the attachment to which this object maps the specified key.
get(String) - Method in interface org.jboss.soa.esb.message.Body
Get the specified Object, or null if not present.
get(String) - Method in interface org.jboss.soa.esb.parameters.ParamRepository
Get the value associated with the named parameter.
get(int) - Method in class org.jboss.soa.esb.util.ObjLocator
 
getAction() - Method in class org.jboss.soa.esb.addressing.Call
 
getActionNames() - Method in class org.jboss.soa.esb.listeners.message.ActionProcessingPipeline
 
getAddr() - Method in class org.jboss.soa.esb.addressing.EPR
Get the EPR address.
getAddress() - Method in class org.jboss.soa.esb.addressing.PortReference
 
getAddressAt(int) - Method in class org.jboss.soa.esb.common.bizclasses.Person
 
getAddressCount() - Method in class org.jboss.soa.esb.common.bizclasses.Person
 
getAddressRole(String) - Method in class org.jboss.soa.esb.common.bizclasses.Person
 
getAllChildren() - Method in class org.jboss.soa.esb.helpers.ConfigTree
retrieve list of child elements of 'this' that are instances of ConfigTree
getAllFields() - Method in class org.jboss.soa.esb.helpers.persist.SqlDbTable
 
getAttachment() - Method in interface org.jboss.soa.esb.message.Message
 
getAttachments() - Method in class org.jboss.soa.esb.helpers.Email
 
getAttr(String) - Method in class org.jboss.soa.esb.util.BobjStdDTO
 
getAttribute(String) - Method in class org.jboss.soa.esb.helpers.ConfigTree
retrieve the value assigned to an attribute key
getAttributeNames() - Method in class org.jboss.soa.esb.helpers.ConfigTree
obtain the list of all attribute names
getAttributes() - Method in class org.jboss.soa.esb.addressing.PortReference.Extension
 
getAttrMap() - Method in class org.jboss.soa.esb.util.BobjStdDTO
 
getBatch() - Method in class org.jboss.soa.esb.util.BobjStdDTO
 
getBatchNum() - Method in class org.jboss.soa.esb.util.BaseBusinessObject
 
getBobj(String) - Method in class org.jboss.soa.esb.util.BobjStdDTO
 
getBody() - Method in interface org.jboss.soa.esb.message.Message
 
getBooleanValue(String, List<KeyValuePair>, boolean) - Static method in class org.jboss.soa.esb.helpers.KeyValuePair
Get the boolean equivalent value associated with the specified key from the supplied list of Key Value Pairs.
getCall() - Method in interface org.jboss.soa.esb.message.Header
 
getCharset() - Static method in class org.jboss.soa.esb.util.BobjStdDTO
 
getChildAt(int) - Method in class org.jboss.soa.esb.common.bizclasses.BatchProcess
Get an object from the item list
getChildCount() - Method in class org.jboss.soa.esb.common.bizclasses.BatchProcess
Return the number of item objects in this batch
getChildObjList(String, Class) - Method in class org.jboss.soa.esb.util.BobjStdDTO
 
getChildren() - Method in class org.jboss.soa.esb.addressing.PortReference.Extension
 
getChildren(String) - Method in class org.jboss.soa.esb.helpers.ConfigTree
list of child elements of 'this' that are instances of ConfigTree, with name = arg0
getClassForName(String) - Static method in class org.jboss.soa.esb.common.Factory
Loads the class with the given name.
getCode() - Method in interface org.jboss.soa.esb.message.Fault
 
getColumnCount() - Method in class org.jboss.soa.esb.util.ObjLocator
 
getCompletionCode() - Method in enum org.jboss.soa.esb.listeners.gateway.GatewayListenerController.State
 
getCompletionCode() - Method in enum org.jboss.soa.esb.listeners.message.EsbListenerController.State
 
getCompletionCode() - Method in enum org.jboss.soa.esb.listeners.old.GpListener.State
 
getConn() - Method in class org.jboss.soa.esb.helpers.persist.SqlDbTable
 
getConnection() - Method in class org.jboss.soa.esb.helpers.persist.SimpleDataSource
 
getConnection(String, String) - Method in class org.jboss.soa.esb.helpers.persist.SimpleDataSource
 
getConnectionFactory() - Method in class org.jboss.soa.esb.addressing.eprs.JMSEpr
 
getContentBasedRouterImplementationClass() - Static method in class org.jboss.soa.esb.common.Configuration
 
getContents() - Method in interface org.jboss.soa.esb.message.Body
 
getContext() - Method in interface org.jboss.soa.esb.message.Message
 
getControllerAttributes() - Method in class org.jboss.soa.esb.listeners.gateway.GatewayListenerController
Obtain a shallow copy of needed atributes in this object's last loaded parameter tree

The local bject is cloned so child threads can use it as they choose to without interfering with the environment

Listener processes controlled by this object should keep a reference to this object at construction time, and not call this method again unless they specifically need updated values.

getControllerAttributes() - Method in class org.jboss.soa.esb.listeners.message.EsbListenerController
Obtain a shallow copy of needed atributes in this object's last loaded parameter tree

The local bject is cloned so child threads can use it as they choose to without interfering with the environment

Listener processes controlled by this object should keep a reference to this object at construction time, and not call this method again unless they specifically need updated values.

getControllerAttributes() - Method in class org.jboss.soa.esb.listeners.old.GpListener
Obtain a shallow copy of needed atributes in this object's last loaded parameter tree

The local bject is cloned so child threads can use it as they choose to without interfering with the environment

Listener processes controlled by this object should keep a reference to this object at construction time, and not call this method again unless they specifically need updated values.

getCopyTo() - Method in class org.jboss.soa.esb.helpers.Email
 
getCourier(EPR) - Static method in class org.jboss.soa.esb.couriers.CourierFactory
Obtain a courier which can perform deliveries only and prime it with the "to address" (toEPR).
getCourier(EPR, EPR) - Static method in class org.jboss.soa.esb.couriers.CourierFactory
Obtain a courier which can perform both deliveries and pickups and prime it with the "to address" (toEPR) and the "replyTo address" (replyToEPR).
getData() - Method in class org.jboss.soa.esb.nagios.transport.NagiosNSCAPacket
 
getDbConn() - Method in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
Obtain a new database connection with parameter info
getDbDriver() - Static method in class org.jboss.soa.esb.common.Configuration
 
getDbPassword() - Static method in class org.jboss.soa.esb.common.Configuration
 
getDbUrl() - Static method in class org.jboss.soa.esb.common.Configuration
 
getDbUser() - Static method in class org.jboss.soa.esb.common.Configuration
 
getDefaultLogger(Class) - Static method in class org.jboss.soa.esb.util.Util
 
getDeleteStatement() - Method in class org.jboss.soa.esb.helpers.persist.SqlDbTable
 
getDestinationName() - Method in class org.jboss.soa.esb.addressing.eprs.JMSEpr
 
getDestinationType() - Method in class org.jboss.soa.esb.addressing.eprs.JMSEpr
 
getDomain() - Method in class org.jboss.soa.esb.addressing.util.EPRManager
 
getDoubleValue(String, List<KeyValuePair>, double) - Static method in class org.jboss.soa.esb.helpers.KeyValuePair
Get the numeric double equivalent value associated with the specified key from the supplied list of Key Value Pairs.
getDriver() - Method in class org.jboss.soa.esb.addressing.eprs.JDBCEpr
 
getDTO(String) - Method in class org.jboss.soa.esb.util.BobjStdDTO
 
getDtoList(Class, List<? extends BaseBusinessObject>) - Static method in class org.jboss.soa.esb.util.BaseBusinessObject
 
getElemNm() - Method in class org.jboss.soa.esb.util.BaseBusinessObject
 
getEmailAt(int) - Method in class org.jboss.soa.esb.common.bizclasses.Person
 
getEmailCount() - Method in class org.jboss.soa.esb.common.bizclasses.Person
 
getEmailRole(String) - Method in class org.jboss.soa.esb.common.bizclasses.Person
 
getEncrypter() - Static method in class org.jboss.soa.esb.services.DefaultEncryptionFactory
 
getEncrypter(Object) - Static method in class org.jboss.soa.esb.services.DefaultEncryptionFactory
 
getEncryptionFactoryClass() - Static method in class org.jboss.soa.esb.common.Configuration
 
getEprManager() - Static method in class org.jboss.soa.esb.listeners.message.EsbListenerController
 
getEprs(String, String) - Method in class org.jboss.soa.esb.listeners.gateway.GatewayListenerController
 
getErrorNotification(Message) - Method in interface org.jboss.soa.esb.actions.ActionProcessor
Get the "Error" notification message for this processor.
getErrorNotification(Message) - Method in class org.jboss.soa.esb.actions.CbrProxyAction
 
getErrorNotification(Message) - Method in class org.jboss.soa.esb.actions.converters.ByteArrayToString
 
getErrorNotification(Message) - Method in class org.jboss.soa.esb.actions.converters.FileToByteArray
 
getErrorNotification(Message) - Method in class org.jboss.soa.esb.actions.converters.ObjectToCSVString
 
getErrorNotification(Message) - Method in class org.jboss.soa.esb.actions.converters.ObjectToXStream
 
getErrorNotification(Message) - Method in class org.jboss.soa.esb.actions.converters.SmooksTransformer
 
getErrorNotification(Message) - Method in class org.jboss.soa.esb.actions.FtpDownloader
 
getErrorNotification(Message) - Method in class org.jboss.soa.esb.actions.FtpUploader
 
getErrorNotification(Message) - Method in class org.jboss.soa.esb.actions.routing.EchoRouter
 
getErrorNotification(Message) - Method in class org.jboss.soa.esb.actions.routing.FileCopier
 
getErrorNotification(Message) - Method in class org.jboss.soa.esb.actions.routing.HttpRouter
 
getErrorNotification(Message) - Method in class org.jboss.soa.esb.actions.routing.JMSRouter
 
getErrorNotification(Message) - Method in class org.jboss.soa.esb.actions.routing.ObjectToFileWriter
 
getErrorNotification(Message) - Method in class org.jboss.soa.esb.actions.templates.MockAction
 
getErrorNotification(Message) - Method in class org.jboss.soa.esb.actions.templates.MockFileAction
 
getErrorNotification(Message) - Method in class org.jboss.soa.esb.actions.templates.MockSqlRowAction
 
getException() - Method in enum org.jboss.soa.esb.listeners.gateway.GatewayListenerController.State
 
getException() - Method in enum org.jboss.soa.esb.listeners.message.EsbListenerController.State
 
getException() - Method in enum org.jboss.soa.esb.listeners.old.GpListener.State
 
getExtensions() - Method in class org.jboss.soa.esb.addressing.PortReference
 
getExtensionValue(String) - Method in class org.jboss.soa.esb.addressing.PortReference
 
getFault() - Method in interface org.jboss.soa.esb.message.Message
 
getFaultTo() - Method in class org.jboss.soa.esb.addressing.Call
 
getField(Address.ATTRIB) - Method in class org.jboss.soa.esb.common.bizclasses.Address
 
getField(BankAcct.ATTRIB) - Method in class org.jboss.soa.esb.common.bizclasses.BankAcct
 
getField(BatchProcess.ATTRIB) - Method in class org.jboss.soa.esb.common.bizclasses.BatchProcess
 
getField(Person.ATTRIB) - Method in class org.jboss.soa.esb.common.bizclasses.Person
 
getField(Telephone.ATTRIB) - Method in class org.jboss.soa.esb.common.bizclasses.Telephone
 
getFieldName() - Method in class org.jboss.soa.esb.helpers.persist.SqlField
 
getFileListFromRemoteDir(String) - Method in class org.jboss.soa.esb.util.FtpClientUtil
Gets the list of files in the remote directory that end with arg0
getFileListFromRemoteDir(String) - Method in interface org.jboss.soa.esb.util.RemoteFileSystem
Gets the list of files in the remote directory that end with arg0
getFirstChild(String) - Method in class org.jboss.soa.esb.helpers.ConfigTree
first child of class ConfigTree with name=arg0
getFirstTextChild(String) - Method in class org.jboss.soa.esb.helpers.ConfigTree
first child containing only text, with name=arg0
getFldName(int) - Method in class org.jboss.soa.esb.helpers.persist.SqlDbTable
 
getFrom() - Method in class org.jboss.soa.esb.addressing.Call
 
getFrom() - Method in class org.jboss.soa.esb.helpers.Email
 
getFromDTO(BobjStdDTO) - Static method in class org.jboss.soa.esb.util.BaseBusinessObject
 
getFromRS(ResultSet) - Method in class org.jboss.soa.esb.helpers.persist.SqlDbTable
 
getFromXml(String) - Static method in class org.jboss.soa.esb.util.BobjStdDTO
 
getFtpProps() - Method in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller.WorkingFile
 
getGatewayConfigFile() - Method in class org.jboss.soa.esb.listeners.gateway.GatewayListenerControllerService
 
getGatewayConfigFile() - Method in interface org.jboss.soa.esb.listeners.gateway.GatewayListenerControllerServiceMBean
 
getHeader() - Method in interface org.jboss.soa.esb.message.Message
 
getHeaderAt(int) - Method in class org.jboss.soa.esb.common.bizclasses.BatchProcess
Get an object from the header list
getHeaderCount() - Method in class org.jboss.soa.esb.common.bizclasses.BatchProcess
Return the number of header objects in this batch
getHost() - Method in class org.jboss.soa.esb.addressing.eprs.EmailEpr
 
getHost() - Method in class org.jboss.soa.esb.nagios.monitor.HeartbeatMonitor
 
getHost() - Method in class org.jboss.soa.esb.nagios.monitor.MemoryMonitor
 
getHost() - Method in interface org.jboss.soa.esb.nagios.monitor.ServiceMonitor
 
getHost() - Method in class org.jboss.soa.esb.nagios.NagiosAgent
 
getHost() - Method in interface org.jboss.soa.esb.nagios.NagiosAgentMBean
 
getHost() - Method in class org.jboss.soa.esb.nagios.transport.NagiosNSCAPacket
 
getInputFile() - Method in class org.jboss.soa.esb.listeners.old.DirectoryPoller.WorkingFile
Get the File instance representing the original input file.
getInputFile() - Method in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller.WorkingFile
Get the File instance representing the original input file.
getInputSuffix() - Method in class org.jboss.soa.esb.addressing.eprs.FileEpr
 
getInsertStatement() - Method in class org.jboss.soa.esb.helpers.persist.SqlDbTable
 
getInsertStmt() - Method in class org.jboss.soa.esb.notification.NotifySqlTable
 
getInstance(String) - Method in class org.jboss.soa.esb.actions.ActionDefinitionFactory
Get the action definition for the specified action name.
getInstance() - Static method in class org.jboss.soa.esb.addressing.util.EPRManager
All EPRs are saves in files within the current working directory.
getInstance(String) - Static method in class org.jboss.soa.esb.addressing.util.EPRManager
All EPRs are saves in files within a defined directory.
getInstance(Object) - Static method in class org.jboss.soa.esb.couriers.CourierFactory
 
getInstance() - Static method in class org.jboss.soa.esb.message.format.MessageFactory
 
getInstance() - Static method in class org.jboss.soa.esb.parameters.ParamRepositoryFactory
Factory method for creating the Singleton ParamRepository instance for the system.
getInstance() - Static method in class org.jboss.soa.esb.services.persistence.MessageStoreFactory
 
getInstance() - Static method in class org.jboss.soa.esb.util.RemoteFileSystemFactory
 
getInterval() - Method in class org.jboss.soa.esb.nagios.MonitorManager
 
getInterval() - Method in class org.jboss.soa.esb.nagios.NagiosAgent
 
getInterval() - Method in interface org.jboss.soa.esb.nagios.NagiosAgentMBean
 
getJavaType() - Method in class org.jboss.soa.esb.helpers.persist.SqlField
 
getJndiServerType() - Static method in class org.jboss.soa.esb.common.Configuration
 
getJndiServerURL() - Static method in class org.jboss.soa.esb.common.Configuration
 
getJndiType() - Method in class org.jboss.soa.esb.addressing.eprs.JMSEpr
 
getJndiURL() - Method in class org.jboss.soa.esb.addressing.eprs.JMSEpr
 
getKey() - Method in class org.jboss.soa.esb.helpers.KeyValuePair
 
getListenHttpUrl() - Method in class org.jboss.soa.esb.listeners.message.HttpListener
Method getting the url this HttpListener instance is listening on
getLocatorList(Class, Properties) - Method in interface org.jboss.soa.esb.services.PersistManager
 
getLocators() - Method in class org.jboss.soa.esb.util.BobjStdDTO
 
getLoginTimeout() - Method in class org.jboss.soa.esb.helpers.persist.SimpleDataSource
 
getLogWriter() - Method in class org.jboss.soa.esb.helpers.persist.SimpleDataSource
 
getLongValue(Long) - Static method in class org.jboss.soa.esb.common.bizclasses.OneValue
 
getMailMessage() - Method in class org.jboss.soa.esb.helpers.Email
Get the mail message associated with this EsbMail instance.
getMessage() - Method in class org.jboss.soa.esb.helpers.Email
 
getMessage() - Method in class org.jboss.soa.esb.listeners.message.ActionProcessingPipeline
 
getMessage() - Method in class org.jboss.soa.esb.message.format.MessageFactory
 
getMessage(URI) - Method in class org.jboss.soa.esb.message.format.MessageFactory
 
getMessage(Message, URI) - Method in class org.jboss.soa.esb.message.format.MessageFactory
 
getMessage() - Method in interface org.jboss.soa.esb.message.format.MessagePlugin
 
getMessage() - Method in class org.jboss.soa.esb.nagios.ServiceResponse
 
getMessage() - Method in class org.jboss.soa.esb.nagios.transport.NagiosNSCAPacket
 
getMessage(URI) - Method in interface org.jboss.soa.esb.services.persistence.MessageStore
 
getMessageAwareConfigFile() - Method in class org.jboss.soa.esb.listeners.message.EsbListenerControllerService
 
getMessageAwareConfigFile() - Method in interface org.jboss.soa.esb.listeners.message.EsbListenerControllerServiceMBean
 
getMessageID() - Method in class org.jboss.soa.esb.addressing.Call
 
getMessageSelector() - Method in class org.jboss.soa.esb.addressing.eprs.JMSEpr
 
getMessageStore() - Method in class org.jboss.soa.esb.services.persistence.MessageStoreFactory
 
getMessageStore(URI) - Method in class org.jboss.soa.esb.services.persistence.MessageStoreFactory
 
getMessageUseragentProfiles(String, String, String, String) - Static method in class org.jboss.soa.esb.actions.converters.SmooksTransformer
Get the profile list based on the supplied message flow properties.
getMessageUseragentString(String, String, String, String) - Static method in class org.jboss.soa.esb.actions.converters.SmooksTransformer
Construct the Smooks useragent string based on the supplied message flow properties.
getNagiosHost() - Method in class org.jboss.soa.esb.nagios.MonitorManager
 
getNagiosPort() - Method in class org.jboss.soa.esb.nagios.MonitorManager
 
getName() - Method in class org.jboss.soa.esb.actions.ActionDefinition
Get the action name.
getName() - Method in class org.jboss.soa.esb.helpers.ConfigTree
 
getNamedCount() - Method in interface org.jboss.soa.esb.message.Attachment
getNamedCount()
getNames() - Method in interface org.jboss.soa.esb.message.Attachment
 
getNames() - Method in interface org.jboss.soa.esb.message.Properties
getNames()
getNestedException() - Method in exception org.jboss.soa.esb.SendFailedException
 
getNotifyList(ConfigTree, String) - Static method in class org.jboss.soa.esb.actions.ActionUtils
 
getObject(Class, long) - Method in interface org.jboss.soa.esb.services.PersistManager
 
getObjStoreConfigFile() - Static method in class org.jboss.soa.esb.common.Configuration
 
getOkNotification(Message) - Method in interface org.jboss.soa.esb.actions.ActionProcessor
Get the "OK" notification message for this processor.
getOkNotification(Message) - Method in class org.jboss.soa.esb.actions.CbrProxyAction
 
getOkNotification(Message) - Method in class org.jboss.soa.esb.actions.converters.ByteArrayToString
 
getOkNotification(Message) - Method in class org.jboss.soa.esb.actions.converters.FileToByteArray
 
getOkNotification(Message) - Method in class org.jboss.soa.esb.actions.converters.ObjectToCSVString
 
getOkNotification(Message) - Method in class org.jboss.soa.esb.actions.converters.ObjectToXStream
 
getOkNotification(Message) - Method in class org.jboss.soa.esb.actions.converters.SmooksTransformer
 
getOkNotification(Message) - Method in class org.jboss.soa.esb.actions.FtpDownloader
 
getOkNotification(Message) - Method in class org.jboss.soa.esb.actions.FtpUploader
 
getOkNotification(Message) - Method in class org.jboss.soa.esb.actions.routing.EchoRouter
 
getOkNotification(Message) - Method in class org.jboss.soa.esb.actions.routing.FileCopier
 
getOkNotification(Message) - Method in class org.jboss.soa.esb.actions.routing.HttpRouter
 
getOkNotification(Message) - Method in class org.jboss.soa.esb.actions.routing.JMSRouter
 
getOkNotification(Message) - Method in class org.jboss.soa.esb.actions.routing.ObjectToFileWriter
 
getOkNotification(Message) - Method in class org.jboss.soa.esb.actions.templates.MockAction
 
getOkNotification(Message) - Method in class org.jboss.soa.esb.actions.templates.MockFileAction
 
getOkNotification(Message) - Method in class org.jboss.soa.esb.actions.templates.MockSqlRowAction
 
getParamRepositoryImplClass() - Static method in class org.jboss.soa.esb.common.Configuration
 
getParent() - Method in class org.jboss.soa.esb.addressing.PortReference.Extension
 
getParent() - Method in class org.jboss.soa.esb.helpers.ConfigTree
whose child is 'this' (null if root)
getPassive() - Method in class org.jboss.soa.esb.addressing.eprs.FTPEpr
 
getPassword() - Method in class org.jboss.soa.esb.addressing.eprs.EmailEpr
 
getPassword() - Method in class org.jboss.soa.esb.addressing.eprs.FTPEpr
 
getPassword() - Method in class org.jboss.soa.esb.addressing.eprs.JDBCEpr
 
getPhoneAt(int) - Method in class org.jboss.soa.esb.common.bizclasses.Address
 
getPhoneAt(int) - Method in class org.jboss.soa.esb.common.bizclasses.Person
 
getPhoneCount() - Method in class org.jboss.soa.esb.common.bizclasses.Address
 
getPhoneCount() - Method in class org.jboss.soa.esb.common.bizclasses.Person
 
getPhoneRole(String) - Method in class org.jboss.soa.esb.common.bizclasses.Address
 
getPhoneRole(String) - Method in class org.jboss.soa.esb.common.bizclasses.Person
 
getPickupCourier(EPR) - Static method in class org.jboss.soa.esb.couriers.CourierFactory
Obtain a courier which can perform pickups only and prime it with the "to address" (toEPR) and the "replyTo address" (replyToEPR).
getPort() - Method in class org.jboss.soa.esb.addressing.eprs.EmailEpr
 
getPort() - Method in class org.jboss.soa.esb.nagios.NagiosAgent
 
getPort() - Method in interface org.jboss.soa.esb.nagios.NagiosAgentMBean
 
getPostDelete() - Method in class org.jboss.soa.esb.addressing.eprs.FileEpr
 
getPostDirectory() - Method in class org.jboss.soa.esb.addressing.eprs.FileEpr
 
getPostSuffix() - Method in class org.jboss.soa.esb.addressing.eprs.FileEpr
 
getPrefix() - Method in class org.jboss.soa.esb.addressing.PortReference.Extension
 
getProcessor() - Method in class org.jboss.soa.esb.actions.ActionDefinition
Get the action processor instance.
getProperties() - Method in class org.jboss.soa.esb.actions.ActionDefinition
Get the action properties to be supplied to the action processor.
getProperties() - Method in interface org.jboss.soa.esb.message.Message
 
getProperty(String) - Method in interface org.jboss.soa.esb.message.Properties
getProperty(name)
getProperty(String, Object) - Method in interface org.jboss.soa.esb.message.Properties
getProperty(name,defaultVal)
getPropertyManager(String) - Static method in class org.jboss.soa.esb.common.ModulePropertyManager
Get the property manager responsible for the module component in the file.
getProtocol() - Method in class org.jboss.soa.esb.addressing.eprs.EmailEpr
 
getReason() - Method in interface org.jboss.soa.esb.message.Fault
 
getRegistry() - Static method in class org.jboss.soa.esb.services.registry.RegistryFactory
 
getRegistryFactoryClass() - Static method in class org.jboss.soa.esb.common.Configuration
The Registry Factory Class setting specifies which JAXR implementation should be used.
getRegistryImplementationClass() - Static method in class org.jboss.soa.esb.common.Configuration
The Registry Implememtation Class defines wrapper class
getRegistryLifecycleManagerURI() - Static method in class org.jboss.soa.esb.common.Configuration
The Registry Lifecycle Manager URI can be use to publish services.
getRegistryPassword() - Static method in class org.jboss.soa.esb.common.Configuration
The Registry Password that goes with the Registry User.
getRegistryQueryManageURI() - Static method in class org.jboss.soa.esb.common.Configuration
The Registry Query Manager URI can be used to obtain information about services and their endPoints.
getRegistryScoutTransportClass() - Static method in class org.jboss.soa.esb.common.Configuration
The Registry Scout Transport Class defines which communication protocol Scout should use to communicate with the UDDI registry.
getRegistryUser() - Static method in class org.jboss.soa.esb.common.Configuration
The Registry User is used to inquire and publish to the Registry.
getRelatesTo() - Method in class org.jboss.soa.esb.addressing.Call
 
getRemoteDir() - Method in class org.jboss.soa.esb.util.FtpClientUtil
 
getRemoteDir() - Method in interface org.jboss.soa.esb.util.RemoteFileSystem
 
getRemoteFileSystem(ConfigTree, boolean) - Static method in class org.jboss.soa.esb.util.RemoteFileSystemFactory
 
getReplySelector() - Static method in class org.jboss.soa.esb.couriers.CourierUtil
We will be listening the same queue, but with a 'temporary' message selector based of a UUID.
getReplyTo() - Method in class org.jboss.soa.esb.addressing.Call
 
getResponse() - Method in class org.jboss.soa.esb.nagios.monitor.HeartbeatMonitor
 
getResponse() - Method in class org.jboss.soa.esb.nagios.monitor.MemoryMonitor
 
getResponse() - Method in interface org.jboss.soa.esb.nagios.monitor.ServiceMonitor
 
getReturncode() - Method in class org.jboss.soa.esb.nagios.ServiceResponse
 
getReturncode() - Method in class org.jboss.soa.esb.nagios.transport.NagiosNSCAPacket
 
getRole() - Method in class org.jboss.soa.esb.util.BaseBusinessObject
 
getRoleFromList(String, List<? extends BaseBusinessObject>) - Static method in class org.jboss.soa.esb.util.BaseBusinessObject
 
getRouter() - Static method in class org.jboss.soa.esb.services.routing.cbr.ContentBasedRouterFactory
 
getSelectFields() - Method in class org.jboss.soa.esb.helpers.persist.SqlDbTable
 
getSelectStatement() - Method in class org.jboss.soa.esb.helpers.persist.SqlDbTable
 
getSendTo() - Method in class org.jboss.soa.esb.helpers.Email
 
getServer() - Method in class org.jboss.soa.esb.nagios.NagiosAgent
 
getServer() - Method in interface org.jboss.soa.esb.nagios.NagiosAgentMBean
 
getServerContext(String, String) - Static method in class org.jboss.soa.esb.helpers.AppServerContext
 
getService() - Method in class org.jboss.soa.esb.nagios.monitor.HeartbeatMonitor
 
getService() - Method in class org.jboss.soa.esb.nagios.monitor.MemoryMonitor
 
getService() - Method in interface org.jboss.soa.esb.nagios.monitor.ServiceMonitor
 
getService() - Method in class org.jboss.soa.esb.nagios.NagiosAgent
 
getService() - Method in interface org.jboss.soa.esb.nagios.NagiosAgentMBean
 
getServicename() - Method in class org.jboss.soa.esb.nagios.transport.NagiosNSCAPacket
 
getSmtpAuth() - Static method in class org.jboss.soa.esb.common.Configuration
 
getSmtpFrom() - Static method in class org.jboss.soa.esb.common.Configuration
 
getSmtpHost() - Static method in class org.jboss.soa.esb.common.Configuration
 
getSmtpPassword() - Static method in class org.jboss.soa.esb.common.Configuration
 
getSmtpPort() - Static method in class org.jboss.soa.esb.common.Configuration
 
getSmtpUsername() - Static method in class org.jboss.soa.esb.common.Configuration
 
getSnap() - Method in class org.jboss.soa.esb.util.BaseBusinessObject
 
getSnap() - Method in class org.jboss.soa.esb.util.BobjStdDTO
 
getSnapDate() - Method in class org.jboss.soa.esb.util.BaseBusinessObject
 
getSnapDate() - Method in class org.jboss.soa.esb.util.BobjStdDTO
 
getSnapType() - Method in class org.jboss.soa.esb.util.BobjStdDTO
 
getSQL() - Method in class org.jboss.soa.esb.addressing.eprs.JDBCEpr
 
getSqlLength() - Method in class org.jboss.soa.esb.helpers.persist.SqlField
 
getSqlType() - Method in class org.jboss.soa.esb.helpers.persist.SqlField
 
getStamp() - Method in class org.jboss.soa.esb.util.BaseBusinessObject
 
getStamp() - Method in class org.jboss.soa.esb.util.BobjStdDTO
 
getStamp() - Static method in class org.jboss.soa.esb.util.Util
 
getState() - Method in class org.jboss.soa.esb.listeners.gateway.GatewayListenerController
 
getState() - Method in class org.jboss.soa.esb.listeners.message.EsbListenerController
 
getState() - Method in class org.jboss.soa.esb.listeners.old.GpListener
 
getStatus(SqlTableGatewayListener.ROW_STATE) - Method in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
getStatus() - Method in class org.jboss.soa.esb.nagios.MonitorManager
 
getStatus() - Method in class org.jboss.soa.esb.nagios.NagiosAgent
 
getStatus() - Method in interface org.jboss.soa.esb.nagios.NagiosAgentMBean
 
getStoreConnectionFactory() - Static method in class org.jboss.soa.esb.common.Configuration
 
getStoreDriver() - Static method in class org.jboss.soa.esb.common.Configuration
 
getStorePoolInitialSize() - Static method in class org.jboss.soa.esb.common.Configuration
 
getStorePoolMaxSize() - Static method in class org.jboss.soa.esb.common.Configuration
 
getStorePoolMinSize() - Static method in class org.jboss.soa.esb.common.Configuration
 
getStorePoolTestTable() - Static method in class org.jboss.soa.esb.common.Configuration
 
getStorePoolTimeoutMillis() - Static method in class org.jboss.soa.esb.common.Configuration
 
getStorePwd() - Static method in class org.jboss.soa.esb.common.Configuration
 
getStoreUrl() - Static method in class org.jboss.soa.esb.common.Configuration
 
getStoreUser() - Static method in class org.jboss.soa.esb.common.Configuration
 
getStrings() - Method in class org.jboss.soa.esb.util.ObjLocator
 
getStringValue(String) - Static method in class org.jboss.soa.esb.common.bizclasses.OneValue
 
getStringValue(String, String) - Static method in class org.jboss.soa.esb.common.bizclasses.OneValue
 
getSubject() - Method in class org.jboss.soa.esb.helpers.Email
 
getTableName() - Method in class org.jboss.soa.esb.helpers.persist.SqlDbTable
 
getTag() - Method in class org.jboss.soa.esb.addressing.PortReference.Extension
 
getTaskBeforeObject(Message) - Static method in class org.jboss.soa.esb.actions.ActionUtils
Obtain previous 'current object' from standard spot within message
getTaskObject(Message) - Static method in class org.jboss.soa.esb.actions.ActionUtils
Obtain the current object from standard spot within message
getTemporaryReplyToEpr(EPR) - Static method in class org.jboss.soa.esb.couriers.CourierUtil
Build a temporary replyToEPR, based on the toEpr, to which we can reply to.
getTextChildren(String) - Method in class org.jboss.soa.esb.helpers.ConfigTree
Obtain all String values with the same name
getTimestamp() - Method in class org.jboss.soa.esb.nagios.transport.NagiosNSCAPacket
 
getTo() - Method in class org.jboss.soa.esb.addressing.Call
 
getType() - Method in interface org.jboss.soa.esb.message.format.MessagePlugin
 
getType() - Method in interface org.jboss.soa.esb.message.Message
 
getUid() - Method in class org.jboss.soa.esb.util.BaseBusinessObject
 
getUid() - Method in class org.jboss.soa.esb.util.BobjStdDTO
 
getUid() - Method in class org.jboss.soa.esb.util.ObjLocator
 
getUidChunk(int) - Method in interface org.jboss.soa.esb.services.PersistManager
 
getUids(ObjLocator[]) - Static method in class org.jboss.soa.esb.util.ObjLocator
 
getUnnamedCount() - Method in interface org.jboss.soa.esb.message.Attachment
getUnnamedCount()
getUpdateStatement() - Method in class org.jboss.soa.esb.helpers.persist.SqlDbTable
 
getURI() - Method in class org.jboss.soa.esb.addressing.PortReference.Extension
 
getURL() - Method in class org.jboss.soa.esb.addressing.eprs.FileEpr
Get the URL address.
getURL() - Method in class org.jboss.soa.esb.addressing.eprs.FTPEpr
Get the URL address.
getURL() - Method in class org.jboss.soa.esb.addressing.eprs.HTTPEpr
Get the URL address.
getURL() - Method in class org.jboss.soa.esb.addressing.eprs.JDBCEpr
Get the URL address.
getUserName() - Method in class org.jboss.soa.esb.addressing.eprs.EmailEpr
 
getUserName() - Method in class org.jboss.soa.esb.addressing.eprs.FTPEpr
 
getUserName() - Method in class org.jboss.soa.esb.addressing.eprs.JDBCEpr
 
getValue() - Method in class org.jboss.soa.esb.addressing.PortReference.Extension
 
getValue() - Method in class org.jboss.soa.esb.helpers.KeyValuePair
 
getValue(String, List<KeyValuePair>) - Static method in class org.jboss.soa.esb.helpers.KeyValuePair
Get the value associated with the specified key from the supplied list of Key Value Pairs.
getValue(String, List<KeyValuePair>, String) - Static method in class org.jboss.soa.esb.helpers.KeyValuePair
Get the value associated with the specified key from the supplied list of Key Value Pairs.
getVersion() - Method in class org.jboss.soa.esb.addressing.eprs.JMSEpr
 
getWholeText() - Method in class org.jboss.soa.esb.helpers.ConfigTree
concatenated values of all child String values that have been added to 'this'
"" (zero length String) if no String child nodes
getWorkSuffix() - Method in class org.jboss.soa.esb.addressing.eprs.FileEpr
 
GpListener - Class in org.jboss.soa.esb.listeners.old
Controlling class that will launch listener child threads for supported transport listener classes, as indicated in the configuration XML tree pointed by arg[0]

Can be launched as uppermost controller (it has a main(args) method)

Also implements Runnable, and can thus be launched in a child thread from an upper controlling process

Listens on a JMS queue (with an optional message selector) for commands (e.g.

GpListener() - Constructor for class org.jboss.soa.esb.listeners.old.GpListener
Package pivate default constructor.
GpListener(String) - Constructor for class org.jboss.soa.esb.listeners.old.GpListener
Construct a Listener Manager from the named repository based configuration.
GpListener(ConfigTree) - Constructor for class org.jboss.soa.esb.listeners.old.GpListener
Construct a Listener Manager using the specified listener configuration.
GpListener.State - Enum in org.jboss.soa.esb.listeners.old
 

H

hashCode() - Method in class org.jboss.soa.esb.addressing.PortReference.Extension
Return the hash code for this object.
hashCode() - Method in class org.jboss.soa.esb.addressing.PortReference
Return the hash code for this object.
hasUid() - Method in class org.jboss.soa.esb.util.BaseBusinessObject
 
Header - Interface in org.jboss.soa.esb.message
The message header.
HeartbeatMonitor - Class in org.jboss.soa.esb.nagios.monitor
 
HeartbeatMonitor(String, String) - Constructor for class org.jboss.soa.esb.nagios.monitor.HeartbeatMonitor
 
HTTP_ROUTER_ROUTE_URL - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
 
HTTPEpr - Class in org.jboss.soa.esb.addressing.eprs
A helper class for using HTTP style EPRs.
HTTPEpr(EPR) - Constructor for class org.jboss.soa.esb.addressing.eprs.HTTPEpr
 
HTTPEpr(URL) - Constructor for class org.jboss.soa.esb.addressing.eprs.HTTPEpr
 
HTTPEpr(String) - Constructor for class org.jboss.soa.esb.addressing.eprs.HTTPEpr
 
HttpListener - Class in org.jboss.soa.esb.listeners.message
Http listener implementation using the JBoss Remoting channel.
HttpListener(EsbListenerController, ConfigTree) - Constructor for class org.jboss.soa.esb.listeners.message.HttpListener
Constructor initialising this HttpListener
HttpListener - Class in org.jboss.soa.esb.listeners.old
 
HttpListener(GpListener, ConfigTree, ActionDefinitionFactory) - Constructor for class org.jboss.soa.esb.listeners.old.HttpListener
 
HttpRouter - Class in org.jboss.soa.esb.actions.routing
HttpRouter Action Processor.
HttpRouter(ConfigTree) - Constructor for class org.jboss.soa.esb.actions.routing.HttpRouter
Constructing a HttpRouter instance

I

info - Variable in class org.jboss.soa.esb.listeners.message.HttpListener
 
initSmooks(List<KeyValuePair>) - Method in class org.jboss.soa.esb.actions.converters.SmooksTransformer
Initialise the static SmooksStandalone instance.
INPUT_SUFFIX_TAG - Static variable in class org.jboss.soa.esb.addressing.eprs.FileEpr
 
INSTANCE_IDENTIFIER_TAG - Static variable in class org.jboss.soa.esb.addressing.XMLUtil
 
intToBytes(int, int, byte[], int) - Static method in class org.jboss.soa.esb.nagios.util.ByteOps
Convert an int to some number of bytes and store them in an array.
invoke(InvocationRequest) - Method in class org.jboss.soa.esb.listeners.message.HttpListener
 
invoke(InvocationRequest) - Method in class org.jboss.soa.esb.listeners.old.HttpListener
 
isEmpty() - Method in class org.jboss.soa.esb.util.BobjStdDTO
 
isErr() - Method in class org.jboss.soa.esb.notification.NotificationList
Is this an Error (failure) NotificationList ?
isList() - Method in class org.jboss.soa.esb.util.BobjStdDTO
 
isLong(String) - Static method in class org.jboss.soa.esb.util.Util
 
isNullString(String) - Static method in class org.jboss.soa.esb.util.Util
 
isOK() - Method in class org.jboss.soa.esb.notification.NotificationList
Is this an OK (success) NotificationList ?
isPositiveLong(String) - Static method in class org.jboss.soa.esb.util.Util
 
isPostDelete() - Method in class org.jboss.soa.esb.listeners.old.DirectoryPoller.WorkingFile
 
isPostDelete() - Method in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller.WorkingFile
is this working file to be deleted after successful processing ?
isPrimaryKey() - Method in class org.jboss.soa.esb.helpers.persist.SqlField
 
isProcessingComplete() - Method in class org.jboss.soa.esb.listeners.message.ActionProcessingPipeline
 
isPureText() - Method in class org.jboss.soa.esb.helpers.ConfigTree
 
itemAt(int) - Method in interface org.jboss.soa.esb.message.Attachment
get the item at the specified position in the list of unnamed objects

J

JAVA_SERIALIZED - Static variable in class org.jboss.soa.esb.message.format.MessageType
 
JBOSS_XML - Static variable in class org.jboss.soa.esb.message.format.MessageType
 
JDBC_PROTOCOL - Static variable in class org.jboss.soa.esb.addressing.eprs.JDBCEpr
 
JdbcCleanConn - Class in org.jboss.soa.esb.helpers.persist
 
JdbcCleanConn(DataSource) - Constructor for class org.jboss.soa.esb.helpers.persist.JdbcCleanConn
 
JDBCEpr - Class in org.jboss.soa.esb.addressing.eprs
A helper class for using database style EPRs.
JDBCEpr(EPR) - Constructor for class org.jboss.soa.esb.addressing.eprs.JDBCEpr
 
JDBCEpr(String, String) - Constructor for class org.jboss.soa.esb.addressing.eprs.JDBCEpr
 
JMS_PROTOCOL - Static variable in class org.jboss.soa.esb.addressing.eprs.JMSEpr
 
JMSEpr - Class in org.jboss.soa.esb.addressing.eprs
A helper class for using JMS style EPRs.
JMSEpr(EPR) - Constructor for class org.jboss.soa.esb.addressing.eprs.JMSEpr
 
JMSEpr(String, String, String) - Constructor for class org.jboss.soa.esb.addressing.eprs.JMSEpr
Create a new JMS EPR.
JMSEpr(String, String, String, String, String, String) - Constructor for class org.jboss.soa.esb.addressing.eprs.JMSEpr
Create a new JMS EPR.
JMSEpr(String, String, String, String, String, String, String) - Constructor for class org.jboss.soa.esb.addressing.eprs.JMSEpr
Create a new JMS EPR.
JmsGatewayListener - Class in org.jboss.soa.esb.listeners.gateway
 
JmsGatewayListener(GatewayListenerController, ConfigTree) - Constructor for class org.jboss.soa.esb.listeners.gateway.JmsGatewayListener
 
jmsMessageReceiver - Variable in class org.jboss.soa.esb.listeners.old.JmsQueueListener
 
JmsQueueListener - Class in org.jboss.soa.esb.listeners.message
Esb Message aware JMS queue listener.
JmsQueueListener(EsbListenerController, ConfigTree) - Constructor for class org.jboss.soa.esb.listeners.message.JmsQueueListener
public constructor
JmsQueueListener - Class in org.jboss.soa.esb.listeners.old
 
JmsQueueListener(GpListener, ConfigTree, ActionDefinitionFactory) - Constructor for class org.jboss.soa.esb.listeners.old.JmsQueueListener
 
JMSRouter - Class in org.jboss.soa.esb.actions.routing
JSM Routing Action Processor.
JMSRouter(String, List<KeyValuePair>) - Constructor for class org.jboss.soa.esb.actions.routing.JMSRouter
Public constructor.
JNDI_SERVER_TYPE - Static variable in class org.jboss.soa.esb.common.Environment
 
JNDI_SERVER_URL - Static variable in class org.jboss.soa.esb.common.Environment
 
JNDI_TYPE_TAG - Static variable in class org.jboss.soa.esb.addressing.eprs.JMSEpr
 
JNDI_URL_TAG - Static variable in class org.jboss.soa.esb.addressing.eprs.JMSEpr
 
justThrow(Message) - Method in class org.jboss.soa.esb.actions.templates.MockMessageAction
 

K

KeyValuePair - Class in org.jboss.soa.esb.helpers
 
KeyValuePair(String, String) - Constructor for class org.jboss.soa.esb.helpers.KeyValuePair
 

L

LISTEN_JNDI_TYPE - Static variable in class org.jboss.soa.esb.listeners.old.JmsQueueListener
 
LISTEN_JNDI_URL - Static variable in class org.jboss.soa.esb.listeners.old.JmsQueueListener
 
LISTEN_MSG_SELECTOR - Static variable in class org.jboss.soa.esb.listeners.old.JmsQueueListener
 
LISTEN_QUEUE - Static variable in class org.jboss.soa.esb.listeners.old.JmsQueueListener
 
LISTEN_QUEUE_CONN_FACT - Static variable in class org.jboss.soa.esb.listeners.old.JmsQueueListener
 
listenerConfig - Variable in class org.jboss.soa.esb.listeners.old.AbstractListener
 
ListenerInitializationException - Exception in org.jboss.soa.esb.listeners
 
ListenerInitializationException() - Constructor for exception org.jboss.soa.esb.listeners.ListenerInitializationException
Public Default Constructor.
ListenerInitializationException(String) - Constructor for exception org.jboss.soa.esb.listeners.ListenerInitializationException
Public Constructor.
ListenerInitializationException(String, Throwable) - Constructor for exception org.jboss.soa.esb.listeners.ListenerInitializationException
Public Constructor.
ListenerInitializationException(Throwable) - Constructor for exception org.jboss.soa.esb.listeners.ListenerInitializationException
Public Constructor.
ListenerTagNames - Class in org.jboss.soa.esb.listeners
 
ListenerTagNames() - Constructor for class org.jboss.soa.esb.listeners.ListenerTagNames
 
listenHttpUrl - Variable in class org.jboss.soa.esb.listeners.message.HttpListener
 
listenHttpUrl - Variable in class org.jboss.soa.esb.listeners.old.HttpListener
 
loadEPR(String) - Method in class org.jboss.soa.esb.addressing.util.EPRManager
Get the EPR specified by the logical name.
localDelete() - Method in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller.WorkingFile
 
localRenameToError() - Method in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller.WorkingFile
 
localRenameToInput() - Method in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller.WorkingFile
 
localRenameToOutput() - Method in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller.WorkingFile
 
locator() - Method in class org.jboss.soa.esb.common.bizclasses.BatchProcess
Obtain a String[] of 'human readable' attributes that will help identify the BatchProcess object.
locator() - Method in class org.jboss.soa.esb.common.bizclasses.Person
 
locator() - Method in class org.jboss.soa.esb.util.BaseBusinessObject
 
logger - Variable in class org.jboss.soa.esb.actions.AbstractSqlRowAction
 
logger - Variable in class org.jboss.soa.esb.listeners.message.AbstractListener
 
logger - Variable in class org.jboss.soa.esb.listeners.message.HttpListener
 
logger - Variable in class org.jboss.soa.esb.listeners.old.AbstractListener
 
longToBytes(long, int, byte[], int) - Static method in class org.jboss.soa.esb.nagios.util.ByteOps
 
lookupQueueConnectionFactory() - Method in class org.jboss.soa.esb.notification.NotifyQueues
Get the QueueConnectionFactory to be used for this instance.

M

m_bError - Variable in class org.jboss.soa.esb.listeners.old.JmsQueueListener
 
m_bPostDel - Variable in class org.jboss.soa.esb.listeners.old.DirectoryPoller
 
m_bPostDel - Variable in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller
 
m_iDfltPollMillis - Variable in class org.jboss.soa.esb.listeners.old.AbstractPoller
 
m_iDfltReloadMillis - Variable in class org.jboss.soa.esb.listeners.message.EsbListenerController
 
m_iDfltReloadMillis - Variable in class org.jboss.soa.esb.listeners.old.GpListener
 
m_iMaxThr - Variable in class org.jboss.soa.esb.listeners.message.AbstractListener
 
m_iMaxThr - Variable in class org.jboss.soa.esb.listeners.old.AbstractListener
 
m_iMinPollMillis - Variable in class org.jboss.soa.esb.listeners.old.AbstractPoller
 
m_iPollMillis - Variable in class org.jboss.soa.esb.listeners.old.AbstractPoller
 
m_iQthr - Variable in class org.jboss.soa.esb.listeners.old.AbstractListener
 
m_iSleepForThreads - Variable in class org.jboss.soa.esb.listeners.old.AbstractListener
 
m_iUpperThreadLimit - Variable in class org.jboss.soa.esb.listeners.message.AbstractListener
 
m_iUpperThreadLimit - Variable in class org.jboss.soa.esb.listeners.old.AbstractListener
 
m_oActionDefinitionFactory - Variable in class org.jboss.soa.esb.listeners.old.AbstractListener
 
m_oActions - Variable in class org.jboss.soa.esb.listeners.old.AbstractListener
 
m_oaFields - Variable in class org.jboss.soa.esb.helpers.persist.SqlDbTable
 
m_oaMssProd - Variable in class org.jboss.soa.esb.notification.NotifyJMS
Array with an instance of javax.jms.MessageProducer on each entry that will be used to send the notification at sendNotification() time
m_oaOutF - Variable in class org.jboss.soa.esb.notification.NotifyFiles
The NotificationFile[] that holds the output file list.
m_oaPS - Variable in class org.jboss.soa.esb.helpers.persist.SqlDbTable
 
m_oAtts - Variable in class org.jboss.soa.esb.util.BobjStdDTO
 
m_oChild - Variable in class org.jboss.soa.esb.util.BobjStdDTO
 
m_oCols - Variable in class org.jboss.soa.esb.notification.NotifySqlTable
 
m_oConn - Variable in class org.jboss.soa.esb.notification.NotifyJMS
The javax.jms.Connection instance used to talk to JMS
m_oCtx - Variable in class org.jboss.soa.esb.notification.NotifyJMS
This object holds the JNDI naming context that will be used to obtain a JMS destination (javax.jms.Destination) to send/publish the notification at sendNotification() time
m_oDad - Variable in class org.jboss.soa.esb.listeners.old.AbstractListener
 
m_oErrorDir - Variable in class org.jboss.soa.esb.listeners.old.DirectoryPoller
 
m_oErrorDir - Variable in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller
 
m_oFFilt - Variable in class org.jboss.soa.esb.listeners.old.DirectoryPoller
 
m_oInpDir - Variable in class org.jboss.soa.esb.listeners.old.DirectoryPoller
 
m_oInpDir - Variable in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller
 
m_olHeaders - Variable in class org.jboss.soa.esb.common.bizclasses.BatchProcess
 
m_olItems - Variable in class org.jboss.soa.esb.common.bizclasses.BatchProcess
 
m_oLogger - Variable in class org.jboss.soa.esb.helpers.persist.JdbcCleanConn
 
m_olPrepSt - Variable in class org.jboss.soa.esb.helpers.persist.JdbcCleanConn
 
m_oMsgFactory - Variable in class org.jboss.soa.esb.listeners.old.AbstractListener
 
m_oParms - Variable in class org.jboss.soa.esb.notification.NotificationTarget
Common object to hold details of object's information - Each derived class will hold it's own needs
m_oPostDir - Variable in class org.jboss.soa.esb.listeners.old.DirectoryPoller
 
m_oPostDir - Variable in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller
 
m_oQconn - Variable in class org.jboss.soa.esb.listeners.old.JmsQueueListener
 
m_oQsess - Variable in class org.jboss.soa.esb.listeners.old.JmsQueueListener
 
m_oQueue - Variable in class org.jboss.soa.esb.listeners.old.JmsQueueListener
 
m_oSess - Variable in class org.jboss.soa.esb.notification.NotifyJMS
The javax.jms.Session instance used to talk to JMS
m_oThrGrp - Variable in class org.jboss.soa.esb.listeners.old.AbstractListener
 
m_oVals - Variable in class org.jboss.soa.esb.listeners.old.SqlTablePoller
 
m_saaLocators - Variable in class org.jboss.soa.esb.util.BobjStdDTO
 
m_saCols - Variable in class org.jboss.soa.esb.listeners.old.SqlTablePoller
 
m_saKeys - Variable in class org.jboss.soa.esb.listeners.old.SqlTablePoller
 
m_sClassNm - Variable in class org.jboss.soa.esb.util.BobjStdDTO
 
m_sDataCol - Variable in class org.jboss.soa.esb.notification.NotifySqlTable
 
m_sDriver - Variable in class org.jboss.soa.esb.notification.NotifySqlTable
 
m_sElemNm - Variable in class org.jboss.soa.esb.util.BobjStdDTO
 
m_sErrSfx - Variable in class org.jboss.soa.esb.listeners.old.DirectoryPoller
 
m_sErrSfx - Variable in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller
 
m_sInpSfx - Variable in class org.jboss.soa.esb.listeners.old.DirectoryPoller
 
m_sInpSfx - Variable in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller
 
m_sPostSfx - Variable in class org.jboss.soa.esb.listeners.old.DirectoryPoller
 
m_sPostSfx - Variable in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller
 
m_sPwd - Variable in class org.jboss.soa.esb.notification.NotifySqlTable
 
m_sSelector - Variable in class org.jboss.soa.esb.listeners.old.JmsQueueListener
 
m_sSelectSql - Variable in class org.jboss.soa.esb.helpers.persist.SqlDbTable
 
m_sTable - Variable in class org.jboss.soa.esb.notification.NotifySqlTable
 
m_sTableName - Variable in class org.jboss.soa.esb.helpers.persist.SqlDbTable
 
m_sUpdStates - Variable in class org.jboss.soa.esb.listeners.old.SqlTablePoller
 
m_sURL - Variable in class org.jboss.soa.esb.notification.NotifySqlTable
 
m_sUser - Variable in class org.jboss.soa.esb.notification.NotifySqlTable
 
m_sVal - Variable in class org.jboss.soa.esb.common.bizclasses.OneValue
 
m_sWrkSfx - Variable in class org.jboss.soa.esb.listeners.old.DirectoryPoller
 
m_sWrkSfx - Variable in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller
 
main(String[]) - Static method in class org.jboss.soa.esb.listeners.gateway.GatewayListenerController
 
main(String[]) - Static method in class org.jboss.soa.esb.listeners.message.EsbListenerController
 
main(String[]) - Static method in class org.jboss.soa.esb.listeners.old.GpListener
 
main(String[]) - Static method in class org.jboss.soa.esb.nagios.Runner
 
MarshalException - Exception in org.jboss.soa.esb
Thrown if marshalling failed.
MarshalException() - Constructor for exception org.jboss.soa.esb.MarshalException
 
MarshalException(String) - Constructor for exception org.jboss.soa.esb.MarshalException
 
MAX_DESCRIPTION_LENGTH - Static variable in class org.jboss.soa.esb.nagios.Constants
 
MAX_HOSTNAME_LENGTH - Static variable in class org.jboss.soa.esb.nagios.Constants
 
MAX_PLUGINOUTPUT_LENGTH - Static variable in class org.jboss.soa.esb.nagios.Constants
 
MAX_RETRIES - Static variable in class org.jboss.soa.esb.helpers.AppServerContext
 
MemoryMonitor - Class in org.jboss.soa.esb.nagios.monitor
 
MemoryMonitor(String, String) - Constructor for class org.jboss.soa.esb.nagios.monitor.MemoryMonitor
 
merge(Body) - Method in interface org.jboss.soa.esb.message.Body
Merge two bodies.
MESSAGE - Static variable in class org.jboss.soa.esb.helpers.Email
ConfigTree child Text elements : Each child represents the name of a file to be attached in the outgoing message
Message - Interface in org.jboss.soa.esb.message
This is the basic internal core message abstraction.
MESSAGE_IDENTIFIER_TAG - Static variable in class org.jboss.soa.esb.addressing.XMLUtil
 
MESSAGE_PLUGIN - Static variable in interface org.jboss.soa.esb.message.format.MessagePlugin
 
MESSAGE_PROCESSING_ACTIONS_LIST - Static variable in class org.jboss.soa.esb.listeners.old.AbstractListener
Name constant def for the Message attachemnt carrying the list of actions to be applied to the incomming message.
MESSAGE_SELECTOR_TAG - Static variable in class org.jboss.soa.esb.addressing.eprs.JMSEpr
 
messageAsString(Message) - Method in class org.jboss.soa.esb.actions.Notifier
 
MessageFactory - Class in org.jboss.soa.esb.message.format
You get a message of a specific type when you need it.
MessageFactory() - Constructor for class org.jboss.soa.esb.message.format.MessageFactory
 
MessagePlugin - Interface in org.jboss.soa.esb.message.format
Used to plug in new message formats dynamically.
MessageRouter - Class in org.jboss.soa.esb.services.routing
Generic Message Router Interface.
MessageRouter() - Constructor for class org.jboss.soa.esb.services.routing.MessageRouter
 
MessageRouterException - Exception in org.jboss.soa.esb.services.routing
 
MessageRouterException() - Constructor for exception org.jboss.soa.esb.services.routing.MessageRouterException
 
MessageRouterException(String) - Constructor for exception org.jboss.soa.esb.services.routing.MessageRouterException
 
MessageRouterException(String, Throwable) - Constructor for exception org.jboss.soa.esb.services.routing.MessageRouterException
 
MessageStore - Interface in org.jboss.soa.esb.services.persistence
 
MessageStoreFactory - Class in org.jboss.soa.esb.services.persistence
 
MessageStoreFactory() - Constructor for class org.jboss.soa.esb.services.persistence.MessageStoreFactory
 
MessageStoreType - Class in org.jboss.soa.esb.services.persistence
 
MessageStoreType() - Constructor for class org.jboss.soa.esb.services.persistence.MessageStoreType
 
MessageType - Class in org.jboss.soa.esb.message.format
You get a message of a specific type when you need it.
MessageType() - Constructor for class org.jboss.soa.esb.message.format.MessageType
 
MockAction - Class in org.jboss.soa.esb.actions.templates
Use this class to tune your XML configurations

Once your config works with this dummy class, you can switch to your own action class

You will have to implement these three methods in your own action class

MockAction() - Constructor for class org.jboss.soa.esb.actions.templates.MockAction
 
MockComposer - Class in org.jboss.soa.esb.actions.templates
Use this class to tune your XML configurations

Once your config works with this dummy class, you can switch to your own action class

MockComposer() - Constructor for class org.jboss.soa.esb.actions.templates.MockComposer
 
MockFileAction - Class in org.jboss.soa.esb.actions.templates
Use this class to tune your XML configurations

Once your config works with this dummy class, you can switch to your own action class

You will have to implement these three methods in your own action class

MockFileAction() - Constructor for class org.jboss.soa.esb.actions.templates.MockFileAction
 
MockMessageAction - Class in org.jboss.soa.esb.actions.templates
Use this class to tune your XML configurations

Once your config works with this dummy class, you can switch to your own action class

You will have to implement these three methods in your own action class

MockMessageAction(ConfigTree) - Constructor for class org.jboss.soa.esb.actions.templates.MockMessageAction
 
MockSqlRowAction - Class in org.jboss.soa.esb.actions.templates
Use this class to tune your XML configurations

Once your config works with this dummy class, you can switch to your own action class

You will have to implement these three methods in your own action class

MockSqlRowAction(String, List<KeyValuePair>) - Constructor for class org.jboss.soa.esb.actions.templates.MockSqlRowAction
 
ModulePropertyManager - Class in org.jboss.soa.esb.common
The ESB configuration file is split into modules, each concerned with a specific capability.
ModulePropertyManager() - Constructor for class org.jboss.soa.esb.common.ModulePropertyManager
 
MonitorManager - Class in org.jboss.soa.esb.nagios
The MonitorManager is the core of the Java Nagios client software.
MonitorManager() - Constructor for class org.jboss.soa.esb.nagios.MonitorManager
 
MonitorManager(String, int) - Constructor for class org.jboss.soa.esb.nagios.MonitorManager
 
MonitorManager.BackgroundTask - Class in org.jboss.soa.esb.nagios
 
MonitorManager.BackgroundTask() - Constructor for class org.jboss.soa.esb.nagios.MonitorManager.BackgroundTask
 
MSG_STORE_CONN_FACTORY - Static variable in class org.jboss.soa.esb.common.Environment
 
MSG_STORE_DB_CONNECTION_PWD - Static variable in class org.jboss.soa.esb.common.Environment
 
MSG_STORE_DB_CONNECTION_URL - Static variable in class org.jboss.soa.esb.common.Environment
 
MSG_STORE_DB_CONNECTION_USER - Static variable in class org.jboss.soa.esb.common.Environment
 
MSG_STORE_DB_JDBC_DRIVER - Static variable in class org.jboss.soa.esb.common.Environment
 
MSG_STORE_DB_POOL_INITIAL_SIZE - Static variable in class org.jboss.soa.esb.common.Environment
 
MSG_STORE_DB_POOL_MAX_SIZE - Static variable in class org.jboss.soa.esb.common.Environment
 
MSG_STORE_DB_POOL_MIN_SIZE - Static variable in class org.jboss.soa.esb.common.Environment
 
MSG_STORE_DB_POOL_TEST_TABLE - Static variable in class org.jboss.soa.esb.common.Environment
 
MSG_STORE_DB_POOL_TIMEOUT_MILLIS - Static variable in class org.jboss.soa.esb.common.Environment
 
MSG_STORE_DB_TABLE_NAME - Static variable in class org.jboss.soa.esb.common.Environment
 
myMethod2() - Method in class org.jboss.soa.esb.actions.templates.MockMessageAction
 
myOkMethod1() - Method in class org.jboss.soa.esb.actions.templates.MockMessageAction
 

N

NagiosAgent - Class in org.jboss.soa.esb.nagios
 
NagiosAgent() - Constructor for class org.jboss.soa.esb.nagios.NagiosAgent
 
NagiosAgentMBean - Interface in org.jboss.soa.esb.nagios
 
NagiosNSCAPacket - Class in org.jboss.soa.esb.nagios.transport
Representation of a Nagios NSCA data packet.
NagiosNSCAPacket(long, int, String, String, String) - Constructor for class org.jboss.soa.esb.nagios.transport.NagiosNSCAPacket
Construct a new packet with the provided information
NagiosNSCAPacket(String, String, ServiceResponse) - Constructor for class org.jboss.soa.esb.nagios.transport.NagiosNSCAPacket
 
NagiosNSCATransport - Class in org.jboss.soa.esb.nagios.transport
Transport class sends the data string from the monitor into the Nagios NSCA monitor
NagiosNSCATransport() - Constructor for class org.jboss.soa.esb.nagios.transport.NagiosNSCATransport
 
NagiosStandaloneHeartbeat - Class in org.jboss.soa.esb.util
 
NagiosStandaloneHeartbeat(String, int, String, String) - Constructor for class org.jboss.soa.esb.util.NagiosStandaloneHeartbeat
 
nameForLocator() - Method in class org.jboss.soa.esb.common.bizclasses.Person
 
NEITHER - Static variable in class org.jboss.soa.esb.addressing.PortReference.Extension
 
newBatch() - Method in interface org.jboss.soa.esb.services.BatchManager
 
newDbConn() - Method in class org.jboss.soa.esb.listeners.old.SqlTablePoller
Obtain a new database connection with parameter info
noOperation(Message) - Method in class org.jboss.soa.esb.actions.CbrProxyAction
No-Op method.
noOperation(Message) - Method in class org.jboss.soa.esb.actions.templates.MockMessageAction
 
NORMAL_COMPLETION_METHOD_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
 
NotificationList - Class in org.jboss.soa.esb.notification
Holds lists of NotificationTarget objects so that the NotificationHandler EJB behaviour can be controlled at runtime by client applications
NotificationList(ConfigTree) - Constructor for class org.jboss.soa.esb.notification.NotificationList
Instantiate an object according to the contents of <arg 1>
NotificationManager - Interface in org.jboss.soa.esb.services
Use this interface to group all methods that can be useful to trigger events that can be caught by listeners, within or outside of the Rosetta framework
NotificationTarget - Class in org.jboss.soa.esb.notification
Abstract class to define expected behaviour of all NotificationTargets and provide some common functionality to all of them
NotificationTarget() - Constructor for class org.jboss.soa.esb.notification.NotificationTarget
Instantiate an empty NotificationTarget object
NotificationTarget(ConfigTree) - Constructor for class org.jboss.soa.esb.notification.NotificationTarget
Instantiate a NotificationTarget object with the information contained in <arg 1>
Notifier - Class in org.jboss.soa.esb.actions
 
Notifier(ConfigTree) - Constructor for class org.jboss.soa.esb.actions.Notifier
 
notifyAll(ConfigTree[], Serializable) - Static method in class org.jboss.soa.esb.notification.NotificationList
 
NotifyConsole - Class in org.jboss.soa.esb.notification
 
NotifyConsole(ConfigTree) - Constructor for class org.jboss.soa.esb.notification.NotifyConsole
 
NotifyEmail - Class in org.jboss.soa.esb.notification
This class will send an e-mail using the Email class
NotifyEmail(ConfigTree) - Constructor for class org.jboss.soa.esb.notification.NotifyEmail
Instantiate a NotifyEmail object using the information contained in <arg 1>
notifyError(Message) - Method in class org.jboss.soa.esb.actions.Notifier
 
notifyError(ConfigTree, Exception, Serializable) - Static method in class org.jboss.soa.esb.listeners.old.GpListener
Find child nodes named "NotificationList" that contain an attribute 'type' that starts with "err" (case insensitive) or no 'type' attribute set
notifyError(NotificationManager, ConfigTree, Object, Map, Exception) - Static method in class org.jboss.soa.esb.notification.NotifyUtil
 
NotifyFiles - Class in org.jboss.soa.esb.notification
Write the notification contents into a list of files specified in the constructor time parameters.
NotifyFiles(ConfigTree) - Constructor for class org.jboss.soa.esb.notification.NotifyFiles
Instantiate a NotifyFiles object according to contents of <arg 1>
NotifyJMS - Class in org.jboss.soa.esb.notification
Abstract class that defines the behaviour of NotifyQueues and NotifyTopics (and in fact any other javax.jms.Destination object), and provides common methods to derived classes
NotifyJMS(ConfigTree) - Constructor for class org.jboss.soa.esb.notification.NotifyJMS
Constructor that will be called by child classes to perform initialization tasks that are common to all derived classes
notifyOK(Message) - Method in class org.jboss.soa.esb.actions.Notifier
 
notifyOK(ConfigTree, Serializable) - Static method in class org.jboss.soa.esb.listeners.old.GpListener
Find child nodes named "NotificationList" that contain an attribute 'type' that starts with "ok" (case insensitive)
notifyOK(NotificationManager, ConfigTree, Serializable, Map) - Static method in class org.jboss.soa.esb.notification.NotifyUtil
 
NotifyQueues - Class in org.jboss.soa.esb.notification
This class that implements abstract methods defined in it's superclass
NotifyQueues(ConfigTree) - Constructor for class org.jboss.soa.esb.notification.NotifyQueues
 
NotifySqlTable - Class in org.jboss.soa.esb.notification
 
NotifySqlTable(ConfigTree) - Constructor for class org.jboss.soa.esb.notification.NotifySqlTable
 
NotifyTopics - Class in org.jboss.soa.esb.notification
 
NotifyTopics(ConfigTree) - Constructor for class org.jboss.soa.esb.notification.NotifyTopics
 
NotifyUtil - Class in org.jboss.soa.esb.notification
 
NotifyUtil() - Constructor for class org.jboss.soa.esb.notification.NotifyUtil
 
NSCA_PACKET_VERSION_3 - Static variable in class org.jboss.soa.esb.nagios.Constants
 

O

OBJECT_STORE_CONFIG_FILE - Static variable in class org.jboss.soa.esb.common.Environment
 
ObjectToCSVString - Class in org.jboss.soa.esb.actions.converters
Object to CSV String processor.
ObjectToCSVString(String, List<KeyValuePair>) - Constructor for class org.jboss.soa.esb.actions.converters.ObjectToCSVString
Public constructor.
ObjectToFileWriter - Class in org.jboss.soa.esb.actions.routing
Object to file writing processor.
ObjectToFileWriter(String, List<KeyValuePair>) - Constructor for class org.jboss.soa.esb.actions.routing.ObjectToFileWriter
Public constructor.
ObjectToXStream - Class in org.jboss.soa.esb.actions.converters
Object to XML processor.
ObjectToXStream(String, List<KeyValuePair>) - Constructor for class org.jboss.soa.esb.actions.converters.ObjectToXStream
Public constructor.
ObjLocator - Class in org.jboss.soa.esb.util
 
ObjLocator(long, Object[]) - Constructor for class org.jboss.soa.esb.util.ObjLocator
 
ObjLocatorSorter - Class in org.jboss.soa.esb.util
 
ObjLocatorSorter(ObjLocator[]) - Constructor for class org.jboss.soa.esb.util.ObjLocatorSorter
 
obtainAtt(ConfigTree, String, String) - Method in class org.jboss.soa.esb.listeners.gateway.GatewayListenerController
Find an attribute in the tree (arg 0) or assign default value (arg 2)
obtainAtt(ConfigTree, String, String) - Static method in class org.jboss.soa.esb.listeners.old.GpListener
Find an attribute in the tree (arg 0) or assign default value (arg 2)
obtainAttribute(String, String) - Method in class org.jboss.soa.esb.listeners.message.JmsQueueListener
 
okMethod(Message) - Method in class org.jboss.soa.esb.actions.CbrProxyAction
 
ONE_ONE_PROTOCOL - Static variable in class org.jboss.soa.esb.addressing.eprs.JMSEpr
 
ONE_ZERO_TWO_PROTOCOL - Static variable in class org.jboss.soa.esb.addressing.eprs.JMSEpr
 
OneValue - Class in org.jboss.soa.esb.common.bizclasses
Utility class used to serialize a String within a list of child BusinessObjects It provides no functionality other than allowing the inclusion of a String (eventually with a role and an element name) in a list of children
OneValue(String) - Constructor for class org.jboss.soa.esb.common.bizclasses.OneValue
 
OneValue(String, long) - Constructor for class org.jboss.soa.esb.common.bizclasses.OneValue
 
OneValue(BobjStdDTO) - Constructor for class org.jboss.soa.esb.common.bizclasses.OneValue
 
org.jboss.soa.esb - package org.jboss.soa.esb
 
org.jboss.soa.esb.actions - package org.jboss.soa.esb.actions
 
org.jboss.soa.esb.actions.converters - package org.jboss.soa.esb.actions.converters
 
org.jboss.soa.esb.actions.routing - package org.jboss.soa.esb.actions.routing
 
org.jboss.soa.esb.actions.templates - package org.jboss.soa.esb.actions.templates
 
org.jboss.soa.esb.addressing - package org.jboss.soa.esb.addressing
 
org.jboss.soa.esb.addressing.eprs - package org.jboss.soa.esb.addressing.eprs
 
org.jboss.soa.esb.addressing.util - package org.jboss.soa.esb.addressing.util
 
org.jboss.soa.esb.common - package org.jboss.soa.esb.common
 
org.jboss.soa.esb.common.bizclasses - package org.jboss.soa.esb.common.bizclasses
 
org.jboss.soa.esb.couriers - package org.jboss.soa.esb.couriers
 
org.jboss.soa.esb.helpers - package org.jboss.soa.esb.helpers
 
org.jboss.soa.esb.helpers.persist - package org.jboss.soa.esb.helpers.persist
 
org.jboss.soa.esb.listeners - package org.jboss.soa.esb.listeners
 
org.jboss.soa.esb.listeners.gateway - package org.jboss.soa.esb.listeners.gateway
 
org.jboss.soa.esb.listeners.message - package org.jboss.soa.esb.listeners.message
 
org.jboss.soa.esb.listeners.old - package org.jboss.soa.esb.listeners.old
 
org.jboss.soa.esb.message - package org.jboss.soa.esb.message
 
org.jboss.soa.esb.message.format - package org.jboss.soa.esb.message.format
 
org.jboss.soa.esb.nagios - package org.jboss.soa.esb.nagios
 
org.jboss.soa.esb.nagios.monitor - package org.jboss.soa.esb.nagios.monitor
 
org.jboss.soa.esb.nagios.transport - package org.jboss.soa.esb.nagios.transport
 
org.jboss.soa.esb.nagios.util - package org.jboss.soa.esb.nagios.util
 
org.jboss.soa.esb.notification - package org.jboss.soa.esb.notification
 
org.jboss.soa.esb.parameters - package org.jboss.soa.esb.parameters
 
org.jboss.soa.esb.services - package org.jboss.soa.esb.services
 
org.jboss.soa.esb.services.persistence - package org.jboss.soa.esb.services.persistence
 
org.jboss.soa.esb.services.registry - package org.jboss.soa.esb.services.registry
 
org.jboss.soa.esb.services.routing - package org.jboss.soa.esb.services.routing
 
org.jboss.soa.esb.services.routing.cbr - package org.jboss.soa.esb.services.routing.cbr
 
org.jboss.soa.esb.services.transform - package org.jboss.soa.esb.services.transform
 
org.jboss.soa.esb.util - package org.jboss.soa.esb.util
 

P

ParamRepository - Interface in org.jboss.soa.esb.parameters
Parameter Repository Definition.
ParamRepositoryException - Exception in org.jboss.soa.esb.parameters
ParamRepository access Exception.
ParamRepositoryException(String) - Constructor for exception org.jboss.soa.esb.parameters.ParamRepositoryException
Public Constructor.
ParamRepositoryException(String, Throwable) - Constructor for exception org.jboss.soa.esb.parameters.ParamRepositoryException
Public Constructor.
ParamRepositoryFactory - Class in org.jboss.soa.esb.parameters
Factory class for Singleton ParamRepository creation.
ParamRepositoryFactory() - Constructor for class org.jboss.soa.esb.parameters.ParamRepositoryFactory
 
params - Static variable in class org.jboss.soa.esb.actions.templates.MockSqlRowAction
 
PARAMS_REPOS_IMPL_CLASS - Static variable in class org.jboss.soa.esb.common.Environment
 
PARM_ACTIONS - Static variable in class org.jboss.soa.esb.listeners.old.GpListener
 
PARM_END_TIME - Static variable in class org.jboss.soa.esb.listeners.message.EsbListenerController
 
PARM_END_TIME - Static variable in class org.jboss.soa.esb.listeners.old.GpListener
 
PARM_LISTENER_CLASS - Static variable in class org.jboss.soa.esb.listeners.message.EsbListenerController
 
PARM_LISTENER_CLASS - Static variable in class org.jboss.soa.esb.listeners.old.GpListener
 
PARM_MAX_THREADS - Static variable in class org.jboss.soa.esb.listeners.message.AbstractListener
 
PARM_MAX_THREADS - Static variable in class org.jboss.soa.esb.listeners.old.GpListener
 
PARM_POLL_LTCY - Static variable in class org.jboss.soa.esb.listeners.old.AbstractPoller
 
PARM_RELOAD_SECS - Static variable in class org.jboss.soa.esb.listeners.message.EsbListenerController
 
PARM_RELOAD_SECS - Static variable in class org.jboss.soa.esb.listeners.old.GpListener
 
PARMS_ASCII - Static variable in class org.jboss.soa.esb.util.FtpClientUtil
 
PARMS_ASCII - Static variable in interface org.jboss.soa.esb.util.RemoteFileSystem
 
PARMS_FTP_SERVER - Static variable in class org.jboss.soa.esb.util.FtpClientUtil
 
PARMS_FTP_SERVER - Static variable in interface org.jboss.soa.esb.util.RemoteFileSystem
 
PARMS_LOCAL_DIR - Static variable in class org.jboss.soa.esb.util.FtpClientUtil
 
PARMS_LOCAL_DIR - Static variable in interface org.jboss.soa.esb.util.RemoteFileSystem
 
PARMS_PASSIVE - Static variable in class org.jboss.soa.esb.util.FtpClientUtil
 
PARMS_PASSIVE - Static variable in interface org.jboss.soa.esb.util.RemoteFileSystem
 
PARMS_PASSWD - Static variable in class org.jboss.soa.esb.util.FtpClientUtil
 
PARMS_PASSWD - Static variable in interface org.jboss.soa.esb.util.RemoteFileSystem
 
PARMS_PORT - Static variable in class org.jboss.soa.esb.util.FtpClientUtil
 
PARMS_PORT - Static variable in interface org.jboss.soa.esb.util.RemoteFileSystem
 
PARMS_REMOTE_DIR - Static variable in class org.jboss.soa.esb.util.FtpClientUtil
 
PARMS_REMOTE_DIR - Static variable in interface org.jboss.soa.esb.util.RemoteFileSystem
 
PARMS_USER - Static variable in class org.jboss.soa.esb.util.FtpClientUtil
 
PARMS_USER - Static variable in interface org.jboss.soa.esb.util.RemoteFileSystem
 
parseInt(String) - Static method in class org.jboss.soa.esb.util.Util
 
parseLong(String) - Static method in class org.jboss.soa.esb.util.Util
 
PASSIVE_TAG - Static variable in class org.jboss.soa.esb.addressing.eprs.FTPEpr
 
PASSWORD - Static variable in class org.jboss.soa.esb.helpers.persist.SimpleDataSource
 
PASSWORD_TAG - Static variable in class org.jboss.soa.esb.addressing.eprs.EmailEpr
 
PASSWORD_TAG - Static variable in class org.jboss.soa.esb.addressing.eprs.FTPEpr
 
PASSWORD_TAG - Static variable in class org.jboss.soa.esb.addressing.eprs.JDBCEpr
 
PersistManager - Interface in org.jboss.soa.esb.services
 
Person - Class in org.jboss.soa.esb.common.bizclasses
 
Person(String) - Constructor for class org.jboss.soa.esb.common.bizclasses.Person
 
Person(String, long) - Constructor for class org.jboss.soa.esb.common.bizclasses.Person
 
Person(BobjStdDTO) - Constructor for class org.jboss.soa.esb.common.bizclasses.Person
 
Person.ATTRIB - Enum in org.jboss.soa.esb.common.bizclasses
 
Person.CHLD_LIST - Enum in org.jboss.soa.esb.common.bizclasses
 
phoneForLocator() - Method in class org.jboss.soa.esb.common.bizclasses.Person
 
pickup(long) - Method in interface org.jboss.soa.esb.couriers.TwoWayCourier
Instruct the courier to wait for a pickup in the replyToEpr
pickup(long, EPR) - Method in interface org.jboss.soa.esb.couriers.TwoWayCourier
Instruct the courier to wait for a pickup in the specified EPR
pipelineExecutorPool - Variable in class org.jboss.soa.esb.listeners.message.AbstractListener
 
POLL_LATENCY_SECS_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
Poller tagnames
pollForCandidates() - Method in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
pollForCandidates() - Method in class org.jboss.soa.esb.listeners.old.AbstractPoller
Poll for message objects.
pollForCandidates() - Method in class org.jboss.soa.esb.listeners.old.DirectoryPoller
 
pollForCandidates() - Method in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller
 
pollForCandidates() - Method in class org.jboss.soa.esb.listeners.old.SqlTablePoller
 
POP_PROTOCOL - Static variable in class org.jboss.soa.esb.addressing.eprs.EmailEpr
 
PortReference - Class in org.jboss.soa.esb.addressing
An implementation of a WS-Addressing EPR.
PortReference() - Constructor for class org.jboss.soa.esb.addressing.PortReference
 
PortReference(String) - Constructor for class org.jboss.soa.esb.addressing.PortReference
 
PortReference.Extension - Class in org.jboss.soa.esb.addressing
 
PortReference.Extension(String, String, String) - Constructor for class org.jboss.soa.esb.addressing.PortReference.Extension
 
PortReference.Extension(String, String, String, String) - Constructor for class org.jboss.soa.esb.addressing.PortReference.Extension
 
PortReference.Extension(String, String, String, String, int) - Constructor for class org.jboss.soa.esb.addressing.PortReference.Extension
 
POST_DEL_TAG - Static variable in class org.jboss.soa.esb.addressing.eprs.FileEpr
 
POST_DIR_TAG - Static variable in class org.jboss.soa.esb.addressing.eprs.FileEpr
 
POST_SUFFIX_TAG - Static variable in class org.jboss.soa.esb.addressing.eprs.FileEpr
 
prematureTermination(String) - Method in class org.jboss.soa.esb.listeners.message.ActionProcessingPipeline
 
prepareStatement(String, int, int) - Method in class org.jboss.soa.esb.helpers.persist.JdbcCleanConn
 
prepareStatement(String) - Method in class org.jboss.soa.esb.helpers.persist.JdbcCleanConn
 
prepareStatements() - Method in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
preProcess(Object) - Method in class org.jboss.soa.esb.listeners.old.AbstractPoller
Preprocess the message object before returning for pipeline processing.
preProcess(Object) - Method in class org.jboss.soa.esb.listeners.old.DirectoryPoller
 
preProcess(Object) - Method in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller
 
preProcess(Object) - Method in class org.jboss.soa.esb.listeners.old.SqlTablePoller
 
PRM_NOTIF_CLASS - Static variable in class org.jboss.soa.esb.notification.NotificationTarget
 
process(Message) - Method in class org.jboss.soa.esb.actions.AbstractFileAction
Files processed by action classes need to be renamed during processing to disable other listeners (or other threads launched by the same listener that started this thread) to pick up the same file
Once processing ends a suffix will be added to the name of the original file that has been processed.
process(File) - Method in class org.jboss.soa.esb.actions.AbstractFileAction
Process the file message object.
process(Message) - Method in class org.jboss.soa.esb.actions.AbstractSqlRowAction
 
process(Map) - Method in class org.jboss.soa.esb.actions.AbstractSqlRowAction
Process the SQL poll resultset.
process(Message) - Method in interface org.jboss.soa.esb.actions.ActionProcessor
Perform the processing action on the message
process(Message) - Method in class org.jboss.soa.esb.actions.CbrProxyAction
By default this process method forwards this request to routeAndDeliver.
process(Message) - Method in class org.jboss.soa.esb.actions.converters.ByteArrayToString
 
process(File) - Method in class org.jboss.soa.esb.actions.converters.FileToByteArray
 
process(Message) - Method in class org.jboss.soa.esb.actions.converters.ObjectToCSVString
 
process(Message) - Method in class org.jboss.soa.esb.actions.converters.ObjectToXStream
 
process(Message) - Method in class org.jboss.soa.esb.actions.converters.SmooksTransformer
 
process(File) - Method in class org.jboss.soa.esb.actions.FtpDownloader
 
process(File) - Method in class org.jboss.soa.esb.actions.FtpUploader
 
process(Message) - Method in class org.jboss.soa.esb.actions.Notifier
This is equivalent to a No Operation
process(Message) - Method in class org.jboss.soa.esb.actions.routing.EchoRouter
 
process(File) - Method in class org.jboss.soa.esb.actions.routing.FileCopier
 
process(Message) - Method in class org.jboss.soa.esb.actions.routing.HttpRouter
 
process(Message) - Method in class org.jboss.soa.esb.actions.routing.JMSRouter
 
process(Message) - Method in class org.jboss.soa.esb.actions.routing.ObjectToFileWriter
 
process(Message) - Method in class org.jboss.soa.esb.actions.templates.MockAction
 
process(File) - Method in class org.jboss.soa.esb.actions.templates.MockFileAction
 
process(Message) - Method in class org.jboss.soa.esb.actions.templates.MockMessageAction
 
process(Map) - Method in class org.jboss.soa.esb.actions.templates.MockSqlRowAction
 
process(Object) - Method in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener.PackageRowContents
 
process222(Message) - Method in class org.jboss.soa.esb.actions.templates.MockMessageAction
 
PROCESS_METHOD_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
 
processingComplete(Object) - Method in class org.jboss.soa.esb.listeners.old.AbstractListener
Called on the listener implementation when pipeline processing of a message is complete.
processingComplete(Object) - Method in class org.jboss.soa.esb.listeners.old.DirectoryPoller
 
processingComplete(Object) - Method in class org.jboss.soa.esb.listeners.old.HttpListener
 
processingComplete(Object) - Method in class org.jboss.soa.esb.listeners.old.JmsQueueListener
 
processingComplete(Object) - Method in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller
 
processingComplete(Object) - Method in class org.jboss.soa.esb.listeners.old.SqlTablePoller
 
processingError(Object, ActionProcessor, Throwable) - Method in class org.jboss.soa.esb.listeners.old.AbstractListener
Called on the listener implementation when pipeline processing error has occured.
processingError(Object, ActionProcessor, Throwable) - Method in class org.jboss.soa.esb.listeners.old.DirectoryPoller
 
processingError(Object, ActionProcessor, Throwable) - Method in class org.jboss.soa.esb.listeners.old.HttpListener
 
processingError(Object, ActionProcessor, Throwable) - Method in class org.jboss.soa.esb.listeners.old.JmsQueueListener
 
processingError(Object, ActionProcessor, Throwable) - Method in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller
 
processingError(Object, ActionProcessor, Throwable) - Method in class org.jboss.soa.esb.listeners.old.SqlTablePoller
 
Properties - Interface in org.jboss.soa.esb.message
The message properties hold arbitrary information in the form of <String,Object> pairs
PROPERTIES_FILE - Static variable in class org.jboss.soa.esb.common.Environment
 
propertiesFromSelector(String) - Static method in class org.jboss.soa.esb.couriers.CourierUtil
 
propertiesFromSelector(String) - Static method in class org.jboss.soa.esb.util.Util
 
PROTOCOL_SEPARATOR - Static variable in class org.jboss.soa.esb.addressing.eprs.JMSEpr
 
ProtocolNotSupportedException - Exception in org.jboss.soa.esb
 
ProtocolNotSupportedException() - Constructor for exception org.jboss.soa.esb.ProtocolNotSupportedException
 
ProtocolNotSupportedException(String) - Constructor for exception org.jboss.soa.esb.ProtocolNotSupportedException
 
put(String, Object) - Method in interface org.jboss.soa.esb.message.Attachment
Associates the specified value with the specified name If there was already a mapping for this name, the old value is replaced by arg1

Q

QUEUE_TYPE - Static variable in class org.jboss.soa.esb.addressing.eprs.JMSEpr
 
quit() - Method in class org.jboss.soa.esb.util.FtpClientUtil
Terminates ftp session and frees resources Well behaved programs should make sure to call this method
quit() - Method in interface org.jboss.soa.esb.util.RemoteFileSystem
Terminates ftp session and frees resources Well behaved programs should make sure to call this method

R

readBytes(byte[], InputStream) - Static method in class org.jboss.soa.esb.nagios.transport.NagiosNSCATransport
Fills the provided byte array with bytes from the InputStream
receive() - Method in class org.jboss.soa.esb.listeners.old.AbstractListener
Receive message from underlying channel implementation.
receive() - Method in class org.jboss.soa.esb.listeners.old.AbstractPassiveListener
 
receive() - Method in class org.jboss.soa.esb.listeners.old.AbstractPoller
Polling listener receive implementation.
receive() - Method in class org.jboss.soa.esb.listeners.old.JmsQueueListener
 
receiveEsbMessage(long) - Method in class org.jboss.soa.esb.listeners.message.JmsQueueListener
 
receiveOne() - Method in class org.jboss.soa.esb.listeners.gateway.JmsGatewayListener
Receive one message and retry if connection
REFERENCE_PARAMETERS - Static variable in class org.jboss.soa.esb.addressing.PortReference.Extension
 
REFERENCE_PARAMETERS_TAG - Static variable in class org.jboss.soa.esb.addressing.XMLUtil
 
REFERENCE_PROPERTIES - Static variable in class org.jboss.soa.esb.addressing.PortReference.Extension
 
REFERENCE_PROPERTIES_TAG - Static variable in class org.jboss.soa.esb.addressing.XMLUtil
 
register(String, EPR) - Method in class org.jboss.soa.esb.listeners.gateway.GatewayListenerController
Deprecated. use register (ConfigTree config, EPR address) instead.
register(ConfigTree, EPR) - Method in class org.jboss.soa.esb.listeners.gateway.GatewayListenerController
Register an EPR in the registry.
register(String, EPR) - Method in class org.jboss.soa.esb.listeners.message.EsbListenerController
Deprecated. use register (ConfigTree config, EPR address) instead.
register(ConfigTree, EPR) - Method in class org.jboss.soa.esb.listeners.message.EsbListenerController
Register an EPR in the registry.
registerEPR(String, String, String, EPR, String) - Method in interface org.jboss.soa.esb.services.registry.Registry
Registers an EPR under the specified category and service.
Registry - Interface in org.jboss.soa.esb.services.registry
Registry interface for the ESB.
REGISTRY_FACTORY_CLASS - Static variable in class org.jboss.soa.esb.common.Environment
The Registry Factory Class setting specifies which JAXR implementation should be used.
REGISTRY_FILE_HELPER_DIR - Static variable in class org.jboss.soa.esb.common.Environment
Property that holds directory to use with the helper EPRManager class.
REGISTRY_IMPEMENTATION_CLASS - Static variable in class org.jboss.soa.esb.common.Environment
The Registry Implementation class, a light wrapper class.
REGISTRY_LIFECYCLE_MANAGER_URI - Static variable in class org.jboss.soa.esb.common.Environment
The Registry Lifecycle Manager URI defines the endPoint where service information can be published to.
REGISTRY_MODULE - Static variable in class org.jboss.soa.esb.common.ModulePropertyManager
 
REGISTRY_PASSWORD - Static variable in class org.jboss.soa.esb.common.Environment
The password for the registry user.
REGISTRY_QUERY_MANAGER_URI - Static variable in class org.jboss.soa.esb.common.Environment
The Registry Query Manager URI defines the endPoint where registry queries can be made.
REGISTRY_SCOUT_TRANSPORT_CLASS - Static variable in class org.jboss.soa.esb.common.Environment
The Registry Scout Transport Class property defines which communication protocol Scout should use to communicate with the UDDI registry.
REGISTRY_USER - Static variable in class org.jboss.soa.esb.common.Environment
The user used to query and publish to the registry.
RegistryException - Exception in org.jboss.soa.esb.services.registry
 
RegistryException() - Constructor for exception org.jboss.soa.esb.services.registry.RegistryException
 
RegistryException(String) - Constructor for exception org.jboss.soa.esb.services.registry.RegistryException
 
RegistryException(String, Throwable) - Constructor for exception org.jboss.soa.esb.services.registry.RegistryException
 
RegistryFactory - Class in org.jboss.soa.esb.services.registry
Returns an Instance of the Registry.
RegistryFactory() - Constructor for class org.jboss.soa.esb.services.registry.RegistryFactory
 
RELATES_TO_TAG - Static variable in class org.jboss.soa.esb.addressing.XMLUtil
 
release() - Method in class org.jboss.soa.esb.helpers.persist.JdbcCleanConn
 
release() - Method in class org.jboss.soa.esb.notification.NotifyJMS
Performs an orderly release of all JMS resources utilized - Well behaved developers should always call this method before unreferencing this object
RELOAD_SECONDS_TAG - Static variable in class org.jboss.soa.esb.listeners.gateway.GatewayListenerController
 
remoteDelete(FtpClientUtil) - Method in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller.WorkingFile
 
remoteDelete(File) - Method in class org.jboss.soa.esb.util.FtpClientUtil
 
remoteDelete(File) - Method in interface org.jboss.soa.esb.util.RemoteFileSystem
 
RemoteDirectoryPoller - Class in org.jboss.soa.esb.listeners.old
 
RemoteDirectoryPoller(GpListener, ConfigTree, ActionDefinitionFactory) - Constructor for class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller
 
RemoteDirectoryPoller.WorkingFile - Class in org.jboss.soa.esb.listeners.old
Working file.
RemoteFileSystem - Interface in org.jboss.soa.esb.util
 
RemoteFileSystemException - Exception in org.jboss.soa.esb.util
Dispatch Exception.
RemoteFileSystemException(String) - Constructor for exception org.jboss.soa.esb.util.RemoteFileSystemException
Construct an exception instance.
RemoteFileSystemException(String, Throwable) - Constructor for exception org.jboss.soa.esb.util.RemoteFileSystemException
Construct an exception instance.
RemoteFileSystemException(Throwable) - Constructor for exception org.jboss.soa.esb.util.RemoteFileSystemException
Construct an exception instance.
RemoteFileSystemFactory - Class in org.jboss.soa.esb.util
 
remoteRename(File, File) - Method in class org.jboss.soa.esb.util.FtpClientUtil
 
remoteRename(File, File) - Method in interface org.jboss.soa.esb.util.RemoteFileSystem
 
remoteRenameToError(FtpClientUtil) - Method in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller.WorkingFile
 
remoteRenameToInput(FtpClientUtil) - Method in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller.WorkingFile
 
remoteRenameToOutput(FtpClientUtil) - Method in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller.WorkingFile
 
remove(String) - Method in interface org.jboss.soa.esb.message.Attachment
Removes the mapping for this name if it was present
remove(String) - Method in interface org.jboss.soa.esb.message.Body
Remove the specified Object and return it, or null if not present.
remove(String) - Method in interface org.jboss.soa.esb.message.Properties
remove(name)
remove(String) - Method in interface org.jboss.soa.esb.parameters.ParamRepository
Remove a parameter, or a hierarchy of parameters.
removeAllChildren() - Method in class org.jboss.soa.esb.helpers.ConfigTree
purge the list of children
removeChildrenByName(String) - Method in class org.jboss.soa.esb.helpers.ConfigTree
remove children by name
removeEPR(String) - Method in class org.jboss.soa.esb.addressing.util.EPRManager
Remove the EPR-to-file association.
removeItemAt(int) - Method in interface org.jboss.soa.esb.message.Attachment
Removes the element at the specified position in the list of unnamed objects Shifts any subsequent elements to the left
removeListener(InvokerCallbackHandler) - Method in class org.jboss.soa.esb.listeners.message.HttpListener
Removes the callback handler that was listening for callbacks from the server invoker handler.
removeListener(InvokerCallbackHandler) - Method in class org.jboss.soa.esb.listeners.old.HttpListener
 
removeMonitor(ServiceMonitor) - Method in class org.jboss.soa.esb.nagios.MonitorManager
 
renameInRemoteDir(String, String) - Method in class org.jboss.soa.esb.util.FtpClientUtil
Renames specified file in remote directory to specified new name
renameInRemoteDir(String, String) - Method in interface org.jboss.soa.esb.util.RemoteFileSystem
Renames specified file in remote directory to specified new name
renameToError() - Method in class org.jboss.soa.esb.listeners.old.DirectoryPoller.WorkingFile
 
renameToOutputFile() - Method in class org.jboss.soa.esb.listeners.old.DirectoryPoller.WorkingFile
 
replace(Body) - Method in interface org.jboss.soa.esb.message.Body
Replace this body instance with the one given.
replaceItemAt(int, Object) - Method in interface org.jboss.soa.esb.message.Attachment
Replaces the element at the specified position in the list of unnamed objects with the value supplied
REPLY_LISTENER_TIMEOUT_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
Reply Listener
REPLY_TO_TAG - Static variable in class org.jboss.soa.esb.addressing.XMLUtil
 
requestEnd() - Method in class org.jboss.soa.esb.listeners.gateway.GatewayListenerController
 
requestEnd() - Method in class org.jboss.soa.esb.listeners.message.EsbListenerController
 
reset() - Static method in class org.jboss.soa.esb.actions.converters.SmooksTransformer
Reset the transformer.
reset() - Method in class org.jboss.soa.esb.message.format.MessageFactory
Reload the plugins.
reset() - Static method in class org.jboss.soa.esb.parameters.ParamRepositoryFactory
Resets the factory, allowing creation of a new Singleton instance.
reset() - Method in class org.jboss.soa.esb.services.persistence.MessageStoreFactory
Reload the plugins.
resolveComposerClass() - Method in class org.jboss.soa.esb.listeners.gateway.FileGatewayListener
 
resolveComposerClass() - Method in class org.jboss.soa.esb.listeners.gateway.JmsGatewayListener
 
resolveComposerClass() - Method in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
rmvAddressAt(int) - Method in class org.jboss.soa.esb.common.bizclasses.Person
 
rmvChildAt(int) - Method in class org.jboss.soa.esb.common.bizclasses.BatchProcess
Remove an object from the item list
rmvEmailAt(int) - Method in class org.jboss.soa.esb.common.bizclasses.Person
 
rmvHeaderAt(int) - Method in class org.jboss.soa.esb.common.bizclasses.BatchProcess
Remove an object from the header list
rmvObject(Class, long) - Method in interface org.jboss.soa.esb.services.PersistManager
 
rmvPhoneAt(int) - Method in class org.jboss.soa.esb.common.bizclasses.Address
 
rmvPhoneAt(int) - Method in class org.jboss.soa.esb.common.bizclasses.Person
 
rollback() - Method in class org.jboss.soa.esb.helpers.persist.JdbcCleanConn
 
route(Message) - Method in class org.jboss.soa.esb.actions.CbrProxyAction
Just route.
route(String, String, Message) - Method in class org.jboss.soa.esb.services.routing.cbr.ContentBasedRouter
Route a message using a certain ruleSet wich and reference a custom Domain Specific Language (DSL).
route(String, Message) - Method in class org.jboss.soa.esb.services.routing.cbr.ContentBasedRouter
Route a message using a certain ruleSet.
route(Message) - Method in class org.jboss.soa.esb.services.routing.MessageRouter
Routes the message to the next destination.
routeAndDeliver(Message) - Method in class org.jboss.soa.esb.actions.CbrProxyAction
Route and Deliver to the destination Services.
ROUTER_CBR_CLASS - Static variable in class org.jboss.soa.esb.common.Environment
The Content Based Router class property declares which CBR Implementation should be used.
ROUTER_MODULE - Static variable in class org.jboss.soa.esb.common.ModulePropertyManager
 
ROUTING_DESTINATION_SERVICE_LIST - Static variable in class org.jboss.soa.esb.services.routing.MessageRouter
 
rplObject(BaseBusinessObject) - Method in interface org.jboss.soa.esb.services.PersistManager
 
RULE_LANGUAGE_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
 
RULE_SET_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
RuleSet reference (Filename)
run() - Method in class org.jboss.soa.esb.listeners.gateway.FileGatewayListener
 
run() - Method in class org.jboss.soa.esb.listeners.gateway.GatewayListenerController
Main execution loop

Will continue to run until either

a) run time is expired

b) quiesce command is received in command queue

For every child element that contains a PARM_LISTENER_CLASS attribute, this method will try to launch a child thread instantiating an object of that class, and will call it's run() method

Once all child processes are trigered, the main thread will either

1) wait for a message in the command queue (if one was configured) until next reload or end of run period expired

or 2) Just sleep if there's no command queue to listen on

run() - Method in class org.jboss.soa.esb.listeners.gateway.JmsGatewayListener
 
run() - Method in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
run() - Method in class org.jboss.soa.esb.listeners.message.AbstractPassiveListener
 
run() - Method in class org.jboss.soa.esb.listeners.message.ActionProcessingPipeline
Implement Runnable Interface

Uses reflection to instantiate action classes that must have a public constructor that takes a single ConfigTree as argument

Requires each action class to have a public method that takes a Message and returns a Message
Default name for it is 'process' but can optionally be defined in the 'process' attribute of the corresponding <action> element of the ConfigTree

Each <action> element can optionally define a method (taking a Message argument) to be called upon successful completion of the action class (that step of the chain)
Default name for it is 'process' but can optionally be defined in the 'process' attribute

See actionClassException and actionClassFinishedOk

run() - Method in class org.jboss.soa.esb.listeners.message.CbrJmsQueueListener
Loops until controlling process determines
Waits for JMS Object messages containing ESB messages
When one is received, instantiates an action processing pipeline to process it
Pipeline is started in new Thread
run() - Method in class org.jboss.soa.esb.listeners.message.EsbListenerController
Main execution loop

Will continue to run until either

a) run time is expired

b) quiesce command is received in command queue

For every child element that contains a PARM_LISTENER_CLASS attribute, this method will try to launch a child thread instantiating an object of that class, and will call it's run() method

Once all child processes are trigered, the main thread will either

1) wait for a message in the command queue (if one was configured) until next reload or end of run period expired

or 2) Just sleep if there's no command queue to listen on

run() - Method in class org.jboss.soa.esb.listeners.message.JmsQueueListener
Loops until controlling process determines
Waits for JMS Object messages containing ESB messages
When one is received, instantiates an action processing pipeline to process it
Pipeline is started in new Thread
run() - Method in class org.jboss.soa.esb.listeners.old.AbstractListener.ActionProcessingPipeline
 
run() - Method in class org.jboss.soa.esb.listeners.old.AbstractListener
Implement run method for this Runnable

Will continue to run until controlling class (ref in m_oDad) indicates no more looping allowed for all child classes

This condition will not prevent child processes to finish normally

run() - Method in class org.jboss.soa.esb.listeners.old.GpListener
Main execution loop

Will continue to run until either

a) run time is expired

b) quiesce command is received in command queue

For every child element that contains a PARM_LISTENER_CLASS attribute, this method will try to launch a child thread instantiating an object of that class, and will call it's run() method

Once all child processes are trigered, the main thread will either

1) wait for a message in the command queue (if one was configured) until next reload or end of run period expired

or 2) Just sleep if there's no command queue to listen on

run() - Method in class org.jboss.soa.esb.nagios.MonitorManager.BackgroundTask
 
Runner - Class in org.jboss.soa.esb.nagios
 
Runner() - Constructor for class org.jboss.soa.esb.nagios.Runner
 

S

s_oDateParse - Static variable in class org.jboss.soa.esb.listeners.message.EsbListenerController
 
s_oDateParse - Static variable in class org.jboss.soa.esb.listeners.old.GpListener
 
saveEPR(String, EPR) - Method in class org.jboss.soa.esb.addressing.util.EPRManager
Save the EPR into the specified file.
scanStatement() - Method in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
Assemble the SQL statement to scan (poll) the table
scanStatement() - Method in class org.jboss.soa.esb.listeners.old.SqlTablePoller
Assemble the SQL statement to scan (poll) the table
seeIfOkToWorkOnDir(File) - Method in class org.jboss.soa.esb.listeners.gateway.FileGatewayListener
 
seeIfOkToWorkOnDir(File) - Method in class org.jboss.soa.esb.listeners.old.DirectoryPoller
 
selectForUpdStatement() - Method in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
Assemble the SQL "select for update" statement for the "inProcessField" parameter in the table row uniquely identified by the list of fields in the "keyFields" parameter
selectForUpdStatement() - Method in class org.jboss.soa.esb.listeners.old.SqlTablePoller
Assemble the SQL "select for update" statement for the "inProcessField" parameter in the table row uniquely identified by the list of fields in the "keyFields" parameter
send(String, int, NagiosNSCAPacket) - Static method in class org.jboss.soa.esb.nagios.transport.NagiosNSCATransport
Transport a packet to the Nagios server
sendEmailNotification(ConfigTree) - Method in class org.jboss.soa.esb.notification.NotifyEmail
Send an email notification based on the supplied parameters.
SendFailedException - Exception in org.jboss.soa.esb
 
SendFailedException() - Constructor for exception org.jboss.soa.esb.SendFailedException
 
SendFailedException(String) - Constructor for exception org.jboss.soa.esb.SendFailedException
 
SendFailedException(Exception) - Constructor for exception org.jboss.soa.esb.SendFailedException
 
sendMessage() - Method in class org.jboss.soa.esb.helpers.Email
Send the mail message associated with this instance.
sendNotification(Serializable) - Method in class org.jboss.soa.esb.notification.NotificationList
Invoke the sendNotification() method for all targets in the list.
sendNotification(Serializable) - Method in class org.jboss.soa.esb.notification.NotificationTarget
Derived classes must implement this method to do what has to be done to trigger that specific type of notification event
sendNotification(Serializable) - Method in class org.jboss.soa.esb.notification.NotifyConsole
 
sendNotification(Serializable) - Method in class org.jboss.soa.esb.notification.NotifyEmail
Send an Email using Email() using p_o.toString() to fill in the message text
sendNotification(Serializable) - Method in class org.jboss.soa.esb.notification.NotifyFiles
Writes the result of p_o into each one of the File objects contained in the m_oaOutF array
sendNotification(Serializable) - Method in class org.jboss.soa.esb.notification.NotifyJMS
Send a JMS message using p_o to fill in the message content and the list of message properties that will be added to the JMS message header fields
sendNotification(Serializable) - Method in class org.jboss.soa.esb.notification.NotifySqlTable
 
sendNotifications(ConfigTree, Serializable) - Method in interface org.jboss.soa.esb.services.NotificationManager
public void sendNotifications(ConfigTree p_oP, Serializable p_o)
sendNotifications(Serializable) - Method in interface org.jboss.soa.esb.services.NotificationManager
 
SENDTO - Static variable in class org.jboss.soa.esb.helpers.Email
ConfigTree attribute : comma separated list of recipients
sendToAll(Message) - Method in class org.jboss.soa.esb.notification.NotifyJMS
Abstract method - All classes that extend NotifyJMS must implement it according to their own javax.jms.Destination needs (Queue/Topic)
sendToAll(Message) - Method in class org.jboss.soa.esb.notification.NotifyQueues
 
sendToAll(Message) - Method in class org.jboss.soa.esb.notification.NotifyTopics
 
serialize(Message) - Static method in class org.jboss.soa.esb.util.Util
 
serialVersionUID - Static variable in exception org.jboss.soa.esb.MarshalException
 
serialVersionUID - Static variable in exception org.jboss.soa.esb.ProtocolNotSupportedException
 
serialVersionUID - Static variable in exception org.jboss.soa.esb.SendFailedException
 
serialVersionUID - Static variable in exception org.jboss.soa.esb.UnmarshalException
 
SERVICE_CATEGORY_NAME_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
Registry
SERVICE_DESCRIPTION_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
 
SERVICE_NAME_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
 
ServiceMonitor - Interface in org.jboss.soa.esb.nagios.monitor
 
ServiceResponse - Class in org.jboss.soa.esb.nagios
Holder class for response information from a monitored service
ServiceResponse(int, String) - Constructor for class org.jboss.soa.esb.nagios.ServiceResponse
 
ServiceResponse() - Constructor for class org.jboss.soa.esb.nagios.ServiceResponse
 
set(int, Object) - Method in class org.jboss.soa.esb.util.ObjLocator
 
SET_BEANHASH_TO_PAYLOAD - Static variable in class org.jboss.soa.esb.actions.converters.SmooksTransformer
Config property key for setting a true/false flag to indicate whether or not a bean hashs should be set as the message payload before exiting the process method.
setAction(URI) - Method in class org.jboss.soa.esb.addressing.Call
Set the Action field.
setAddr(PortReference) - Method in class org.jboss.soa.esb.addressing.EPR
Override the address of this EPR.
setAddress(String) - Method in class org.jboss.soa.esb.addressing.PortReference
 
setAttachments(String[]) - Method in class org.jboss.soa.esb.helpers.Email
 
setAttribute(String, String) - Method in class org.jboss.soa.esb.helpers.ConfigTree
assign a value to a named attribute
setBatch(long) - Method in class org.jboss.soa.esb.util.BobjStdDTO
 
setBatchNum(long) - Method in class org.jboss.soa.esb.util.BaseBusinessObject
 
setCall(Call) - Method in interface org.jboss.soa.esb.message.Header
Set the call information for this message.
setCode(URI) - Method in interface org.jboss.soa.esb.message.Fault
Set the unique code for this fault.
setContents(byte[]) - Method in interface org.jboss.soa.esb.message.Body
Set the byte content of the body.
setCopyTo(String) - Method in class org.jboss.soa.esb.helpers.Email
 
setDefaultCommandQueue(CommandQueue) - Static method in class org.jboss.soa.esb.listeners.gateway.GatewayListenerController
Allows a default command queue to be set statically for all GatewayListener instances.
setDefaultCommandQueue(CommandQueue) - Static method in class org.jboss.soa.esb.listeners.message.EsbListenerController
Allows a default command queue to be set statically for all EsbListenerController instances.
setDefaultCommandQueue(CommandQueue) - Static method in class org.jboss.soa.esb.listeners.old.GpListener
Allows a default command queue to be set statically for all GpListener instances.
setDriver(String) - Method in class org.jboss.soa.esb.addressing.eprs.JDBCEpr
Set the driver that is used by this EPR.
setElemNm(String) - Method in class org.jboss.soa.esb.util.BaseBusinessObject
 
setFaultTo(EPR) - Method in class org.jboss.soa.esb.addressing.Call
Set the FaultTo field.
setField(Address.ATTRIB, String) - Method in class org.jboss.soa.esb.common.bizclasses.Address
 
setField(BankAcct.ATTRIB, String) - Method in class org.jboss.soa.esb.common.bizclasses.BankAcct
 
setField(BatchProcess.ATTRIB, String) - Method in class org.jboss.soa.esb.common.bizclasses.BatchProcess
 
setField(Person.ATTRIB, String) - Method in class org.jboss.soa.esb.common.bizclasses.Person
 
setField(Telephone.ATTRIB, String) - Method in class org.jboss.soa.esb.common.bizclasses.Telephone
 
setFieldName(String) - Method in class org.jboss.soa.esb.helpers.persist.SqlField
 
setFiles(ConfigTree[]) - Method in class org.jboss.soa.esb.notification.NotifyFiles
Sets the value of m_oaOutF[] and m_baAppend[] to contents of each element of the input argument
setFrom(EPR) - Method in class org.jboss.soa.esb.addressing.Call
Set the From field.
setFrom(String) - Method in class org.jboss.soa.esb.helpers.Email
 
setFtpProps(List<KeyValuePair>) - Method in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller.WorkingFile
 
setGatewayConfigFile(String) - Method in class org.jboss.soa.esb.listeners.gateway.GatewayListenerControllerService
 
setGatewayConfigFile(String) - Method in interface org.jboss.soa.esb.listeners.gateway.GatewayListenerControllerServiceMBean
 
setHost(String) - Method in class org.jboss.soa.esb.nagios.monitor.HeartbeatMonitor
 
setHost(String) - Method in class org.jboss.soa.esb.nagios.monitor.MemoryMonitor
 
setHost(String) - Method in interface org.jboss.soa.esb.nagios.monitor.ServiceMonitor
 
setHost(String) - Method in class org.jboss.soa.esb.nagios.NagiosAgent
 
setHost(String) - Method in interface org.jboss.soa.esb.nagios.NagiosAgentMBean
 
setHost(String) - Method in class org.jboss.soa.esb.nagios.transport.NagiosNSCAPacket
 
setInputSuffix(String) - Method in class org.jboss.soa.esb.addressing.eprs.FileEpr
Set the file input suffix.
setInsValues(PreparedStatement, Object) - Method in class org.jboss.soa.esb.helpers.persist.SqlDbTable
 
setInt(PreparedStatement, int, int) - Method in class org.jboss.soa.esb.helpers.persist.SqlDbTable
 
setInterval(long) - Method in class org.jboss.soa.esb.nagios.MonitorManager
 
setInterval(long) - Method in class org.jboss.soa.esb.nagios.NagiosAgent
 
setInterval(long) - Method in interface org.jboss.soa.esb.nagios.NagiosAgentMBean
 
setInvoker(ServerInvoker) - Method in class org.jboss.soa.esb.listeners.message.HttpListener
set the invoker that owns this handler
setInvoker(ServerInvoker) - Method in class org.jboss.soa.esb.listeners.old.HttpListener
 
setJavaType(Class) - Method in class org.jboss.soa.esb.helpers.persist.SqlField
 
setListenHttpUrl(String) - Method in class org.jboss.soa.esb.listeners.message.HttpListener
Method setting the listenHttpUrl property to listen on
setLocators(String[][]) - Method in class org.jboss.soa.esb.util.BobjStdDTO
 
setLoginTimeout(int) - Method in class org.jboss.soa.esb.helpers.persist.SimpleDataSource
 
setLogWriter(PrintWriter) - Method in class org.jboss.soa.esb.helpers.persist.SimpleDataSource
 
setLong(PreparedStatement, int, long) - Method in class org.jboss.soa.esb.helpers.persist.SqlDbTable
 
setMBeanServer(MBeanServer) - Method in class org.jboss.soa.esb.listeners.message.HttpListener
set the mbean server that the handler can reference
setMBeanServer(MBeanServer) - Method in class org.jboss.soa.esb.listeners.old.HttpListener
 
setMessage(String) - Method in class org.jboss.soa.esb.helpers.Email
 
setMessage(String) - Method in class org.jboss.soa.esb.nagios.ServiceResponse
 
setMessage(String) - Method in class org.jboss.soa.esb.nagios.transport.NagiosNSCAPacket
 
setMessageAwareConfigFile(String) - Method in class org.jboss.soa.esb.listeners.message.EsbListenerControllerService
 
setMessageAwareConfigFile(String) - Method in interface org.jboss.soa.esb.listeners.message.EsbListenerControllerServiceMBean
 
setMessageID(URI) - Method in class org.jboss.soa.esb.addressing.Call
Set the MessageId for this instance.
setNagiosHost(String) - Method in class org.jboss.soa.esb.nagios.MonitorManager
 
setNagiosPort(int) - Method in class org.jboss.soa.esb.nagios.MonitorManager
 
setName(String) - Method in class org.jboss.soa.esb.helpers.ConfigTree
assign a name to 'this'
setObject(PreparedStatement, int, Object) - Method in class org.jboss.soa.esb.helpers.persist.SqlDbTable
 
setPackage() - Method in class org.jboss.soa.esb.util.BaseBusinessObject
 
setPassive(boolean) - Method in class org.jboss.soa.esb.addressing.eprs.FTPEpr
Passive FTP?
setPassword(String) - Method in class org.jboss.soa.esb.addressing.eprs.FTPEpr
Set the password for this FTP EPR.
setPassword(String) - Method in class org.jboss.soa.esb.addressing.eprs.JDBCEpr
Set the password for this FTP EPR.
setPort(int) - Method in class org.jboss.soa.esb.nagios.NagiosAgent
 
setPort(int) - Method in interface org.jboss.soa.esb.nagios.NagiosAgentMBean
 
setPostDelete(boolean) - Method in class org.jboss.soa.esb.addressing.eprs.FileEpr
Set the post delete for this EPR.
setPostDirectory(String) - Method in class org.jboss.soa.esb.addressing.eprs.FileEpr
Set the post directory for this EPR.
setPostSuffix(String) - Method in class org.jboss.soa.esb.addressing.eprs.FileEpr
Set the post suffix for this EPR.
setPrimaryKey(boolean) - Method in class org.jboss.soa.esb.helpers.persist.SqlField
 
setProperty(String, Object) - Method in interface org.jboss.soa.esb.message.Properties
setProperty(name,value)
setQueues(ConfigTree[]) - Method in class org.jboss.soa.esb.notification.NotifyQueues
 
setReason(String) - Method in interface org.jboss.soa.esb.message.Fault
Set the optional reason for this fault.
setRelatesTo(URI) - Method in class org.jboss.soa.esb.addressing.Call
Set the RelatesTo field.
setRemoteDir(String) - Method in class org.jboss.soa.esb.util.FtpClientUtil
Change remote directory
setRemoteDir(String) - Method in interface org.jboss.soa.esb.util.RemoteFileSystem
Change remote directory
setReplyTo(EPR) - Method in class org.jboss.soa.esb.addressing.Call
Set the ReplyTo field.
setReplyToEpr(EPR) - Method in interface org.jboss.soa.esb.couriers.TwoWayCourier
Sets the replyToEPR.
setReturncode(int) - Method in class org.jboss.soa.esb.nagios.ServiceResponse
 
setReturncode(int) - Method in class org.jboss.soa.esb.nagios.transport.NagiosNSCAPacket
 
setRole(String) - Method in class org.jboss.soa.esb.util.BaseBusinessObject
 
setSendTo(String) - Method in class org.jboss.soa.esb.helpers.Email
 
setServer(String) - Method in class org.jboss.soa.esb.nagios.NagiosAgent
 
setServer(String) - Method in interface org.jboss.soa.esb.nagios.NagiosAgentMBean
 
setService(String) - Method in class org.jboss.soa.esb.nagios.monitor.HeartbeatMonitor
 
setService(String) - Method in class org.jboss.soa.esb.nagios.monitor.MemoryMonitor
 
setService(String) - Method in interface org.jboss.soa.esb.nagios.monitor.ServiceMonitor
 
setService(String) - Method in class org.jboss.soa.esb.nagios.NagiosAgent
 
setService(String) - Method in interface org.jboss.soa.esb.nagios.NagiosAgentMBean
 
setServicename(String) - Method in class org.jboss.soa.esb.nagios.transport.NagiosNSCAPacket
 
setSnap(long) - Method in class org.jboss.soa.esb.util.BaseBusinessObject
 
setSnap(long) - Method in class org.jboss.soa.esb.util.BobjStdDTO
 
setSnapDate(String) - Method in class org.jboss.soa.esb.util.BaseBusinessObject
 
setSnapDate(String) - Method in class org.jboss.soa.esb.util.BobjStdDTO
 
setSnapType(String) - Method in class org.jboss.soa.esb.util.BobjStdDTO
 
setSQL(String) - Method in class org.jboss.soa.esb.addressing.eprs.JDBCEpr
Set the SQL command that is used by this EPR.
setSqlLength(int) - Method in class org.jboss.soa.esb.helpers.persist.SqlField
 
setSqlType(int) - Method in class org.jboss.soa.esb.helpers.persist.SqlField
 
setStamp(long) - Method in class org.jboss.soa.esb.util.BaseBusinessObject
 
setStamp(long) - Method in class org.jboss.soa.esb.util.BobjStdDTO
 
setSubject(String) - Method in class org.jboss.soa.esb.helpers.Email
 
setTaskObject(Message, Object) - Static method in class org.jboss.soa.esb.actions.ActionUtils
Put current object in standard spot within message
NULL values are not stored
setTimestamp(long) - Method in class org.jboss.soa.esb.nagios.transport.NagiosNSCAPacket
 
setTo(EPR) - Method in class org.jboss.soa.esb.addressing.Call
Set the To field.
setToEpr(EPR) - Method in interface org.jboss.soa.esb.couriers.TwoWayCourier
Sets the toEPR.
setTopics(ConfigTree[]) - Method in class org.jboss.soa.esb.notification.NotifyTopics
 
setUid(long) - Method in class org.jboss.soa.esb.util.BaseBusinessObject
 
setUid(long) - Method in class org.jboss.soa.esb.util.BobjStdDTO
 
setURL(URL) - Method in class org.jboss.soa.esb.addressing.eprs.FileEpr
Set the URL for this endpoint.
setURL(URL) - Method in class org.jboss.soa.esb.addressing.eprs.FTPEpr
Set the URL for this endpoint.
setURL(URL) - Method in class org.jboss.soa.esb.addressing.eprs.HTTPEpr
Set the URL for this endpoint.
setURL(String) - Method in class org.jboss.soa.esb.addressing.eprs.JDBCEpr
Set the URL for this endpoint.
setUserName(String) - Method in class org.jboss.soa.esb.addressing.eprs.FTPEpr
Set the username for this FTP EPR.
setUserName(String) - Method in class org.jboss.soa.esb.addressing.eprs.JDBCEpr
Set the username for this FTP EPR.
setWorkSuffix(String) - Method in class org.jboss.soa.esb.addressing.eprs.FileEpr
Set the work suffix for this EPR.
showStamp(BatchProcess.ATTRIB) - Method in class org.jboss.soa.esb.common.bizclasses.BatchProcess
 
SimpleDataSource - Class in org.jboss.soa.esb.helpers.persist
Obtain a connection that implements the DataSource interface
SimpleDataSource(ConfigTree) - Constructor for class org.jboss.soa.esb.helpers.persist.SimpleDataSource
Obtain a DataSource by providing connection parameters.
SimpleDataSource(String, String, String, String) - Constructor for class org.jboss.soa.esb.helpers.persist.SimpleDataSource
Obtain a connection to a DB using the provided arguments to call
size() - Method in interface org.jboss.soa.esb.message.Properties
size()
SmooksTransformer - Class in org.jboss.soa.esb.actions.converters
Smooks Transformer.
SmooksTransformer(String, ConfigTree) - Constructor for class org.jboss.soa.esb.actions.converters.SmooksTransformer
Public constructor.
SmooksTransformer(ConfigTree) - Constructor for class org.jboss.soa.esb.actions.converters.SmooksTransformer
Public constructor.
SMTP_AUTH - Static variable in class org.jboss.soa.esb.common.Environment
 
SMTP_FROM - Static variable in class org.jboss.soa.esb.common.Environment
 
SMTP_HOST - Static variable in class org.jboss.soa.esb.common.Environment
 
SMTP_PASSWORD - Static variable in class org.jboss.soa.esb.common.Environment
 
SMTP_PORT - Static variable in class org.jboss.soa.esb.common.Environment
 
SMTP_PROTOCOL - Static variable in class org.jboss.soa.esb.addressing.eprs.EmailEpr
 
SMTP_USERNAME - Static variable in class org.jboss.soa.esb.common.Environment
 
sort(int) - Method in class org.jboss.soa.esb.util.ObjLocatorSorter
 
SPECIFICATION_VERSION_TAG - Static variable in class org.jboss.soa.esb.addressing.eprs.JMSEpr
 
SQL_IN_PROCESS_FIELD_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
 
SQL_IN_PROCESS_VALUES_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
 
SQL_KEY_FIELDS_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
 
SQL_ORDER_BY_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
 
SQL_POST_DEL_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
 
SQL_ROW_DATA_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
SQL related
SQL_SELECT_FIELDS_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
 
SQL_TABLE_NAME_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
 
SQL_TAG - Static variable in class org.jboss.soa.esb.addressing.eprs.JDBCEpr
 
SQL_WHERE_CONDITION_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
 
SqlDbTable - Class in org.jboss.soa.esb.helpers.persist
 
SqlDbTable(JdbcCleanConn, String) - Constructor for class org.jboss.soa.esb.helpers.persist.SqlDbTable
 
SqlField - Class in org.jboss.soa.esb.helpers.persist
 
SqlField(String, Class, int, int, boolean) - Constructor for class org.jboss.soa.esb.helpers.persist.SqlField
 
SqlTableGatewayListener - Class in org.jboss.soa.esb.listeners.gateway
Polls an SQL table for rows that satisfy conditions defined in the xml runtime configuration

When a row that matches conditions is retrieved, it's contents are packed into an ESB Message and

The following fields are mandatory (see checkMyParms()):

SQL table name
list of fields to retrieve
list of key fields to use in the update statement
a field that will be used to mark a row as 'pending(p)', 'in process(w)', 'done(d)' or 'in error(e)'

SqlTableGatewayListener(GatewayListenerController, ConfigTree) - Constructor for class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
SqlTableGatewayListener.PackageRowContents - Class in org.jboss.soa.esb.listeners.gateway
Default gateway action for SQL table rows

It will just drop the result set contents into a Message

SqlTableGatewayListener.PackageRowContents() - Constructor for class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener.PackageRowContents
 
SqlTableGatewayListener.ROW_STATE - Enum in org.jboss.soa.esb.listeners.gateway
 
SqlTablePoller - Class in org.jboss.soa.esb.listeners.old
SqlTablePoller class The SQL table that is polled should have 1) a unique key (see "keyFields" parameter) that will be used to update status 2) a column to indicate the "processing status" of this trigger row (see ROW_STATE enum) Each retrieved row (see OPTIONAL_ATT.whereCondition) should be considered as a trigger that is intended to instantiate an object of "actionClass".
SqlTablePoller(GpListener, ConfigTree, ActionDefinitionFactory) - Constructor for class org.jboss.soa.esb.listeners.old.SqlTablePoller
In this constructor you can override default values for the following protected base class values:

m_iMinPollMillis : minimum polling interval (default 3000)
m_iDfltPollMillis : default polling interval (default 20000)
m_iSleepForThreads : how long to sleep if all configured threads are in use (default 3000)
m_iUpperThreadLimit : max number of threads allowed (default 10)

SqlTablePoller.OPTIONAL_ATT - Enum in org.jboss.soa.esb.listeners.old
Optional fields that can be included in your parameter tree as attributes in the upper Element 1) 4 character long String that indicate status of each row for this poller 1st: Character that indicates "Pending" state = available for processing 2nd: "Working" : some poller is working on the row (or ab-ended while working) 3rd: "Error" : some poller tried to process, and found an error during processing 4th: "Done" : this row has already been processed successfully 2) if you wish to further filter your ResultSet, you can add an optional list of conditions that will be included in the "scan" SQL statement (without "where") 3) Comma separated list of fields to order ResultSet (without "order by")
SqlTablePoller.ROW_STATE - Enum in org.jboss.soa.esb.listeners.old
First character of these values are the default states of a table row trigger the "inProcessVals" parameter can override these (if that were ever necessary) this is why the default value for that parameter is "PWED" (see below) The poller will only process rows that have the "inProcessField" first character equal to the first character of whatever the "Pending" state is (typically "P")
SqlTablePoller.TABLE_ATT - Enum in org.jboss.soa.esb.listeners.old
Mandatory attributes needed for SqlTablePoller 1) Table name 2) Comma separated list of fields needed in the ResultSet 3) Comma separated list of fields that constitute a unique ID of the working row all fields in this list MUST also be in the "selectFields" list these fields will be used in the "where" clause of update statements 4) Name of table field used as indicator/semaphore to avoid concurrent update
start() - Method in class org.jboss.soa.esb.nagios.MonitorManager
 
start() - Method in class org.jboss.soa.esb.nagios.NagiosAgent
 
start() - Method in interface org.jboss.soa.esb.nagios.NagiosAgentMBean
 
startService() - Method in class org.jboss.soa.esb.listeners.gateway.GatewayListenerControllerService
 
startService() - Method in class org.jboss.soa.esb.listeners.message.EsbListenerControllerService
 
stop() - Method in class org.jboss.soa.esb.nagios.MonitorManager.BackgroundTask
 
stop() - Method in class org.jboss.soa.esb.nagios.MonitorManager
 
stop() - Method in class org.jboss.soa.esb.nagios.NagiosAgent
 
stop() - Method in interface org.jboss.soa.esb.nagios.NagiosAgentMBean
 
stopService() - Method in class org.jboss.soa.esb.listeners.gateway.GatewayListenerControllerService
 
stopService() - Method in class org.jboss.soa.esb.listeners.message.EsbListenerControllerService
 
STORE - Static variable in exception org.jboss.soa.esb.services.registry.RegistryException
 
STORE - Static variable in exception org.jboss.soa.esb.services.routing.MessageRouterException
 
SUBJECT - Static variable in class org.jboss.soa.esb.helpers.Email
ConfigTree attribute : will be the contents of the Subject: field in the outgoing message

T

TARGET_SERVICE_CATEGORY_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
Gateways
TARGET_SERVICE_NAME_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
 
Telephone - Class in org.jboss.soa.esb.common.bizclasses
 
Telephone(String) - Constructor for class org.jboss.soa.esb.common.bizclasses.Telephone
 
Telephone(String, long) - Constructor for class org.jboss.soa.esb.common.bizclasses.Telephone
 
Telephone(BobjStdDTO) - Constructor for class org.jboss.soa.esb.common.bizclasses.Telephone
 
Telephone.ATTRIB - Enum in org.jboss.soa.esb.common.bizclasses
 
timeToReload() - Method in class org.jboss.soa.esb.listeners.gateway.GatewayListenerController
Provide a common accessor to determine if parameters have to be reloaded

For child threads this means thread execution has to end

timeToReload() - Method in class org.jboss.soa.esb.listeners.message.EsbListenerController
Provide a common accessor to determine if parameters have to be reloaded

For child threads this means thread execution has to end

timeToReload() - Method in class org.jboss.soa.esb.listeners.old.GpListener
Provide a common accessor to determine if parameters have to be reloaded

For child threads this means thread execution has to end

TO - Static variable in class org.jboss.soa.esb.actions.converters.SmooksTransformer
 
TO_TAG - Static variable in class org.jboss.soa.esb.addressing.XMLUtil
 
TO_TYPE - Static variable in class org.jboss.soa.esb.actions.converters.SmooksTransformer
 
toDoc() - Method in class org.jboss.soa.esb.util.BobjStdDTO
 
toDTO() - Method in class org.jboss.soa.esb.common.bizclasses.Address
 
toDTO() - Method in class org.jboss.soa.esb.common.bizclasses.BankAcct
 
toDTO() - Method in class org.jboss.soa.esb.common.bizclasses.BatchProcess
 
toDTO() - Method in class org.jboss.soa.esb.common.bizclasses.OneValue
 
toDTO() - Method in class org.jboss.soa.esb.common.bizclasses.Person
 
toDTO() - Method in class org.jboss.soa.esb.common.bizclasses.Telephone
 
toDTO() - Method in class org.jboss.soa.esb.util.BaseBusinessObject
 
toElement(Document) - Method in class org.jboss.soa.esb.util.BobjStdDTO
 
TOPIC_TYPE - Static variable in class org.jboss.soa.esb.addressing.eprs.JMSEpr
 
toString() - Method in class org.jboss.soa.esb.addressing.Call
 
toString() - Method in class org.jboss.soa.esb.addressing.EPR
 
toString() - Method in class org.jboss.soa.esb.addressing.PortReference.Extension
 
toString() - Method in class org.jboss.soa.esb.addressing.PortReference
 
toString() - Method in class org.jboss.soa.esb.common.bizclasses.Address
 
toString() - Method in class org.jboss.soa.esb.common.bizclasses.Telephone
 
toString() - Method in class org.jboss.soa.esb.helpers.ConfigTree
Equivalent to a call to toXml()
toString(String) - Method in class org.jboss.soa.esb.helpers.ConfigTree
Equivalent to a call to toXml(encoding)
toString() - Method in class org.jboss.soa.esb.helpers.KeyValuePair
 
toString() - Method in class org.jboss.soa.esb.util.BaseBusinessObject
 
toString() - Method in class org.jboss.soa.esb.util.ObjLocator
 
toXml() - Method in class org.jboss.soa.esb.helpers.ConfigTree
 
toXml(String) - Method in class org.jboss.soa.esb.helpers.ConfigTree
Serialize this object - Transient objects are
toXml() - Method in class org.jboss.soa.esb.util.BobjStdDTO
 
toXml(boolean) - Method in class org.jboss.soa.esb.util.BobjStdDTO
 
transform(Message) - Method in class org.jboss.soa.esb.actions.converters.SmooksTransformer
 
transform(Message) - Method in interface org.jboss.soa.esb.services.transform.TransformationService
Transform the supplied message object and return the transformation result.
TransformationException - Exception in org.jboss.soa.esb.services.transform
Transformation Service Exception.
TransformationException(String) - Constructor for exception org.jboss.soa.esb.services.transform.TransformationException
Public constructor.
TransformationException(String, Throwable) - Constructor for exception org.jboss.soa.esb.services.transform.TransformationException
Public constructor.
TransformationException(Throwable) - Constructor for exception org.jboss.soa.esb.services.transform.TransformationException
Public constructor.
TransformationService - Interface in org.jboss.soa.esb.services.transform
Transformation Service interface.
TRANSMITTED_IV_SIZE - Static variable in class org.jboss.soa.esb.nagios.Constants
 
TRANSPORTS_MODULE - Static variable in class org.jboss.soa.esb.common.ModulePropertyManager
 
TwoWayCourier - Interface in org.jboss.soa.esb.couriers
 
type() - Static method in class org.jboss.soa.esb.addressing.eprs.EmailEpr
 
type() - Static method in class org.jboss.soa.esb.addressing.eprs.FileEpr
 
type() - Static method in class org.jboss.soa.esb.addressing.eprs.FTPEpr
 
type() - Static method in class org.jboss.soa.esb.addressing.eprs.HTTPEpr
 
type() - Static method in class org.jboss.soa.esb.addressing.eprs.JDBCEpr
 
type() - Static method in class org.jboss.soa.esb.addressing.eprs.JMSEpr
 
TYPE - Static variable in class org.jboss.soa.esb.notification.NotificationList
 

U

UNKNOWNERROR_ERROR_CODE - Static variable in class org.jboss.soa.esb.addressing.XMLUtil
 
UnmarshalException - Exception in org.jboss.soa.esb
Thrown if unmarshalling failed.
UnmarshalException() - Constructor for exception org.jboss.soa.esb.UnmarshalException
 
UnmarshalException(String) - Constructor for exception org.jboss.soa.esb.UnmarshalException
 
unRegister(String) - Method in class org.jboss.soa.esb.listeners.gateway.GatewayListenerController
Deprecated. use unRegister (String serviceCategoryName, String serviceName, EPR epr) instead.
unRegister(String, String, EPR) - Method in class org.jboss.soa.esb.listeners.gateway.GatewayListenerController
Unregister the EPR from the registry.
unRegister(String) - Method in class org.jboss.soa.esb.listeners.message.EsbListenerController
Deprecated. use unRegister (String serviceCategoryName, String serviceName, EPR epr) instead.
unRegister(String, String, EPR) - Method in class org.jboss.soa.esb.listeners.message.EsbListenerController
Unregister the EPR from the registry.
unRegisterEPR(String, String, EPR) - Method in interface org.jboss.soa.esb.services.registry.Registry
Removes an EPR from the Registry.
unRegisterService(String, String) - Method in interface org.jboss.soa.esb.services.registry.Registry
Removes a service from the Registry along with all the ServiceBindings underneath it.
updateStatement() - Method in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
Assemble the SQL statement to update the field in the "inProcessField" parameter in the table row uniquely identified by the list of fields in the "keyFields" parameter
updateStatement() - Method in class org.jboss.soa.esb.listeners.old.SqlTablePoller
Assemble the SQL statement to update the field in the "inProcessField" parameter in the table row uniquely identified by the list of fields in the "keyFields" parameter
uploadFile(File, String) - Method in class org.jboss.soa.esb.util.FtpClientUtil
Uploads specified file from local directory (localDirURI) to remote directory (remoteDirURI)
uploadFile(File, String) - Method in interface org.jboss.soa.esb.util.RemoteFileSystem
Uploads specified file from local directory (localDirURI) to remote directory (remoteDirURI)
URL - Static variable in class org.jboss.soa.esb.helpers.persist.SimpleDataSource
 
URL_TAG - Static variable in class org.jboss.soa.esb.addressing.eprs.JDBCEpr
 
USER - Static variable in class org.jboss.soa.esb.helpers.persist.SimpleDataSource
 
USERNAME_TAG - Static variable in class org.jboss.soa.esb.addressing.eprs.EmailEpr
 
USERNAME_TAG - Static variable in class org.jboss.soa.esb.addressing.eprs.FTPEpr
 
USERNAME_TAG - Static variable in class org.jboss.soa.esb.addressing.eprs.JDBCEpr
 
Util - Class in org.jboss.soa.esb.util
 

V

valid() - Method in class org.jboss.soa.esb.addressing.Call
This instance is valid if all mandatory elements are set.
valueOf(String) - Static method in enum org.jboss.soa.esb.common.bizclasses.Address.ATTRIB
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.soa.esb.common.bizclasses.Address.CHLD_LIST
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.soa.esb.common.bizclasses.BankAcct.ATTRIB
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.soa.esb.common.bizclasses.BatchProcess.ATTRIB
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.soa.esb.common.bizclasses.BatchProcess.CHLD_LIST
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.soa.esb.common.bizclasses.Person.ATTRIB
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.soa.esb.common.bizclasses.Person.CHLD_LIST
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.soa.esb.common.bizclasses.Telephone.ATTRIB
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.soa.esb.helpers.AppServerContext.SERVER_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.soa.esb.listeners.gateway.GatewayListenerController.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener.ROW_STATE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.soa.esb.listeners.message.EsbListenerController.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.soa.esb.listeners.old.GpListener.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.soa.esb.listeners.old.SqlTablePoller.OPTIONAL_ATT
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.soa.esb.listeners.old.SqlTablePoller.ROW_STATE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.soa.esb.listeners.old.SqlTablePoller.TABLE_ATT
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.soa.esb.util.FtpClientUtil.XFER_TYPE
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.soa.esb.common.bizclasses.Address.ATTRIB
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.soa.esb.common.bizclasses.Address.CHLD_LIST
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.soa.esb.common.bizclasses.BankAcct.ATTRIB
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.soa.esb.common.bizclasses.BatchProcess.ATTRIB
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.soa.esb.common.bizclasses.BatchProcess.CHLD_LIST
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.soa.esb.common.bizclasses.Person.ATTRIB
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.soa.esb.common.bizclasses.Person.CHLD_LIST
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.soa.esb.common.bizclasses.Telephone.ATTRIB
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.soa.esb.helpers.AppServerContext.SERVER_TYPE
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.soa.esb.listeners.gateway.GatewayListenerController.State
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener.ROW_STATE
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.soa.esb.listeners.message.EsbListenerController.State
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.soa.esb.listeners.old.GpListener.State
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.soa.esb.listeners.old.SqlTablePoller.OPTIONAL_ATT
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.soa.esb.listeners.old.SqlTablePoller.ROW_STATE
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.soa.esb.listeners.old.SqlTablePoller.TABLE_ATT
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.soa.esb.util.FtpClientUtil.XFER_TYPE
Returns an array containing the constants of this enum type, in the order they're declared.

W

WAIT_FOR_RETRY - Static variable in class org.jboss.soa.esb.helpers.AppServerContext
 
WORK_SUFFIX_TAG - Static variable in class org.jboss.soa.esb.addressing.eprs.FileEpr
 
WSA_NAMESPACE_URI - Static variable in class org.jboss.soa.esb.addressing.XMLUtil
 
WSA_PREFIX - Static variable in class org.jboss.soa.esb.addressing.XMLUtil
 
WSARJADDR_NAMESPACE_URI - Static variable in class org.jboss.soa.esb.addressing.XMLUtil
 
WSARJADDR_PREFIX - Static variable in class org.jboss.soa.esb.addressing.XMLUtil
 

X

XMLNS_PREFIX - Static variable in class org.jboss.soa.esb.addressing.XMLUtil
 
XMLNS_URI - Static variable in class org.jboss.soa.esb.addressing.XMLUtil
 
XMLUtil - Class in org.jboss.soa.esb.addressing
 
XMLUtil() - Constructor for class org.jboss.soa.esb.addressing.XMLUtil
 

_

_actionList - Variable in class org.jboss.soa.esb.listeners.message.ActionProcessingPipeline
 
_bError - Variable in class org.jboss.soa.esb.listeners.message.JmsQueueListener
 
_columns - Variable in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
_composer - Variable in class org.jboss.soa.esb.listeners.gateway.FileGatewayListener
 
_composer - Variable in class org.jboss.soa.esb.listeners.gateway.JmsGatewayListener
 
_composer - Variable in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
_composerClass - Variable in class org.jboss.soa.esb.listeners.gateway.FileGatewayListener
 
_composerClass - Variable in class org.jboss.soa.esb.listeners.gateway.JmsGatewayListener
 
_composerClass - Variable in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
_composerName - Variable in class org.jboss.soa.esb.listeners.gateway.FileGatewayListener
 
_composerName - Variable in class org.jboss.soa.esb.listeners.gateway.JmsGatewayListener
 
_composerName - Variable in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
_config - Variable in class org.jboss.soa.esb.actions.CbrProxyAction
Configuration Tree
_config - Variable in class org.jboss.soa.esb.actions.Notifier
 
_config - Variable in class org.jboss.soa.esb.actions.templates.MockMessageAction
 
_config - Variable in class org.jboss.soa.esb.listeners.gateway.FileGatewayListener
 
_config - Variable in class org.jboss.soa.esb.listeners.gateway.JmsGatewayListener
 
_config - Variable in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
_config - Variable in class org.jboss.soa.esb.listeners.message.AbstractListener
 
_config - Variable in class org.jboss.soa.esb.listeners.message.ActionProcessingPipeline
 
_controller - Variable in class org.jboss.soa.esb.listeners.gateway.FileGatewayListener
 
_controller - Variable in class org.jboss.soa.esb.listeners.gateway.JmsGatewayListener
 
_controller - Variable in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
_controller - Variable in class org.jboss.soa.esb.listeners.message.AbstractListener
 
_courier - Variable in class org.jboss.soa.esb.listeners.gateway.FileGatewayListener
 
_courier - Variable in class org.jboss.soa.esb.listeners.gateway.JmsGatewayListener
 
_courier - Variable in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
_currentAction - Variable in class org.jboss.soa.esb.listeners.message.ActionProcessingPipeline
 
_currentClass - Variable in class org.jboss.soa.esb.listeners.message.ActionProcessingPipeline
 
_currentIndex - Variable in class org.jboss.soa.esb.listeners.message.ActionProcessingPipeline
 
_currentProcessor - Variable in class org.jboss.soa.esb.listeners.message.ActionProcessingPipeline
 
_currentRow - Variable in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
_dateFormat - Static variable in class org.jboss.soa.esb.listeners.gateway.GatewayListenerController
 
_dbConn - Variable in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
_defaultReloadMillis - Variable in class org.jboss.soa.esb.listeners.gateway.GatewayListenerController
 
_deleteAfterOK - Variable in class org.jboss.soa.esb.listeners.gateway.FileGatewayListener
 
_deleteAfterOK - Variable in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
_driver - Variable in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
_epr - Variable in class org.jboss.soa.esb.listeners.message.JmsQueueListener
 
_eprCategoryName - Variable in class org.jboss.soa.esb.listeners.message.JmsQueueListener
 
_eprName - Variable in class org.jboss.soa.esb.listeners.message.JmsQueueListener
 
_eprs - Variable in class org.jboss.soa.esb.actions.CbrProxyAction
Collection of EPRS for the Content Based Router
_errorDirectory - Variable in class org.jboss.soa.esb.listeners.gateway.FileGatewayListener
 
_errorSuffix - Variable in class org.jboss.soa.esb.listeners.gateway.FileGatewayListener
 
_fileFilter - Variable in class org.jboss.soa.esb.listeners.gateway.FileGatewayListener
 
_inProcessField - Variable in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
_inProcessVals - Variable in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
_inputDirectory - Variable in class org.jboss.soa.esb.listeners.gateway.FileGatewayListener
 
_inputSuffix - Variable in class org.jboss.soa.esb.listeners.gateway.FileGatewayListener
 
_iSleepForRetry - Variable in class org.jboss.soa.esb.listeners.message.JmsQueueListener
 
_jmsFactoryClass - Variable in class org.jboss.soa.esb.listeners.message.JmsQueueListener
 
_jndiCtx - Variable in class org.jboss.soa.esb.listeners.message.JmsQueueListener
 
_jndiType - Variable in class org.jboss.soa.esb.listeners.message.JmsQueueListener
 
_jndiURL - Variable in class org.jboss.soa.esb.listeners.message.JmsQueueListener
 
_keyFields - Variable in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
_keys - Variable in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
_logger - Static variable in class org.jboss.soa.esb.actions.Notifier
 
_logger - Static variable in class org.jboss.soa.esb.listeners.gateway.FileGatewayListener
 
_logger - Static variable in class org.jboss.soa.esb.listeners.gateway.JmsGatewayListener
 
_logger - Static variable in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
_logger - Variable in class org.jboss.soa.esb.listeners.message.ActionProcessingPipeline
 
_logger - Static variable in class org.jboss.soa.esb.listeners.message.JmsQueueListener
 
_logger - Static variable in class org.jboss.soa.esb.notification.NotificationList
 
_message - Variable in class org.jboss.soa.esb.actions.templates.MockMessageAction
 
_message - Variable in class org.jboss.soa.esb.listeners.message.ActionProcessingPipeline
 
_messageReceiver - Variable in class org.jboss.soa.esb.listeners.gateway.JmsGatewayListener
 
_messageSelector - Variable in class org.jboss.soa.esb.listeners.gateway.JmsGatewayListener
 
_myEpr - Variable in class org.jboss.soa.esb.listeners.gateway.FileGatewayListener
 
_myEpr - Variable in class org.jboss.soa.esb.listeners.gateway.JmsGatewayListener
 
_myEpr - Variable in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
_notifyError - Variable in class org.jboss.soa.esb.actions.Notifier
 
_notifyOK - Variable in class org.jboss.soa.esb.actions.Notifier
 
_oQconn - Variable in class org.jboss.soa.esb.listeners.message.JmsQueueListener
 
_oQsess - Variable in class org.jboss.soa.esb.listeners.message.JmsQueueListener
 
_oQueue - Variable in class org.jboss.soa.esb.listeners.message.JmsQueueListener
 
_orderBy - Variable in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
_password - Variable in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
_postProcessDirectory - Variable in class org.jboss.soa.esb.listeners.gateway.FileGatewayListener
 
_postProcessSuffix - Variable in class org.jboss.soa.esb.listeners.gateway.FileGatewayListener
 
_processMethod - Variable in class org.jboss.soa.esb.listeners.gateway.FileGatewayListener
 
_processMethod - Variable in class org.jboss.soa.esb.listeners.gateway.JmsGatewayListener
 
_processMethod - Variable in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
_PSdeleteRow - Variable in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
_PSscan - Variable in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
_PSsel4U - Variable in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
_PSupdate - Variable in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
_queue - Variable in class org.jboss.soa.esb.listeners.gateway.JmsGatewayListener
 
_queueConnection - Variable in class org.jboss.soa.esb.listeners.gateway.JmsGatewayListener
 
_queueName - Variable in class org.jboss.soa.esb.listeners.gateway.JmsGatewayListener
 
_queueName - Variable in class org.jboss.soa.esb.listeners.message.JmsQueueListener
 
_queueSession - Variable in class org.jboss.soa.esb.listeners.gateway.JmsGatewayListener
 
_receiver - Variable in class org.jboss.soa.esb.listeners.message.JmsQueueListener
 
_selectFields - Variable in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
_serviceCategory - Variable in class org.jboss.soa.esb.listeners.gateway.FileGatewayListener
 
_serviceCategory - Variable in class org.jboss.soa.esb.listeners.gateway.JmsGatewayListener
 
_serviceCategory - Variable in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
_serviceName - Variable in class org.jboss.soa.esb.listeners.gateway.FileGatewayListener
 
_serviceName - Variable in class org.jboss.soa.esb.listeners.gateway.JmsGatewayListener
 
_serviceName - Variable in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
_sleepBetweenPolls - Variable in class org.jboss.soa.esb.listeners.gateway.FileGatewayListener
 
_sleepBetweenPolls - Variable in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
_sleepForRetries - Variable in class org.jboss.soa.esb.listeners.gateway.JmsGatewayListener
 
_sSelector - Variable in class org.jboss.soa.esb.listeners.message.JmsQueueListener
 
_tableName - Variable in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
_targetEprs - Variable in class org.jboss.soa.esb.listeners.gateway.FileGatewayListener
 
_targetEprs - Variable in class org.jboss.soa.esb.listeners.gateway.JmsGatewayListener
 
_targetEprs - Variable in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
_targetServiceCategory - Variable in class org.jboss.soa.esb.listeners.gateway.FileGatewayListener
 
_targetServiceCategory - Variable in class org.jboss.soa.esb.listeners.gateway.JmsGatewayListener
 
_targetServiceCategory - Variable in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
_targetServiceName - Variable in class org.jboss.soa.esb.listeners.gateway.FileGatewayListener
 
_targetServiceName - Variable in class org.jboss.soa.esb.listeners.gateway.JmsGatewayListener
 
_targetServiceName - Variable in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
_url - Variable in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
_user - Variable in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
_where - Variable in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
_workingSuffix - Variable in class org.jboss.soa.esb.listeners.gateway.FileGatewayListener
 

A B C D E F G H I J K L M N O P Q R S T U V W X _