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

A

ActionableEnterpriseObject - Interface in org.openeai.moa
 
ActionableEnterpriseObjectBase - Class in org.openeai.moa
 
ActionableEnterpriseObjectBase() - Constructor for class org.openeai.moa.ActionableEnterpriseObjectBase
 
add(String) - Method in class org.openeai.afa.DbScheduleIdStore
Adds a Schedule Id to this store.
add(String) - Method in class org.openeai.afa.FileScheduleIdStore
Adds a Schedule Id to this store.
add(String) - Method in interface org.openeai.afa.ScheduleIdStore
 
addAppConfig(AppConfig) - Method in class org.openeai.afa.ScheduledCommandImpl
 
addAppConfig(AppConfig) - Method in class org.openeai.jms.consumer.commands.ConsumerCommand
 
addApplicationValue(String, String) - Method in class org.openeai.config.EnterpriseMapping
The EnterpriseFields object uses this method to add an application value (by appName) to the HashMap of all application values for this field.
addCommand(String, CommandConfig) - Method in class org.openeai.afa.Schedule
Adds a command to this schedule.
addCommandConfig(String, CommandConfig) - Method in class org.openeai.config.ConsumerConfig
Adds a CommandConfig Java object to the list (HashMap) of CommandConfigs that this consumer will execute.
addCommandConfig(String, CommandConfig) - Method in class org.openeai.config.ScheduleConfig
This method adds a ScheduledCommand's configuration object to the list of CommandConfigs that this Schedule needs to initialize all the ScheduledCommands that it must execute.
addCommandConfig(String, CommandConfig) - Method in class org.openeai.jms.consumer.MessageConsumer
Adds a CommandConfig Java object to the list of Commands associated to this consumer.
addError(Error) - Method in class org.openeai.moa.objects.resources.Result
 
addFieldsForObject(String, HashMap) - Method in class org.openeai.config.EnterpriseFields
This method adds an ObjectDefinition (all fields and their rules for an object) to a HashMap that is keyed by object name.
addInputLayoutManager(String, EnterpriseLayoutManager) - Method in class org.openeai.config.MessageObjectConfig
This method adds an input layout manager to the HashMap of input layout managers associated to the object that will be initialized using this configuration object.
addInputLayoutManager(String, EnterpriseLayoutManager) - Method in interface org.openeai.moa.XmlEnterpriseObject
 
addInputLayoutManager(String, EnterpriseLayoutManager) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
addJob(Runnable) - Method in interface org.openeai.threadpool.ThreadPool
Adds a 'job' to the ThreadPool to be executed in a Thread.
addJob(Runnable) - Method in class org.openeai.threadpool.ThreadPoolImpl
Adds a 'job' to the ThreadPool to be executed in a Thread.
addMapping(String, List) - Method in class org.openeai.config.EnterpriseTranslator
Adds a list of EnterpriseMapping objects to this translator to the Hashtable of mappings.
addMessageToThreadPool(int, Message) - Method in class org.openeai.jms.consumer.PubSubConsumer
Invoked by onMessage of the message listener to add this message to the thread pool or to start a new thread for processing this message.
addMsgComponent(String, Element) - Method in class org.openeai.config.CommandConfig
Adds a configuration Element to a HashMap for another Message Component that this command may need to know about.
addOutputLayoutManager(String, EnterpriseLayoutManager) - Method in class org.openeai.config.MessageObjectConfig
This method adds an output layout manager to the HashMap of output layout managers associated to the object that will be initialized using this configuration object.
addOutputLayoutManager(String, EnterpriseLayoutManager) - Method in interface org.openeai.moa.XmlEnterpriseObject
 
addOutputLayoutManager(String, EnterpriseLayoutManager) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
addProperty(String, String) - Method in class org.openeai.config.EnterpriseConfigurationObjectImpl
Adds a general property (name/value pair) to this object's inherited Properties object.
addReason(String) - Method in class org.openeai.moa.objects.testsuite.Failure
 
addRequestCommand(String, String) - Method in class org.openeai.jms.consumer.PointToPointConsumer
Adds an initialized RequestCommand object to the list of RequestCommands that might be executed by this Consumer.
addRequestTimings(RequestTimings) - Method in class org.openeai.moa.objects.testsuite.TestSuiteSummary
Convenience method that adds a RequestTimings to the end of the List of RequestTimings objects.
addSchedule(String, Schedule) - Method in class org.openeai.afa.ScheduledApp
Adds an individual Schedule to the list of schedules managed by this ScheduledApp.
addScheduleConfig(String, ScheduleConfig) - Method in class org.openeai.config.ScheduledAppConfig
Adds a Schedule configuration object to the HashMap of ScheduleConfigs contained within this ScheduledApp.
addScrubber(EnterpriseScrubber) - Method in class org.openeai.config.EnterpriseFormatter
This method is used as the EnterprsieFields object builds a Field's EnterpriseFormatter to add an EnterpriseScrubber implmentation that's specified in the EnterpriseObjects document to the Field's Formatter.
addStoredMessage(StoredMessage) - Method in class org.openeai.jms.consumer.PubSubMessageStore
 
addSyncCommand(String, String) - Method in class org.openeai.jms.consumer.MessageConsumer
Adds an initialized SyncCommand object to the list of SyncCommands that might be executed by this Consumer.
API_VERSION - Static variable in class org.openeai.ReleaseTag
 
AppConfig - Class in org.openeai.config
The AppConfig class acts as a container for all pre-configured object that an application may use.
AppConfig() - Constructor for class org.openeai.config.AppConfig
Constructor
AppConfig(String, String) - Constructor for class org.openeai.config.AppConfig
This constructor might be used if an application knows URI of the document that is to be used to configure the application.
AppConfig(Properties) - Constructor for class org.openeai.config.AppConfig
This is the most commonly used constructor.
AppConfig(Element) - Constructor for class org.openeai.config.AppConfig
This constructor might be used if an application has already parsed the deployment document and found the configuration Element associated to the application.
Authentication - Class in org.openeai.moa.objects.resources
A Class that wraps the Authentication element as specified in the OpenEAI protocol.
Authentication() - Constructor for class org.openeai.moa.objects.resources.Authentication
Constructor

B

BASELINE_DATA - Static variable in class org.openeai.jms.consumer.commands.ConsumerCommand
 
buildCreateMessage(Document) - Method in class org.openeai.moa.ActionableEnterpriseObjectBase
Using the current contents of the object along with the 'primed' XML document this method builds the acutal Enterprise Message.
buildCreateMessage(Document) - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Deprecated. Using the current contents of the object along with the 'primed' XML document this method builds the acutal Enterprise Message.
buildDeleteMessage(String, Document) - Method in class org.openeai.moa.ActionableEnterpriseObjectBase
Using the current contents of the object along with the 'primed' XML document this method builds the acutal Enterprise Message.
buildDeleteMessage(String, Document) - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Deprecated. Using the current contents of the object along with the 'primed' XML document this method builds the acutal Enterprise Message.
buildError(String, String, String) - Method in class org.openeai.afa.ScheduledCommandImpl
Builds a single Error object that can be added to the ArrayList of errors (or for any other reason) to pass to the publishSyncError method.
buildError(String, String, String) - Method in class org.openeai.jms.consumer.commands.ConsumerCommand
Builds a single Error object that can be added to the ArrayList of errors (or for any other reason) to pass to the publishSyncError method.
buildGenerateMessage(Document, XmlEnterpriseObject) - Method in class org.openeai.moa.ActionableEnterpriseObjectBase
 
buildGenerateMessage(Document, XmlEnterpriseObject) - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Deprecated.  
buildObjectFromInput(Object, XmlEnterpriseObject) - Method in interface org.openeai.layouts.EnterpriseLayoutManager
Method used to build an object from an input.
buildObjectFromInput(Object, XmlEnterpriseObject) - Method in class org.openeai.layouts.XmlLayout
This is the buildObjectFromInput method that all Layout Managers must implement.
buildObjectFromInput(Object) - Method in interface org.openeai.moa.XmlEnterpriseObject
Using the currently assigned input layout manager, this method takes the input passed in and builds the object from that input.
buildObjectFromInput(Object) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Using the currently assigned input layout manager, this method takes the input passed in and builds the object from that input.
buildObjectFromXmlString(String) - Method in interface org.openeai.moa.XmlEnterpriseObject
This method allows application developers to build an object from a XML String representation of an object that was previously converted to an XML String via the toXmlString() method.
buildObjectFromXmlString(String) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
This method allows application developers to build an object from a XML String representation of an object that was previously converted to an XML String via the toXmlString() method.
buildOutputFromObject(XmlEnterpriseObject) - Method in interface org.openeai.layouts.EnterpriseLayoutManager
Method used to serialize an object to some output.
buildOutputFromObject(XmlEnterpriseObject, String) - Method in interface org.openeai.layouts.EnterpriseLayoutManager
Method used to serialize an object to some output for a particular application.
buildOutputFromObject(XmlEnterpriseObject) - Method in class org.openeai.layouts.XmlLayout
This is the buildOutputFromObject method that all Layout Managers must implement.
buildOutputFromObject(XmlEnterpriseObject, String) - Method in class org.openeai.layouts.XmlLayout
This is the buildOutputFromObject method that all Layout Managers must implement.
buildOutputFromObject() - Method in interface org.openeai.moa.XmlEnterpriseObject
Using the currently assigned output layout manager, this method uses the current contents of the object and builds an output object as implemented by the layout manager.
buildOutputFromObject(String) - Method in interface org.openeai.moa.XmlEnterpriseObject
Using the currently assigned output layout manager, this method uses the current contents of the object and builds an output object as implemented by the layout manager for the specified application name.
buildOutputFromObject() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Using the currently assigned output layout manager, this method uses the current contents of the object and builds an output object as implemented by the layout manager.
buildOutputFromObject(String) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Using the currently assigned output layout manager, this method uses the current contents of the object and builds an output object as implemented by the layout manager for the specified application name.
buildQueryMessage(Document, XmlEnterpriseObject) - Method in class org.openeai.moa.ActionableEnterpriseObjectBase
Using the current contents of the 'keyObject' passed in along with the 'primed' XML document this method builds the acutal Enterprise Message.
buildQueryMessage(Document, XmlEnterpriseObject) - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Deprecated. Using the current contents of the 'keyObject' passed in along with the 'primed' XML document this method builds the acutal Enterprise Message.
buildReplyDocument(Element, Document) - Method in class org.openeai.jms.consumer.commands.RequestCommandImpl
This method is used to build a standard reply document that contains data specified by the command returning the reply (during it's 'execute' method execution).
buildReplyDocumentWithErrors(Element, Document, List) - Method in class org.openeai.jms.consumer.commands.RequestCommandImpl
This method is used to build a reply document that contains error specified by the command returning the reply (during it's 'execute' method execution).
buildReplyDocumentWithErrors(Element, Document, List, Throwable) - Method in class org.openeai.jms.consumer.commands.RequestCommandImpl
This method is used to build a reply document that contains error specified by the command returning the reply (during it's 'execute' method execution).
buildUpdateMessage(Document) - Method in class org.openeai.moa.ActionableEnterpriseObjectBase
Using the current contents of the object along with the 'primed' XML document this method builds the acutal Enterprise Message.
buildUpdateMessage(Document) - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Deprecated. Using the current contents of the object along with the 'primed' XML document this method builds the acutal Enterprise Message.

C

canConsumerProcess(String) - Method in class org.openeai.jms.consumer.PubSubMessageBalancer
Deprecated. use canConsumerProcess(String appId, String messageId) instead.
canConsumerProcess(String, String) - Method in class org.openeai.jms.consumer.PubSubMessageBalancer
This is the method called by the PubSubConsumer to determine if it's safe for this consumer to process the message it consumed.
CaseConverter - Class in org.openeai.scrubbers
A general CaseConverter class that converts the first letter of a String to Upper case an all subsequent letters to lower case.
CaseConverter() - Constructor for class org.openeai.scrubbers.CaseConverter
Constructor
check - Variable in class org.openeai.threadpool.Stats
 
checkBeforeProcessing() - Method in interface org.openeai.threadpool.ThreadPool
Returns a flag indicating whether this ThreadPool should check itself before adding another job to the pool.
checkBeforeProcessing() - Method in class org.openeai.threadpool.ThreadPoolImpl
 
clone() - Method in class org.openeai.config.EnterpriseFields
 
clone() - Method in class org.openeai.moa.objects.resources.Date
 
clone() - Method in class org.openeai.moa.objects.resources.Datetime
 
clone() - Method in interface org.openeai.moa.XmlEnterpriseObject
Performs a recursive field for field copy of the current Object and returns the result.
clone() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
clone() - Method in interface org.openeai.PubliclyCloneable
 
close() - Method in class org.openeai.jms.producer.QueueRequestor
Since a provider may allocate some resources on behalf of a QueueRequestor outside the JVM, clients should close them when they are not needed.
close() - Method in class org.openeai.jms.producer.TempQueuePool
Releases all JMS resources allocated to all PooledTempQueues in this pool.
closePool() - Method in class org.openeai.dbpool.EnterpriseConnectionPool
Iterates through the pool and closes all connections.
COMMAND_NAME - Static variable in class org.openeai.jms.producer.MessageProducer
 
CommandConfig - Class in org.openeai.config
A CommandConfig is a wrapper class that takes information stored in an OpenEAI Deployment document (Command Element) and stores it in a Java object.
CommandConfig() - Constructor for class org.openeai.config.CommandConfig
This is the constructor used by ConsumerConfig to instantiate the config object.
CommandConfig(String, String) - Constructor for class org.openeai.config.CommandConfig
 
CommandConfig(Element) - Constructor for class org.openeai.config.CommandConfig
 
CommandException - Exception in org.openeai.jms.consumer.commands
This Exception may be thrown by Commands when/if errors occur during the processing of the 'execute' method.
CommandException() - Constructor for exception org.openeai.jms.consumer.commands.CommandException
Constructor
CommandException(String) - Constructor for exception org.openeai.jms.consumer.commands.CommandException
 
CommandException(String, Throwable) - Constructor for exception org.openeai.jms.consumer.commands.CommandException
 
CommandException(Throwable) - Constructor for exception org.openeai.jms.consumer.commands.CommandException
 
commit() - Method in class org.openeai.jms.producer.PubSubProducer
Commit any transactions pending on this publisher and on its LoggingProducer.
CONNECTED - Static variable in class org.openeai.jms.consumer.MessageConsumer
 
ConsumerCommand - Class in org.openeai.jms.consumer.commands
The "default" anscestor of all Commands that are executed by either PubSubConsumer or PointToPointConsumer.
ConsumerCommand() - Constructor for class org.openeai.jms.consumer.commands.ConsumerCommand
 
ConsumerCommand(CommandConfig) - Constructor for class org.openeai.jms.consumer.commands.ConsumerCommand
Default constructor behavior that will apply to all command implementations.
ConsumerConfig - Class in org.openeai.config
A ConsumerConfig is a wrapper class that takes information stored in an OpenEAI Deployment document (ConsumerConfig Element) and stores it in a Java object.
ConsumerConfig() - Constructor for class org.openeai.config.ConsumerConfig
This is the constructor used by AppConfig to instantiate the config object.
ConsumerConfig(String, String) - Constructor for class org.openeai.config.ConsumerConfig
 
ConsumerConfig(Element) - Constructor for class org.openeai.config.ConsumerConfig
 
consumptionStopped() - Method in class org.openeai.jms.consumer.MessageConsumer
This is the method each consumer calls whenever they consume a message to see if they can continue to consume messages.
contains(String) - Method in class org.openeai.afa.DbScheduleIdStore
Determines if a particular Schedule Id exists in this store.
contains(String) - Method in interface org.openeai.afa.ScheduleIdStore
 
contains(String) - Method in class org.openeai.afa.ScheduleIdStoreImpl
Determines if a particular Schedule Id exists in this store.
ControlAreaReply - Class in org.openeai.moa.objects.resources
A Class that wraps the ControlAreaReply element as specified in the OpenEAI protocol.
ControlAreaReply() - Constructor for class org.openeai.moa.objects.resources.ControlAreaReply
Constructor
ControlAreaRequest - Class in org.openeai.moa.objects.resources
A Class that wraps the ControlAreaRequest element as specified in the OpenEAI protocol.
ControlAreaRequest() - Constructor for class org.openeai.moa.objects.resources.ControlAreaRequest
Constructor
ControlAreaSync - Class in org.openeai.moa.objects.resources
A Class that wraps the ControlAreaReply element as specified in the OpenEAI protocol.
ControlAreaSync() - Constructor for class org.openeai.moa.objects.resources.ControlAreaSync
Constructor
convertToAppValue(String, String, String, String) - Method in class org.openeai.config.EnterpriseTranslator
This method converts the enterprise value passed in to the corresponding application specific value and returns that value for the field specified.
convertToEnterpriseValue(String, String, String, boolean) - Method in class org.openeai.config.EnterpriseTranslator
This method converts the value passed in to the enterprise value and returns that value for the field specified.
convertToString(Document) - Method in class org.openeai.jms.consumer.commands.ConsumerCommand
 
create(ActionableEnterpriseObject) - Method in class org.openeai.jms.producer.PointToPointProducer
 
create(RequestService) - Method in interface org.openeai.moa.ActionableEnterpriseObject
Create message production.
create(RequestService) - Method in class org.openeai.moa.ActionableEnterpriseObjectBase
Create message production.
create(PointToPointProducer) - Method in interface org.openeai.moa.jmsobjects.JmsEnterpriseObject
Deprecated. Create message production.
create(PointToPointProducer) - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Deprecated. Create message production.
create(ActionableEnterpriseObject) - Method in interface org.openeai.transport.RequestService
Create message production.
CREATE_ACTION - Static variable in class org.openeai.jms.consumer.commands.ConsumerCommand
 
createSync(ActionableEnterpriseObject) - Method in class org.openeai.jms.producer.PubSubProducer
 
createSync(SyncService) - Method in interface org.openeai.moa.ActionableEnterpriseObject
Create Sync message production.
createSync(SyncService) - Method in class org.openeai.moa.ActionableEnterpriseObjectBase
Create Sync message production.
createSync(PubSubProducer) - Method in interface org.openeai.moa.jmsobjects.JmsEnterpriseObject
Deprecated. Create Sync message production.
createSync(PubSubProducer) - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Deprecated. Create Sync message production.
createSync(ActionableEnterpriseObject) - Method in interface org.openeai.transport.SyncService
Create Sync message production.
createTextMessage() - Method in class org.openeai.jms.producer.PointToPointProducer
Convenience method that allows calling applications to use this producer to create a JMS TextMessage that is used during message production.
createTextMessage() - Method in class org.openeai.jms.producer.PubSubProducer
Convenience method that allows calling applications to use this producer to create a JMS TextMessage that is used during message production.

D

DATA_AREA - Static variable in class org.openeai.jms.consumer.commands.ConsumerCommand
 
Date - Class in org.openeai.moa.objects.resources
A Class that wraps the Date element as specified in the OpenEAI protocol.
Date(String) - Constructor for class org.openeai.moa.objects.resources.Date
Constructor for a Date of a specific type.
Datetime - Class in org.openeai.moa.objects.resources
A Class that wraps the Datetime element as specified in the OpenEAI protocol.
Datetime(Element) - Constructor for class org.openeai.moa.objects.resources.Datetime
Constructor - use the element passed in to build the Datetime object.
Datetime() - Constructor for class org.openeai.moa.objects.resources.Datetime
Constructor - get the current system time and populate this object appropriately.
Datetime(Date) - Constructor for class org.openeai.moa.objects.resources.Datetime
Constructor - use the Date passed in to populate this object appropriately.
Datetime(String) - Constructor for class org.openeai.moa.objects.resources.Datetime
Constructor - set the Datetime 'type' to be that which is passed in and then instantiate a normal Datetime object.
Datetime(String, Date) - Constructor for class org.openeai.moa.objects.resources.Datetime
Constructor - set the Datetime 'type' to be that which is passed in (for the same reasons as outlined in the String-only constructor) and then instantiate a Datetime object initial values indicative of the java.util.Date passed in.
Datetime(String, long) - Constructor for class org.openeai.moa.objects.resources.Datetime
Constructor - set the Datetime 'type' to be that which is passed in (for the same reasons as outlined in the String-only constructor) and then instantiate a Datetime object initial values indicative of the long time in milliseconds passed in.
DbConnectionPoolConfig - Class in org.openeai.config
A DbConnectionPoolConfig is a wrapper class that takes information stored in an OpenEAI Deployment document (DbConnectionPoolConfig Element) and stores it in a Java object.
DbConnectionPoolConfig() - Constructor for class org.openeai.config.DbConnectionPoolConfig
This is the constructor used by AppConfig to instantiate the config object.
DbConnectionPoolConfig(Element) - Constructor for class org.openeai.config.DbConnectionPoolConfig
 
DbScheduleIdStore - Class in org.openeai.afa
This maintains a list of all Schedules that have been executed by a given ScheduledApp.
DbScheduleIdStore() - Constructor for class org.openeai.afa.DbScheduleIdStore
 
deferInitialization() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
delete(String, ActionableEnterpriseObject) - Method in class org.openeai.jms.producer.PointToPointProducer
 
delete() - Method in class org.openeai.jms.producer.PooledTempQueue
Frees up the resources allocated on behalf of the JMS resources.
delete(String, RequestService) - Method in interface org.openeai.moa.ActionableEnterpriseObject
Delete message production.
delete(String, RequestService) - Method in class org.openeai.moa.ActionableEnterpriseObjectBase
Delete message production.
delete(String, PointToPointProducer) - Method in interface org.openeai.moa.jmsobjects.JmsEnterpriseObject
Deprecated. Delete message production.
delete(String, PointToPointProducer) - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Deprecated. Delete message production.
delete(String, ActionableEnterpriseObject) - Method in interface org.openeai.transport.RequestService
Delete message production.
DELETE_ACTION - Static variable in class org.openeai.jms.consumer.commands.ConsumerCommand
 
DELETE_DATA - Static variable in class org.openeai.jms.consumer.commands.ConsumerCommand
 
deleteSync(String, ActionableEnterpriseObject) - Method in class org.openeai.jms.producer.PubSubProducer
 
deleteSync(String, SyncService) - Method in interface org.openeai.moa.ActionableEnterpriseObject
Delete Sync message production.
deleteSync(String, SyncService) - Method in class org.openeai.moa.ActionableEnterpriseObjectBase
Delete Sync message production.
deleteSync(String, PubSubProducer) - Method in interface org.openeai.moa.jmsobjects.JmsEnterpriseObject
Deprecated. Delete Sync message production.
deleteSync(String, PubSubProducer) - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Deprecated. Delete Sync message production.
deleteSync(String, ActionableEnterpriseObject) - Method in interface org.openeai.transport.SyncService
Delete Sync message production.
DISCONNECTED - Static variable in class org.openeai.jms.consumer.MessageConsumer
 
dumpData() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
dumpStats() - Method in class org.openeai.config.AppConfig
Returns name and class information about all objects currently stored in this AppConfig object.

E

ENTERPRISE_FIELDS - Static variable in class org.openeai.moa.XmlEnterpriseObjectImpl
 
EnterpriseConfigurationObject - Interface in org.openeai.config
The interface that all 'configuration' objects implement.
EnterpriseConfigurationObjectException - Exception in org.openeai.config
This exception is thrown when a Configuration object encounters errors initializing themselves with information found in the Enterprise configuration document.
EnterpriseConfigurationObjectException() - Constructor for exception org.openeai.config.EnterpriseConfigurationObjectException
Constructor
EnterpriseConfigurationObjectException(String) - Constructor for exception org.openeai.config.EnterpriseConfigurationObjectException
 
EnterpriseConfigurationObjectException(String, Throwable) - Constructor for exception org.openeai.config.EnterpriseConfigurationObjectException
 
EnterpriseConfigurationObjectException(Throwable) - Constructor for exception org.openeai.config.EnterpriseConfigurationObjectException
 
EnterpriseConfigurationObjectImpl - Class in org.openeai.config
The parent class for all of our 'configuration' objects.
EnterpriseConfigurationObjectImpl() - Constructor for class org.openeai.config.EnterpriseConfigurationObjectImpl
Constructor
EnterpriseConnectionPool - Class in org.openeai.dbpool
The Enterprise Database Connection pool class.
EnterpriseConnectionPool(String) - Constructor for class org.openeai.dbpool.EnterpriseConnectionPool
Constructor
EnterpriseConnectionPool(String, Properties) - Constructor for class org.openeai.dbpool.EnterpriseConnectionPool
 
EnterpriseConnectionPool(DbConnectionPoolConfig) - Constructor for class org.openeai.dbpool.EnterpriseConnectionPool
This is the constructor that AppConfig uses when it instantiates an EnterpriseConnectionPool based on information found in an application's deployment XML document.
EnterpriseDbConnectionObject - Class in org.openeai.dbpool
A class that is stored in the EnterpriseConnectionPool.
EnterpriseDbConnectionObject() - Constructor for class org.openeai.dbpool.EnterpriseDbConnectionObject
 
EnterpriseFieldException - Exception in org.openeai.config
This exception is potentially thrown when a field is being set to some value.
EnterpriseFieldException() - Constructor for exception org.openeai.config.EnterpriseFieldException
Constructor
EnterpriseFieldException(String) - Constructor for exception org.openeai.config.EnterpriseFieldException
 
EnterpriseFieldException(String, Throwable) - Constructor for exception org.openeai.config.EnterpriseFieldException
 
EnterpriseFieldException(Throwable) - Constructor for exception org.openeai.config.EnterpriseFieldException
 
EnterpriseFields - Class in org.openeai.config
This class wraps the EnterpriseObjects XML documents and provides our Enterprise Message objects with all the information they need to serialized themselves to and from different formats as well as providing information relating to specific business rules associated to specific fields contained in the EnterpriseObjects document (formatting, translations etc.).
EnterpriseFields() - Constructor for class org.openeai.config.EnterpriseFields
Constructor
EnterpriseFormatter - Class in org.openeai.config
This class is used to store and verify the expected format of a particular field.
EnterpriseFormatter() - Constructor for class org.openeai.config.EnterpriseFormatter
Constructor
EnterpriseLayoutException - Exception in org.openeai.layouts
This exception is potentially thrown when an object attempts to build itself from or serialize itself to a given format (like xml, extract etc.) if errors occur during that process.
EnterpriseLayoutException() - Constructor for exception org.openeai.layouts.EnterpriseLayoutException
Constructor
EnterpriseLayoutException(String) - Constructor for exception org.openeai.layouts.EnterpriseLayoutException
 
EnterpriseLayoutException(String, Throwable) - Constructor for exception org.openeai.layouts.EnterpriseLayoutException
 
EnterpriseLayoutException(Throwable) - Constructor for exception org.openeai.layouts.EnterpriseLayoutException
 
EnterpriseLayoutManager - Interface in org.openeai.layouts
The interface that specifies what methods all EnterpriseLayoutManagers must implement.
EnterpriseLayoutManagerImpl - Class in org.openeai.layouts
The parent class of all EnterpriseLayoutManagers created by the OpenEAI software foundation.
EnterpriseLayoutManagerImpl() - Constructor for class org.openeai.layouts.EnterpriseLayoutManagerImpl
Constructor
EnterpriseMapping - Class in org.openeai.config
This object maintains a list of mappings from application values to enterprise values by object/field and application name.
EnterpriseMapping() - Constructor for class org.openeai.config.EnterpriseMapping
Constructor
EnterpriseObject - Interface in org.openeai.moa
This is the interface from which all Enterprise objects inherit.
EnterpriseObjectBase - Class in org.openeai.moa
This is the class from which all Enterprise objects inherit.
EnterpriseObjectBase() - Constructor for class org.openeai.moa.EnterpriseObjectBase
Constructor
EnterpriseObjectCreateException - Exception in org.openeai.moa
This exception is thrown when there is an error attempting to create an enteprise object at a given target.
EnterpriseObjectCreateException() - Constructor for exception org.openeai.moa.EnterpriseObjectCreateException
Constructor
EnterpriseObjectCreateException(String) - Constructor for exception org.openeai.moa.EnterpriseObjectCreateException
 
EnterpriseObjectCreateException(String, Throwable) - Constructor for exception org.openeai.moa.EnterpriseObjectCreateException
 
EnterpriseObjectCreateException(Throwable) - Constructor for exception org.openeai.moa.EnterpriseObjectCreateException
 
EnterpriseObjectDeleteException - Exception in org.openeai.moa
This exception is thrown when there is an error attempting to delete an enteprise object from a given target.
EnterpriseObjectDeleteException() - Constructor for exception org.openeai.moa.EnterpriseObjectDeleteException
Constructor
EnterpriseObjectDeleteException(String) - Constructor for exception org.openeai.moa.EnterpriseObjectDeleteException
 
EnterpriseObjectDeleteException(String, Throwable) - Constructor for exception org.openeai.moa.EnterpriseObjectDeleteException
 
EnterpriseObjectDeleteException(Throwable) - Constructor for exception org.openeai.moa.EnterpriseObjectDeleteException
 
EnterpriseObjectException - Exception in org.openeai.moa
This is the root Enteprise Object exception.
EnterpriseObjectException() - Constructor for exception org.openeai.moa.EnterpriseObjectException
Constructor
EnterpriseObjectException(String) - Constructor for exception org.openeai.moa.EnterpriseObjectException
 
EnterpriseObjectException(String, Throwable) - Constructor for exception org.openeai.moa.EnterpriseObjectException
 
EnterpriseObjectException(Throwable) - Constructor for exception org.openeai.moa.EnterpriseObjectException
 
EnterpriseObjectGenerateException - Exception in org.openeai.moa
This exception is thrown when there is an error attempting to generate an enteprise object at a given target.
EnterpriseObjectGenerateException() - Constructor for exception org.openeai.moa.EnterpriseObjectGenerateException
Constructor
EnterpriseObjectGenerateException(String) - Constructor for exception org.openeai.moa.EnterpriseObjectGenerateException
 
EnterpriseObjectGenerateException(String, Throwable) - Constructor for exception org.openeai.moa.EnterpriseObjectGenerateException
 
EnterpriseObjectGenerateException(Throwable) - Constructor for exception org.openeai.moa.EnterpriseObjectGenerateException
 
EnterpriseObjectQueryException - Exception in org.openeai.moa
This exception is thrown when there is an error attempting to query for an enteprise object at a given target.
EnterpriseObjectQueryException() - Constructor for exception org.openeai.moa.EnterpriseObjectQueryException
Constructor
EnterpriseObjectQueryException(String) - Constructor for exception org.openeai.moa.EnterpriseObjectQueryException
 
EnterpriseObjectQueryException(String, Throwable) - Constructor for exception org.openeai.moa.EnterpriseObjectQueryException
 
EnterpriseObjectQueryException(Throwable) - Constructor for exception org.openeai.moa.EnterpriseObjectQueryException
 
EnterpriseObjectSyncException - Exception in org.openeai.moa
This exception is thrown when there is an error attempting to generate a sync message regarding activity on an Enteprrise Object.
EnterpriseObjectSyncException() - Constructor for exception org.openeai.moa.EnterpriseObjectSyncException
Constructor
EnterpriseObjectSyncException(String) - Constructor for exception org.openeai.moa.EnterpriseObjectSyncException
 
EnterpriseObjectSyncException(String, Throwable) - Constructor for exception org.openeai.moa.EnterpriseObjectSyncException
 
EnterpriseObjectSyncException(Throwable) - Constructor for exception org.openeai.moa.EnterpriseObjectSyncException
 
EnterpriseObjectUpdateException - Exception in org.openeai.moa
This exception is thrown when there is an error attempting to update an enteprise object at a given target.
EnterpriseObjectUpdateException() - Constructor for exception org.openeai.moa.EnterpriseObjectUpdateException
Constructor
EnterpriseObjectUpdateException(String) - Constructor for exception org.openeai.moa.EnterpriseObjectUpdateException
 
EnterpriseObjectUpdateException(String, Throwable) - Constructor for exception org.openeai.moa.EnterpriseObjectUpdateException
 
EnterpriseObjectUpdateException(Throwable) - Constructor for exception org.openeai.moa.EnterpriseObjectUpdateException
 
EnterprisePooledConnection - Class in org.openeai.dbpool
This is the actual java.sql.Connection that is stored in the EnterpriseConnectionPool.
EnterprisePooledConnection(String, String, String, String, String, String) - Constructor for class org.openeai.dbpool.EnterprisePooledConnection
Constructor
EnterpriseScrubber - Interface in org.openeai.scrubbers
This is the interface which specifies the methods all OpenEAI EnterpriseScubber objects must implement.
EnterpriseScrubberException - Exception in org.openeai.scrubbers
This exception is thrown when an EnterpriseScrubber has problems 'scrubbing' a field value.
EnterpriseScrubberException() - Constructor for exception org.openeai.scrubbers.EnterpriseScrubberException
Constructor
EnterpriseScrubberException(String) - Constructor for exception org.openeai.scrubbers.EnterpriseScrubberException
 
EnterpriseScrubberException(String, Throwable) - Constructor for exception org.openeai.scrubbers.EnterpriseScrubberException
 
EnterpriseScrubberException(Throwable) - Constructor for exception org.openeai.scrubbers.EnterpriseScrubberException
 
EnterpriseScrubberImpl - Class in org.openeai.scrubbers
This is the parent class for all EnterpriseScubber objects.
EnterpriseScrubberImpl() - Constructor for class org.openeai.scrubbers.EnterpriseScrubberImpl
Constructor
EnterpriseTranslationException - Exception in org.openeai.config
This exception is thrown when a field has problems performing a translation from an application value to an Enterprise value or vice versa.
EnterpriseTranslationException() - Constructor for exception org.openeai.config.EnterpriseTranslationException
Constructor
EnterpriseTranslationException(String) - Constructor for exception org.openeai.config.EnterpriseTranslationException
 
EnterpriseTranslationException(String, Throwable) - Constructor for exception org.openeai.config.EnterpriseTranslationException
 
EnterpriseTranslationException(Throwable) - Constructor for exception org.openeai.config.EnterpriseTranslationException
 
EnterpriseTranslator - Class in org.openeai.config
This object is used to perform translations from application values to Enterprise values and vice versa.
EnterpriseTranslator() - Constructor for class org.openeai.config.EnterpriseTranslator
Constructor
equals(XmlEnterpriseObject) - Method in interface org.openeai.moa.XmlEnterpriseObject
A convenience method that can be used to compare two Xml aware objects (XmlEnterpriseObjectImpl).
equals(XmlEnterpriseObject) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
A convenience method that can be used to compare two Xml aware objects (XmlEnterpriseObjectImpl).
Error - Class in org.openeai.moa.objects.resources
A Class that wraps the Error element as specified in the OpenEAI protocol.
Error() - Constructor for class org.openeai.moa.objects.resources.Error
Constructor
error(SAXParseException) - Method in class org.openeai.xml.ParseErrorHandler
 
execute() - Method in interface org.openeai.afa.ScheduledCommand
The execute method that must be implemented by all ScheduledCommand implementations is where the specific business logic associated to the ScheduledCommand is implemented.
execute(int, Message) - Method in interface org.openeai.jms.consumer.commands.RequestCommand
Method used to implement business logic specific to a message or set of messages consumed by a OpenEAI PointToPointConsumer.
execute(int, Message) - Method in interface org.openeai.jms.consumer.commands.SyncCommand
Method used to implement business logic specific to a message or set of messages consumed by a OpenEAI PubSubConsumer or PointToPointConsumer.
ExpectedReplyFormat - Class in org.openeai.moa.objects.resources
A Class that wraps the ExpectedReplyFormat element as specified in the OpenEAI protocol.
ExpectedReplyFormat() - Constructor for class org.openeai.moa.objects.resources.ExpectedReplyFormat
Constructor
extractTestId(String, Element) - Method in class org.openeai.jms.consumer.commands.ConsumerCommand
Returns the test ID extracted from the supplied document.

F

Failure - Class in org.openeai.moa.objects.testsuite
A Class that wraps the TestStatus element as specified in the OpenEAI TestSuite definition.
Failure() - Constructor for class org.openeai.moa.objects.testsuite.Failure
 
Failure(MessageObjectConfig) - Constructor for class org.openeai.moa.objects.testsuite.Failure
 
fatalError(SAXParseException) - Method in class org.openeai.xml.ParseErrorHandler
 
Field - Class in org.openeai.config
This object represents a single field in the EnterpriseObjects documents.
Field() - Constructor for class org.openeai.config.Field
Constructor
FileScheduleIdStore - Class in org.openeai.afa
This maintains a list of all Schedules that have been executed by a given ScheduledApp.
FileScheduleIdStore() - Constructor for class org.openeai.afa.FileScheduleIdStore
Constructor
format(String) - Method in class org.openeai.config.EnterpriseFormatter
This method is called by the EnterpriseFields object when a Field's data is being converted to the Enterprise Value.
FRIDAY - Static variable in class org.openeai.afa.Schedule
 

G

generate(XmlEnterpriseObject, ActionableEnterpriseObject) - Method in class org.openeai.jms.producer.PointToPointProducer
 
generate(XmlEnterpriseObject, RequestService) - Method in interface org.openeai.moa.ActionableEnterpriseObject
Generate message production.
generate(XmlEnterpriseObject, RequestService) - Method in class org.openeai.moa.ActionableEnterpriseObjectBase
Generate message production.
generate(XmlEnterpriseObject, PointToPointProducer) - Method in interface org.openeai.moa.jmsobjects.JmsEnterpriseObject
Deprecated. Generate message production.
generate(XmlEnterpriseObject, PointToPointProducer) - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Deprecated. Generate message production.
generate(XmlEnterpriseObject, ActionableEnterpriseObject) - Method in interface org.openeai.transport.RequestService
Generate message production.
generateRelease(String) - Method in class org.openeai.jms.consumer.commands.ConsumerCommand
Takes the release number passed in which is generally pulled from a message passed to a command and converts it into a release number that can be used for naming conventions in configuration documents.
generateSync(PubSubProducer, XmlEnterpriseObject) - Method in interface org.openeai.moa.jmsobjects.JmsEnterpriseObject
Deprecated. Generate Sync message production.
generateSync(PubSubProducer, XmlEnterpriseObject) - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Deprecated. Generate Sync message production.
generateUuid() - Method in class org.openeai.uuid.RandomUuid
Generates a "random" UUID.
generateUuid() - Method in class org.openeai.uuid.Uuid
 
GenericAppRunner - Class in org.openeai.afa
This is the runnable class that allows us to generalize our applications.
GenericAppRunner(String[]) - Constructor for class org.openeai.afa.GenericAppRunner
Constructor
GenericUuid - Class in org.openeai.uuidgen
This class is used to either request a UUID (RandomUuid) from the URL specified or generate one locally if errors occur requesting one remotely.
GenericUuid() - Constructor for class org.openeai.uuidgen.GenericUuid
Constructor
GenericUuid(String) - Constructor for class org.openeai.uuidgen.GenericUuid
 
getAbsoluteCommandName() - Method in class org.openeai.jms.consumer.MessageConsumer
Returns the name of the Absolute command that should be executed by this consumer NO MATTER what the COMMAND_NAME JMS Property might be.
getAcknowledgementMode() - Method in class org.openeai.jms.producer.MessageProducer
 
getAction() - Method in class org.openeai.moa.objects.resources.Result
 
getAction() - Method in class org.openeai.moa.objects.testsuite.TestResult
 
getAppConfig() - Method in class org.openeai.afa.ScheduledCommandImpl
Get AppConfig associated to this command.
getAppConfig() - Method in class org.openeai.afa.ScheduleIdStoreImpl
 
getAppConfig() - Method in class org.openeai.config.CommandConfig
Returns the AppConfig object associated to this command as specified in the Command's Configuration Element in the config document.
getAppConfig() - Method in class org.openeai.jms.consumer.commands.ConsumerCommand
Get AppConfig associated to this command.
getAppConfigs() - Method in class org.openeai.afa.ScheduledCommandImpl
 
getAppConfigs() - Method in class org.openeai.jms.consumer.commands.ConsumerCommand
 
getApplicationValue(String, String, String, String) - Method in class org.openeai.config.EnterpriseFields
Returns the application specific value that corresponds to the enterprise value passed in.
getApplicationValue(String, String, String) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Uses the EnterpriseFields object associated to this object to convert the enterprise value passed in to the application specific value based on rules found in the EnterpriseObjects XML document associated to the object for the application name passed in.
getApplicationValues() - Method in class org.openeai.config.EnterpriseMapping
This method returns a HashMap containing all Application specific values related to this particular field.
getAppName() - Method in interface org.openeai.config.EnterpriseConfigurationObject
This method returns the application name to which this configuration object (and ultimately the object being configured) is associated.
getAppName() - Method in class org.openeai.config.EnterpriseConfigurationObjectImpl
Returns the Application name associated to this configuration object (and the actual object that will be initialized with this configuration object).
getAppName() - Method in class org.openeai.OpenEaiObject
Returns the app name associated to this object.
getAuthentication() - Method in interface org.openeai.moa.ActionableEnterpriseObject
Returns the Authentication object associated with this object.
getAuthentication() - Method in class org.openeai.moa.ActionableEnterpriseObjectBase
Returns the Authentication object associated with this object.
getAuthentication() - Method in interface org.openeai.moa.jmsobjects.JmsEnterpriseObject
Deprecated. Returns the Authentication object associated with this object.
getAuthentication() - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Deprecated. Returns the Authentication object associated with this object.
getAuthentication() - Method in class org.openeai.moa.objects.resources.Sender
 
getAuthUserId() - Method in class org.openeai.moa.objects.resources.Authentication
 
getAuthUserSignature() - Method in class org.openeai.moa.objects.resources.Authentication
 
getAverageTime() - Method in class org.openeai.moa.objects.testsuite.RequestTimings
Returns the AverageTime instance variable associated to this RequestTimings object.
getAverageTime(String) - Method in class org.openeai.moa.objects.testsuite.RequestTimings
Convenience method that returns the reverse translated application value for the application name passed in.
getBalancer() - Method in class org.openeai.jms.consumer.PubSubConsumer
Returns the PubSubMessageBalancer associated to this Consumer.
getBaseline() - Method in interface org.openeai.moa.XmlEnterpriseObject
Returns the baseline object associated to this object.
getBaseline() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Returns the baseline object associated to this object.
getClassName() - Method in class org.openeai.config.CommandConfig
Returns the ClassName associated to this command as specified in the Command's Configuration Element in the config document.
getClassName() - Method in class org.openeai.config.ScheduleConfig
Ths method returns the class name that will be the Schedule implementation.
getCombinedKeyValue() - Method in interface org.openeai.moa.XmlEnterpriseObject
goes through all the key fields on the xeo passed in and creates a string containing all the values from those key fields.
getCombinedKeyValue() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
goes through all the key fields on the xeo passed in and creates a string containing all the values from those key fields.
getCommand(String) - Method in class org.openeai.afa.Schedule
Returns a ScheduledCommand associated to this schedule by name.
getCommandConfig(String) - Method in class org.openeai.config.ConsumerConfig
Returns a specific CommandConfig Java object by name that will be used to initialize an actual Command object during Consumer initialization.
getCommandConfig(String) - Method in class org.openeai.config.ScheduleConfig
Returns a CommandConfig object for the specified ScheduledCommand name.
getCommandConfig(String) - Method in class org.openeai.jms.consumer.MessageConsumer
Returns a CommandConfig Java object from the list of ConsumerCommands associated to this consumer by name.
getCommandConfigs() - Method in class org.openeai.config.ConsumerConfig
Returns the entire list (HashMap) of all CommandConfig objects assciated to this consumer.
getCommandConfigs() - Method in class org.openeai.config.ScheduleConfig
This method returns a list of all CommandConfig objects associated to this Schedule.
getCommandName() - Method in interface org.openeai.moa.ActionableEnterpriseObject
Returns the Command name associated with this object.
getCommandName() - Method in class org.openeai.moa.ActionableEnterpriseObjectBase
Returns the Command name associated with this object.
getCommandName() - Method in interface org.openeai.moa.jmsobjects.JmsEnterpriseObject
Deprecated. Returns the Command name associated with this object.
getCommandName() - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Deprecated. Returns the Command name associated with this object.
getCommands() - Method in class org.openeai.afa.Schedule
Returns all ScheduledCommands associated to this schedule.
getConfig() - Method in class org.openeai.jms.consumer.MessageConsumer
Returns the ConsumerConfig object associated to this Consumer.
getConfigDoc() - Method in class org.openeai.config.EnterpriseConfigurationObjectImpl
Returns the deployment/configuration document that is associated to this Configuration object.
getConfigElementByAttributeValue(String, String) - Method in class org.openeai.config.EnterpriseConfigurationObjectImpl
 
getConnection() - Method in class org.openeai.dbpool.EnterpriseConnectionPool
Returns a pre-established Database connection from the pool.
getConnection() - Method in class org.openeai.dbpool.EnterprisePooledConnection
Returns the java.sql.Connection object associated to this pooled connection.
getConnectionFactoryName() - Method in class org.openeai.jms.consumer.MessageConsumer
Returns the connection factory name (QueueConnectionFactory or TopicConnectionFactory) that this Consumer should retrieve and use to initialize its connection to the broker with.
getConnectionFactoryName() - Method in class org.openeai.jms.producer.MessageProducer
Returns the connection factory name (QueueConnectionFactory or TopicConnectionFactory) that this producer should retrieve and use to initialize its connection to the broker with.
getConnectionId() - Method in class org.openeai.dbpool.EnterprisePooledConnection
 
getConnectPassword() - Method in class org.openeai.dbpool.EnterpriseDbConnectionObject
Returns the password for the databse user to be used to establish the connection.
getConnectString() - Method in class org.openeai.dbpool.EnterpriseDbConnectionObject
Returns the connection string associated to this connection.
getConnectUserId() - Method in class org.openeai.dbpool.EnterpriseDbConnectionObject
Returns the database user id to be used to establish the connection.
getConsumerName() - Method in class org.openeai.jms.consumer.MessageConsumer
Returns the name of this consumer as specified in the Consumer's configuration information.
getConsumerStatus() - Method in class org.openeai.jms.consumer.MessageConsumer
Returns the current status of the Consumer.
getControlArea(Element) - Method in class org.openeai.afa.ScheduledCommandImpl
This method looks at the document and returns the appropriate ControlArea.
getControlArea(Element) - Method in class org.openeai.jms.consumer.commands.ConsumerCommand
This method looks at the document and returns the appropriate ControlArea.
getControlArea(Element) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
This method looks at the document and returns the appropriate ControlArea.
getCreateDoc() - Method in interface org.openeai.moa.XmlEnterpriseObject
Returns the "primed" Create Document associated with this object.
getCreateDoc() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
getCreateDocUri() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Returns the primed create XML document URI.
getCreateSyncDoc() - Method in interface org.openeai.moa.XmlEnterpriseObject
Returns the "primed" CreateSync Document associated with this object.
getCreateSyncDoc() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
getCreateSyncDocUri() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Returns the primed Create-Sync XML document URI.
getDatatype() - Method in class org.openeai.config.EnterpriseFormatter
Returns the allowable datatype for the Field.
getDatetime() - Method in class org.openeai.moa.objects.resources.ControlAreaReply
This one is a little "special" since it's the value we'll be using as the "timestamp" in the actual message we're sending.
getDatetime() - Method in class org.openeai.moa.objects.resources.ControlAreaRequest
This one is a little "special" since it's the value we'll be using as the "timestamp" in the actual message we're sending.
getDatetime() - Method in class org.openeai.moa.objects.resources.ControlAreaSync
This one is a little "special" since it's the value we'll be using as the "timestamp" in the actual message we're sending.
getDay() - Method in class org.openeai.afa.ScheduleRuntime
Returns the day of the week that the Schedule should be executed.
getDay() - Method in class org.openeai.moa.objects.resources.Date
Returns the day component of this date.
getDay() - Method in class org.openeai.moa.objects.resources.Datetime
 
getDbConnectionPoolConfig() - Method in class org.openeai.config.ConsumerConfig
Returns the DbConnectionPoolConfig Java object associated to this consumer.
getDebug() - Method in class org.openeai.OpenEaiObject
 
getDefaultCommandName() - Method in class org.openeai.jms.consumer.MessageConsumer
Returns the name of the Default command that should be executed if a Message consumed does not have a COMMAND_NAME JMS Property associated to it.
getDefaultCommandName() - Method in class org.openeai.jms.producer.MessageProducer
 
getDefaultParms() - Method in class org.openeai.config.CommandConfig
Returns the default paramaters associated to this command as specified in the "Commands" Configuration Element (the container) in the application's config document.
getDefaultParms() - Method in class org.openeai.config.ScheduleConfig
Returns the default paramaters associated to this Schedule as specified in the "Schedules" Configuration Element (the container) in the application's config document.
getDeleteDoc() - Method in interface org.openeai.moa.XmlEnterpriseObject
Returns the "primed" Delete Document associated with this object.
getDeleteDoc() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
getDeleteDocUri() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Returns the primed Delete-Request XML document URI.
getDeleteSyncDoc() - Method in interface org.openeai.moa.XmlEnterpriseObject
Returns the "primed" DeleteSync Document associated with this object.
getDeleteSyncDoc() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
getDeleteSyncDocUri() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Returns the primed Delete-Sync XML document URI.
getDeliveryMode() - Method in class org.openeai.jms.producer.MessageProducer
 
getDestinationName() - Method in class org.openeai.jms.consumer.MessageConsumer
Returns the destination name (Queue or Topic) that this Consumer should connect to and consume from.
getDestinationName() - Method in class org.openeai.jms.producer.MessageProducer
Returns the destination name (Queue or Topic) that this Producer should connect to and consume from.
getDocUri() - Method in class org.openeai.config.AppConfig
Returns the config document URI that is used to locate the XML config document for this application.
getDriverName() - Method in class org.openeai.dbpool.EnterpriseDbConnectionObject
Returns the database driver name that should be used to establish a connection.
getElapsedRequestTime() - Method in class org.openeai.moa.objects.testsuite.TestStatus
 
getElementByAttributeNameValue(Element, String, String) - Method in class org.openeai.xml.XmlElementLocator
Convenience method that searches for and returns an Element that has a child Attribute of "attrName" with a value of "attrValue".
getElementByAttributeNameValueRecursive(Element, String, String) - Method in class org.openeai.xml.XmlElementLocator
Convenience method that searches for and returns an Element that has a child Attribute of "attrName" with a value of "attrValue".
getElementByAttributeValue(Element, String) - Method in class org.openeai.config.EnterpriseConfigurationObjectImpl
 
getElementByAttributeValue(Element, String) - Method in class org.openeai.xml.XmlElementLocator
Convenience method that searches for and returns an Element that has any child Attributes with a value of "attrValue".
getElementByName(Element, String) - Method in class org.openeai.xml.XmlElementLocator
Convenience method that searches for and returns an Element that has a child Element with a name that matches the name passed in.
getElementByNameValue(Element, String, String) - Method in class org.openeai.xml.XmlElementLocator
Convenience method that searches for and returns an Element that has a child Element of "name" with a value of "value".
getElementByValue(Element, String) - Method in class org.openeai.xml.XmlElementLocator
Convenience method that searches for and returns an Element that has a child Element with a value of "value".
getElementName() - Method in class org.openeai.moa.ActionableEnterpriseObjectBase
Abstract method that must be implemented by decendants so this object will know what element it's dealing with when building Xml documents.
getElementName() - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Deprecated. Abstract method that must be implemented by decendants so this object will know what element it's dealing with when building Xml documents.
getEnterpriseFields() - Method in class org.openeai.config.MessageObjectConfig
Returns the EnterpriseFields object associated to this configuration object that will in turn be set on the business object being initialized using this configuration object.
getEnterpriseFields() - Method in interface org.openeai.moa.XmlEnterpriseObject
Returns the EnterpriseFields object associated with this object.
getEnterpriseFields() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Returns the EnterpriseFields object associated with this object.
getEnterpriseObjectsUri() - Method in class org.openeai.config.EnterpriseFields
Returns the EnterpriseObjects document uri associated to this EnterpriseFields object.
getEnterpriseObjectsUri() - Method in interface org.openeai.layouts.EnterpriseLayoutManager
Returns the EnterpriseObjects document uri associated to this EnterpriseFields object.
getEnterpriseObjectsUri() - Method in class org.openeai.layouts.EnterpriseLayoutManagerImpl
Returns the EnterpriseObjects document uri associated to this EnterpriseFields object.
getEnterpriseValue(String, String, String) - Method in class org.openeai.config.EnterpriseFields
Returns the "enterprise value" that corresponds to the application value passed in based on formatting rules specified in the EnterpriseObjects document.
getEnterpriseValue() - Method in class org.openeai.config.EnterpriseMapping
This method returns the enterprise value associated to this Mapping.
getEnterpriseValue(String, String) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Uses the EnterpriseFields object associated to this object to convert the application value passed in to the enterprise value.
getEODocRoot() - Method in class org.openeai.config.EnterpriseFields
 
getError() - Method in class org.openeai.moa.objects.resources.Result
 
getError(int) - Method in class org.openeai.moa.objects.resources.Result
 
getErrorDescription() - Method in class org.openeai.moa.objects.resources.Error
 
getErrorLength() - Method in class org.openeai.moa.objects.resources.Result
 
getErrorNumber() - Method in class org.openeai.moa.objects.resources.Error
 
getExclusiveConnection() - Method in class org.openeai.dbpool.EnterpriseConnectionPool
Returns a pre-established, AVAILABLE pooled connection object from the pool.
getExclusiveProducer() - Method in class org.openeai.jms.producer.ProducerPool
Returns an EXCLUSIVE producer from the pool.
getExpectedReplyFormat() - Method in class org.openeai.moa.objects.resources.ControlAreaRequest
 
getFailedCases() - Method in class org.openeai.moa.objects.testsuite.TestCaseSummary
 
getFailedSeries() - Method in class org.openeai.moa.objects.testsuite.TestSeriesSummary
 
getFailedSteps() - Method in class org.openeai.moa.objects.testsuite.TestStepSummary
 
getFailure() - Method in class org.openeai.moa.objects.testsuite.TestStatus
 
getFieldLayout(Element, String) - Method in class org.openeai.layouts.EnterpriseLayoutManagerImpl
Returns the Layout Element associated to a particular field as specified in an application's deployment document.
getFieldName() - Method in class org.openeai.config.EnterpriseMapping
This method returns the name of the field associated to this mapping.
getFieldName() - Method in class org.openeai.config.Field
Returns the name of the field.
getFieldsForObject() - Method in class org.openeai.config.EnterpriseFields
Returns the HashMap of all fields this EnterpriseFields object knows about.
getFieldsForObject(String) - Method in class org.openeai.config.EnterpriseFields
Returns the HashMap of all fields this EnterpriseFields object knows about that corresponds to a specific object name.
getFormatter() - Method in class org.openeai.config.Field
Returns the EnterpriseFormatter associated to this Field.
getFromAddr() - Method in class org.openeai.loggingutils.MailService
Deprecated. As of OpenEAI 4.0 release, use getFromAddress() instead.
getFromAddr() - Method in class org.openeai.OpenEaiObject
Returns the from email address associated to the mail service in this object.
getFromAddress() - Method in class org.openeai.config.MailServiceConfig
returns the from address variable
getFromAddress() - Method in class org.openeai.loggingutils.MailService
returns the from address class variable
getGenerateDoc() - Method in interface org.openeai.moa.XmlEnterpriseObject
Returns the "primed" generate Document associated with this object.
getGenerateDoc() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
getGenerateDocUri() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Returns the primed Generate-Request XML document URI.
getGenerateSyncDoc() - Method in interface org.openeai.moa.XmlEnterpriseObject
Returns the "primed" GenerateSync Document associated with this object.
getGenerateSyncDoc() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
getGenerateSyncDocUri() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Returns the primed Generate-Sync XML document URI.
getGenericErrorDoc() - Method in class org.openeai.jms.consumer.MessageConsumer
Returns the generic response document that this consumer should use to reply to incomming requests if it has problems executing the command associated to the request consumed.
getGuaranteedOrderOfProcessing() - Method in class org.openeai.jms.consumer.PubSubMessageStore
 
getHour() - Method in class org.openeai.afa.TimeOfDay
Returns the hour of the day in which the Schedule should run.
getHour() - Method in class org.openeai.moa.objects.resources.Datetime
 
getId() - Method in class org.openeai.jms.producer.ProducerId
Deprecated. Returns the UUID associated to this object.
getId() - Method in class org.openeai.moa.objects.testsuite.Success
 
getId() - Method in class org.openeai.transport.ProducerId
Returns the UUID associated to this object.
getId() - Method in class org.openeai.uuidgen.GenericUuid
Returns the UUID currently contained within this object.
getInboundXmlValidation() - Method in class org.openeai.afa.ScheduledCommandImpl
Get inbound xml validation.
getInboundXmlValidation() - Method in class org.openeai.config.CommandConfig
Returns a boolean value that indicates whether or not this command should validate the Xml Document it creates from the JMS message that it receives.
getInboundXmlValidation() - Method in class org.openeai.jms.consumer.commands.ConsumerCommand
Get inbound xml validation.
getInitialContext() - Method in class org.openeai.jms.consumer.MessageConsumer
Establishes an InitialContext to be used by the calling application to retrieve ConnectionFactories and Destination objects via JNDI.
getInitialContext() - Method in class org.openeai.jms.producer.MessageProducer
Establishes and returns an InitialContext to be used by the calling application to retrieve ConnectionFactories and Destination objects via JNDI.
getInitialContextFactory() - Method in class org.openeai.jms.consumer.MessageConsumer
Returns the class name of the JNDI context factory that will be used to retrieve the JMS administered objects from a Directory Server or wherever the administered objects are stored.
getInitialContextFactory() - Method in class org.openeai.jms.producer.MessageProducer
Returns the class name of the JNDI context factory that will be used to retrieve the JMS administered objects from a Directory Server or wherever the administered objects are stored.
getInitializationStatus() - Method in class org.openeai.jms.consumer.MessageConsumer
Returns the initialization status of the consumer.
getInputLayoutManager() - Method in class org.openeai.config.MessageObjectConfig
Returns the currently active input layout manager.
getInputLayoutManager(String) - Method in class org.openeai.config.MessageObjectConfig
This method returns the input layout manager that matches the type passed in or null if that type does not exist in the HashMap of input layout managers associated to this configuration object.
getInputLayoutManager() - Method in interface org.openeai.moa.XmlEnterpriseObject
Returns this object's currently assigned Input Layout manager.
getInputLayoutManager(String) - Method in interface org.openeai.moa.XmlEnterpriseObject
Returns an Input Layout manager for this object of a specified type.
getInputLayoutManager() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Returns this object's currently assigned Input Layout manager.
getInputLayoutManager(String) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Returns an Input Layout manager for this object of a specified type.
getInputLayoutManagers() - Method in class org.openeai.config.MessageObjectConfig
This method returns the HashMap of all input layout managers that will be associated to the XmlEnterpriseObject that ultimately gets initialized using this MessageObjectConfig object.
getInputLayoutManagers() - Method in interface org.openeai.moa.XmlEnterpriseObject
Returns a HashMap containing all Input Layout managers associated to this object.
getInputLayoutManagers() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Returns a HashMap containing all Input Layout managers associated to this object.
getInstanceName() - Method in class org.openeai.jms.consumer.MessageConsumer
Returns the instance name of this consumer.
getJobsInProgress() - Method in interface org.openeai.threadpool.ThreadPool
Returns the number of jobs that are currently in progress for this ThreadPool.
getJobsInProgress() - Method in class org.openeai.threadpool.ThreadPoolImpl
 
getKeyNamesForField(String) - Method in class org.openeai.config.EnterpriseFields
Returns a list of all key fields associated to an object.
getLastErrors() - Method in interface org.openeai.moa.ActionableEnterpriseObject
Returns a List containing the last errors encountered by this object during a Request action (create, query, generate, update, delete).
getLastErrors() - Method in class org.openeai.moa.ActionableEnterpriseObjectBase
Returns a List containing the last errors encountered by this object during a Request action (create, query, generate, update, delete).
getLastErrors() - Method in interface org.openeai.moa.jmsobjects.JmsEnterpriseObject
Deprecated. Returns a List containing the last errors encountered by this object during a Request action (create, query, generate, update, delete).
getLastErrors() - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Deprecated. Returns a List containing the last errors encountered by this object during a Request action (create, query, generate, update, delete).
getLayout() - Method in class org.openeai.layouts.EnterpriseLayoutManagerImpl
This method returns the actual layout element associated with this layout manager.
getLayout(Element, String) - Method in class org.openeai.layouts.EnterpriseLayoutManagerImpl
This method searches for and returns the field definition which is part of the layout for an object that matches the name passed in.
getLayoutManagerName() - Method in interface org.openeai.layouts.EnterpriseLayoutManager
Returns the name associated to the layout manager.
getLayoutManagerName() - Method in class org.openeai.layouts.EnterpriseLayoutManagerImpl
This method returns the name of the layout manager.
getLayoutRoot() - Method in interface org.openeai.layouts.EnterpriseLayoutManager
Returns the layout manager's root element from the EnterpriseObjects document associated to the MessageObject that was configured.
getLayoutRoot() - Method in class org.openeai.layouts.EnterpriseLayoutManagerImpl
Returns the layout manager's root element.
getLength() - Method in class org.openeai.config.EnterpriseFormatter
Returns the allowable length for the Field as specified in the EnterpriseObject document.
getLength(XmlEnterpriseObject, String) - Method in class org.openeai.layouts.EnterpriseLayoutManagerImpl
Convenience method that tells the layout manager implementation how many instances of a given repeatable field exist on the parent object.
getLength(String) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Convenience method that tells the layout manager implementation how many instances of a given repeatable field exist on the parent object.
getLengthType() - Method in class org.openeai.config.EnterpriseFormatter
Returns the length type associated to the Field as specified in the EnterpriseObjects document.
getLoggingProducer() - Method in class org.openeai.config.ProducerConfig
This method returns the logging producer that will be associated to an OpenEAI PubSubProducer.
getLoggingProducer() - Method in class org.openeai.jms.producer.PubSubProducer
Returns the Logging Producer associated to this producer which is simply another PubSubProducer that may be configured in the deployment document to publish messages published by this producer to a second "logging" destination.
getMailHost() - Method in class org.openeai.config.MailServiceConfig
returns the value of the mail host variable
getMailHost() - Method in class org.openeai.loggingutils.MailService
returns the value of the mail host class variable
getMailHost() - Method in class org.openeai.OpenEaiObject
Returns the mail host associated to the mail service in this object.
getMailService() - Method in class org.openeai.afa.Schedule
This method returns the MailService object that will be associated to the Schedule as specified in the deployment document.
getMailService() - Method in class org.openeai.config.ScheduleConfig
This method returns the MailService object that will be associated to the Schedule as specified in the deployment document.
getMailService() - Method in class org.openeai.OpenEaiObject
Returns the MailService to be used within this instance of the class.
getMainAppConfig() - Method in class org.openeai.config.AppConfig
Returns the main appConfig (in other words, the top-level AppConfig).
getMappings() - Method in class org.openeai.config.EnterpriseTranslator
Returns a Hashtable of EnterpriseMapping objects associated to this translator.
getMask() - Method in class org.openeai.config.EnterpriseFormatter
 
getMaximumThreadPoolShutdownWaitTime() - Method in class org.openeai.jms.consumer.MessageConsumer
Returns the maximum amount of time the consumer will wait for the thread pool to empty itself.
getMaximumTime() - Method in class org.openeai.moa.objects.testsuite.RequestTimings
Returns the MaximumTime instance variable associated to this BasicPerson object.
getMaxPoolSize() - Method in class org.openeai.dbpool.EnterpriseConnectionPool
Returns the maximum size of the pool.
getMessage(TextMessage, String) - Method in class org.openeai.jms.consumer.commands.RequestCommandImpl
Adds the supplied reply contents to the supplied message, and returns the message.
getMessage() - Method in class org.openeai.jms.consumer.StoredMessage
 
getMessageAction(Document) - Method in class org.openeai.jms.consumer.commands.ConsumerCommand
Returns the value of the 'messageAction' Attribute from the ControlArea in the Document passed in.
getMessageAction() - Method in class org.openeai.moa.objects.resources.ControlAreaReply
 
getMessageAction() - Method in class org.openeai.moa.objects.resources.ControlAreaRequest
 
getMessageAction() - Method in class org.openeai.moa.objects.resources.ControlAreaSync
 
getMessageAction() - Method in class org.openeai.moa.objects.resources.ExpectedReplyFormat
 
getMessageAction() - Method in class org.openeai.moa.objects.testsuite.RequestTimings
Returns the MessageAction instance variable associated to this RequestTimings object.
getMessageAction(String) - Method in class org.openeai.moa.objects.testsuite.RequestTimings
Convenience method that returns the reverse translated application value for the application name passed in.
getMessageBody() - Method in class org.openeai.config.MailServiceConfig
returns the message body of the current message
getMessageBody(Document) - Method in class org.openeai.jms.consumer.commands.ConsumerCommand
Returns the messageBody that was built during the initializeInput method call.
getMessageBody() - Method in class org.openeai.loggingutils.MailService
returns the message body of the current message
getMessageCategory(Document) - Method in class org.openeai.jms.consumer.commands.ConsumerCommand
Returns the value of the 'messageCategory' Attribute from the ControlArea in the Document passed in.
getMessageCategory() - Method in class org.openeai.moa.objects.resources.ControlAreaReply
 
getMessageCategory() - Method in class org.openeai.moa.objects.resources.ControlAreaRequest
 
getMessageCategory() - Method in class org.openeai.moa.objects.resources.ControlAreaSync
 
getMessageCategory() - Method in class org.openeai.moa.objects.resources.ExpectedReplyFormat
 
getMessageDumpDirectory() - Method in class org.openeai.config.CommandConfig
Returns the message dump directory that this command should use to persist incomming messages if the "writeToFile" flag is true.
getMessageDumpDirectory() - Method in class org.openeai.jms.consumer.commands.ConsumerCommand
Returns the messageDumpDirectory variable that will be the target of the writeMessageToFile call if the command needs to write the incoming message to a file.
getMessageId() - Method in class org.openeai.jms.consumer.StoredMessage
 
getMessageId() - Method in interface org.openeai.moa.ActionableEnterpriseObject
Returns the MessageId object associated with this object.
getMessageId() - Method in class org.openeai.moa.ActionableEnterpriseObjectBase
Returns the MessageId object associated with this object.
getMessageId() - Method in interface org.openeai.moa.jmsobjects.JmsEnterpriseObject
Deprecated. Returns the MessageId object associated with this object.
getMessageId() - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Deprecated. Returns the MessageId object associated with this object.
getMessageId() - Method in class org.openeai.moa.objects.resources.Sender
 
getMessageNumber() - Method in class org.openeai.jms.consumer.StoredMessage
 
getMessageObject(Document) - Method in class org.openeai.jms.consumer.commands.ConsumerCommand
Returns the value of the 'messageObject' Attribute from the ControlArea in the Document passed in.
getMessageObject() - Method in class org.openeai.moa.objects.resources.ControlAreaReply
 
getMessageObject() - Method in class org.openeai.moa.objects.resources.ControlAreaRequest
 
getMessageObject() - Method in class org.openeai.moa.objects.resources.ControlAreaSync
 
getMessageObject() - Method in class org.openeai.moa.objects.resources.ExpectedReplyFormat
 
getMessagePriority() - Method in class org.openeai.moa.objects.resources.ControlAreaReply
 
getMessagePriority() - Method in class org.openeai.moa.objects.resources.ControlAreaRequest
 
getMessagePriority() - Method in class org.openeai.moa.objects.resources.ControlAreaSync
 
getMessageRelease(Document) - Method in class org.openeai.jms.consumer.commands.ConsumerCommand
Returns the value of the 'messageRelease' Attribute from the ControlArea in the Document passed in.
getMessageRelease() - Method in class org.openeai.moa.objects.resources.ControlAreaReply
 
getMessageRelease() - Method in class org.openeai.moa.objects.resources.ControlAreaRequest
 
getMessageRelease() - Method in class org.openeai.moa.objects.resources.ControlAreaSync
 
getMessageRelease() - Method in class org.openeai.moa.objects.resources.ExpectedReplyFormat
 
getMessageSeq() - Method in class org.openeai.jms.producer.MessageProducer
 
getMessageSeq() - Method in class org.openeai.moa.objects.resources.MessageId
 
getMessageSeq() - Method in class org.openeai.moa.objects.resources.ProcessedMessageId
 
getMessageSeries() - Method in class org.openeai.moa.objects.resources.Predecessor
 
getMessageSeriesId() - Method in class org.openeai.moa.objects.resources.MessageSeries
 
getMessageSeriesSequence() - Method in class org.openeai.moa.objects.resources.MessageSeries
 
getMessageType(Document) - Method in class org.openeai.jms.consumer.commands.ConsumerCommand
Returns the value of the 'messageType' Attribute from the ControlArea in the Document passed in.
getMessageType() - Method in class org.openeai.moa.objects.resources.ControlAreaReply
 
getMessageType() - Method in class org.openeai.moa.objects.resources.ControlAreaRequest
 
getMessageType() - Method in class org.openeai.moa.objects.resources.ControlAreaSync
 
getMessageType() - Method in class org.openeai.moa.objects.resources.ExpectedReplyFormat
 
getMinimumTime() - Method in class org.openeai.moa.objects.testsuite.RequestTimings
Returns the MinimumTime instance variable associated to this BasicPerson object.
getMinute() - Method in class org.openeai.afa.TimeOfDay
Returns the minute of the hour in which the Schedule should run.
getMinute() - Method in class org.openeai.moa.objects.resources.Datetime
 
getMonth() - Method in class org.openeai.moa.objects.resources.Date
Returns the month component of this date.
getMonth() - Method in class org.openeai.moa.objects.resources.Datetime
 
getMsgComponent(String) - Method in class org.openeai.config.CommandConfig
Returns a configuration Element associated to a particular end-point by name.
getMsgComponents() - Method in class org.openeai.afa.ScheduledCommandImpl
Returns the HashMap that is a list of Messaging Components (gateways) that this command needs to know about.
getMsgComponents() - Method in class org.openeai.config.CommandConfig
Returns the entire HashMap of configuration Elements for all messaging components that this command might need to know about.
getMsgComponents() - Method in class org.openeai.jms.consumer.commands.ConsumerCommand
Returns the HashMap that is a list of Messaging Components (gateways) that this command needs to know about.
getMsgText() - Method in class org.openeai.loggingutils.MailService
Deprecated. As of OpenEAI 4.0 release, use getMessageBody() instead.
getName() - Method in class org.openeai.afa.Schedule
Returns the Schedule name according to information found in the config document for the application being configured.
getName() - Method in class org.openeai.config.CommandConfig
Returns the name of this command as specified in the configuration document.
getName() - Method in class org.openeai.config.DbConnectionPoolConfig
Returns the name asociated to the DbConnectionPoolConfig as specified in the deployment document.
getName() - Method in class org.openeai.config.EnterpriseConfigurationObjectImpl
Returns the object name associated to the configuration object being built.
getName() - Method in class org.openeai.config.ScheduleConfig
This method returns the name that will be associated to the Schedule as specified in the deployment document.
getNumberOfRequests() - Method in class org.openeai.moa.objects.testsuite.RequestTimings
Returns the NumberOfRequests instance variable associated to this RequestTimings object.
getNumberOfRequests(String) - Method in class org.openeai.moa.objects.testsuite.RequestTimings
Convenience method that returns the reverse translated application value for the application name passed in.
getObject(String) - Method in class org.openeai.config.AppConfig
Returns the object stored in this AppConfig object with the name passed in.
getObjectByType(String) - Method in class org.openeai.config.AppConfig
Returns the first object stored in this AppConfig that is a class of object matching the the class name passed in.
getObjects() - Method in class org.openeai.config.AppConfig
 
getObjectsLike(String) - Method in class org.openeai.config.AppConfig
Returns a List of objects currently stored in this AppConfig object with names that contain the pattern passed in.
getOutboundXmlValidation() - Method in class org.openeai.afa.ScheduledCommandImpl
Get outbound xml validation.
getOutboundXmlValidation() - Method in class org.openeai.config.CommandConfig
Returns a boolean value that indicates whether or not this command should validate any Xml Documents it publishes or returns to a client.
getOutboundXmlValidation() - Method in class org.openeai.jms.consumer.commands.ConsumerCommand
Get outbound xml validation.
getOutputLayoutManager() - Method in class org.openeai.config.MessageObjectConfig
Returns the currently active output layout manager.
getOutputLayoutManager(String) - Method in class org.openeai.config.MessageObjectConfig
This method returns the output layout manager that matches the type passed in or null if that type does not exist in the HashMap of output layout managers associated to this configuration object.
getOutputLayoutManager() - Method in interface org.openeai.moa.XmlEnterpriseObject
Returns this object's currently assigned Output Layout manager.
getOutputLayoutManager(String) - Method in interface org.openeai.moa.XmlEnterpriseObject
Returns an Output Layout manager for this object of a specified type.
getOutputLayoutManager() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Returns this object's currently assigned Output Layout manager.
getOutputLayoutManager(String) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Returns an Output Layout manager for this object of a specified type.
getOutputLayoutManagers() - Method in class org.openeai.config.MessageObjectConfig
This method returns the HashMap of all output layout managers that will be associated to the XmlEnterpriseObject that ultimately gets initialized using this MessageObjectConfig object.
getOutputLayoutManagers() - Method in interface org.openeai.moa.XmlEnterpriseObject
Returns a HashMap containing all Output Layout managers associated to this object.
getOutputLayoutManagers() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Returns a HashMap containing all Output Layout managers associated to this object.
getParentObjectName() - Method in class org.openeai.config.Field
Returns the name of the Field's parent object.
getPassedCases() - Method in class org.openeai.moa.objects.testsuite.TestCaseSummary
 
getPassedSeries() - Method in class org.openeai.moa.objects.testsuite.TestSeriesSummary
 
getPassedSteps() - Method in class org.openeai.moa.objects.testsuite.TestStepSummary
 
getPassword() - Method in class org.openeai.jms.consumer.MessageConsumer
Returns the broker user password that should be used when establishing a connection with the broker.
getPassword() - Method in class org.openeai.jms.producer.MessageProducer
Sets the broker user password that should be used when establishing a connection with the broker.
getPath() - Method in class org.openeai.afa.FileScheduleIdStore
Returns the path to which schedule ids will be written.
getPooledTempQueue() - Method in class org.openeai.jms.producer.TempQueuePool
Returns a PooledTempQueue that contains a pre-established TempoaryQueue and QueueReceiver.
getPoolName() - Method in class org.openeai.dbpool.EnterpriseConnectionPool
Returns the name of the pool as specified in the deployment document for the application.
getPoolName() - Method in class org.openeai.dbpool.EnterpriseDbConnectionObject
Returns the name of the pool to which this object is associated.
getPoolSize() - Method in class org.openeai.dbpool.EnterpriseConnectionPool
Returns the size for the pool.
getPoolSize() - Method in class org.openeai.jms.producer.TempQueuePool
Returns the size of the pool.
getPredecessor() - Method in class org.openeai.jms.consumer.StoredMessage
 
getProcessedMessageId() - Method in class org.openeai.moa.objects.resources.Result
 
getProducer() - Method in class org.openeai.jms.producer.ProducerPool
Returns the next producer from the pool.
getProducerId() - Method in class org.openeai.jms.producer.MessageProducer
Deprecated. as of OpenEAI 4.0 use org.openeai.transport.ProducerId instead
getProducerId(String) - Method in class org.openeai.jms.producer.MessageProducer
Returns the ProducerId object associated to this producer.
getProducerId() - Method in class org.openeai.moa.objects.resources.MessageId
 
getProducerId() - Method in class org.openeai.moa.objects.resources.ProcessedMessageId
 
getProducerId(String) - Method in interface org.openeai.transport.RequestService
 
getProducerId(String) - Method in interface org.openeai.transport.SyncService
 
getProducerIdUrl() - Method in class org.openeai.jms.producer.MessageProducer
 
getProducerName() - Method in class org.openeai.jms.producer.MessageProducer
Returns the name of this producers as specified in its configuration information.
getProducers() - Method in class org.openeai.jms.producer.ProducerPool
Returns the list of OpenEAI producers associated to this pool.
getProducerStatus() - Method in class org.openeai.jms.producer.MessageProducer
 
getProperties(String) - Method in class org.openeai.config.AppConfig
Convenience method that returns a Properties object associated to a PropertyConfig object.
getProperties() - Method in interface org.openeai.config.EnterpriseConfigurationObject
This method returns the properties object associated to the configuration object implementation.
getProperties() - Method in class org.openeai.OpenEaiObject
Returns the Properties to used within this instance of the class.
getProvideDoc() - Method in interface org.openeai.moa.XmlEnterpriseObject
Returns the "primed" Provide Document associated with this object.
getProvideDoc() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
getProvideDocUri() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Returns the primed Provide-Reply XML document URI.
getProviderUrl() - Method in class org.openeai.config.AppConfig
Returns the providerUrl instance variable associated with this Application.
getProviderUrl() - Method in class org.openeai.jms.consumer.MessageConsumer
Returns the location where the administered objects can be retrieved from.
getProviderUrl() - Method in class org.openeai.jms.producer.MessageProducer
Returns the location where the administered objects can be retrieved from.
getQueryDoc() - Method in interface org.openeai.moa.XmlEnterpriseObject
Returns the "primed" Query Document associated with this object.
getQueryDoc() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
getQueryDocUri() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Returns the primed Query-Request XML document URI.
getQueue() - Method in class org.openeai.jms.consumer.PointToPointConsumer
Returns the Consumer's Queue object.
getQueue() - Method in class org.openeai.jms.producer.PointToPointProducer
Returns the Producers's Queue object.
getQueueConnection() - Method in class org.openeai.jms.consumer.PointToPointConsumer
Returns the Consumer's QueueConnection object.
getQueueConnection() - Method in class org.openeai.jms.producer.PointToPointProducer
Returns the Producers's QueueConnection object.
getQueueConnectionFactory() - Method in class org.openeai.jms.consumer.PointToPointConsumer
Returns the Consumer's QueueConnectionFactory object.
getQueueConnectionFactory() - Method in class org.openeai.jms.producer.PointToPointProducer
Returns the Producers's QueueConnectionFactory object.
getQueueId() - Method in class org.openeai.jms.producer.PooledTempQueue
Returns the Queue Id associated to this PooledTempQueue.
getQueueReceiver() - Method in class org.openeai.jms.consumer.PointToPointConsumer
Returns the Consumer's QueueReceiver object.
getQueueReceiver() - Method in class org.openeai.jms.producer.PooledTempQueue
Returns the JMS QueueReceiver object associated to the PooledTempQueue.
getQueueRequestor() - Method in class org.openeai.jms.producer.PointToPointProducer
Returns the Producers's QueueRequestor object.
getQueueSender() - Method in class org.openeai.jms.producer.PointToPointProducer
Returns the Producers's QueueSender object.
getQueueSession() - Method in class org.openeai.jms.consumer.PointToPointConsumer
Returns the Consumer's QueueSession object.
getQueueSession() - Method in class org.openeai.jms.producer.PointToPointProducer
Returns the Producers's QueueSession object.
getReason(int) - Method in class org.openeai.moa.objects.testsuite.Failure
 
getReason() - Method in class org.openeai.moa.objects.testsuite.Failure
 
getReasonLength() - Method in class org.openeai.moa.objects.testsuite.Failure
 
getRecipientList() - Method in class org.openeai.config.MailServiceConfig
Returns the to address variable
getRecipientList() - Method in class org.openeai.loggingutils.MailService
Returns the to address class variable
getRecpient(int) - Method in class org.openeai.loggingutils.MailService
Returns a specific email address from the toAddr InternetAddress array
getRequestCommand(String) - Method in class org.openeai.jms.consumer.PointToPointConsumer
Returns a RequestCommand from the HashMap of RequestCommands supported by this Consumer.
getRequestReplyEndDatetime() - Method in class org.openeai.moa.objects.testsuite.TestSuiteSummary
 
getRequestReplyStartDatetime() - Method in class org.openeai.moa.objects.testsuite.TestSuiteSummary
 
getRequestTimeoutInterval() - Method in class org.openeai.jms.producer.PointToPointProducer
Returns the request timeout interval that will be used by this producer to determine when a timeout occurrs.
getRequestTimings(int) - Method in class org.openeai.moa.objects.testsuite.TestSuiteSummary
Returns an initialized RequestTimings object associated to this BasicPerson object from the List of RequestTimings's at the index passed in.
getRequestTimings() - Method in class org.openeai.moa.objects.testsuite.TestSuiteSummary
Returns the List of RequestTimings objects associated to this BasicPerson If the List is null, this method will create a new List and return it.
getRequestTimingsLength() - Method in class org.openeai.moa.objects.testsuite.TestSuiteSummary
Convenience method that returns the number of RequestTimings objects in this BasicPerson.
getRequired() - Method in class org.openeai.config.EnterpriseFormatter
Returns the boolean flag indicating whether or not this Field is required.
getResponseDoc() - Method in interface org.openeai.moa.XmlEnterpriseObject
Returns the "primed" Response Document associated with this object.
getResponseDoc() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
getResponseDocUri() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Returns the primed Response-Reply XML document URI.
getResult() - Method in class org.openeai.moa.objects.resources.ControlAreaReply
 
getResult() - Method in class org.openeai.moa.objects.resources.ControlAreaSync
 
getRootElementName(Element) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
getSchedule(String) - Method in class org.openeai.afa.ScheduledApp
Returns an individual Schedule from the list of schedules managed by this ScheduledApp.
getScheduleConfig(String) - Method in class org.openeai.config.ScheduledAppConfig
Returns a ScheduleConfig object for the name specified.
getScheduleConfigs() - Method in class org.openeai.config.ScheduledAppConfig
Returns a HashMap containing all Schedule configuration objects that will be used to intialize the Schedules associated to this ScheduledApp.
getScheduleIds() - Method in class org.openeai.afa.ScheduleIdStoreImpl
 
getScheduleIdStore() - Method in class org.openeai.afa.Schedule
 
getScheduleIdStore() - Method in class org.openeai.config.ScheduledAppConfig
 
getScheduleRuntimes() - Method in class org.openeai.afa.Schedule
Returns a List that contains ScheduleRuntime objects associated to this Schedule.
getScheduleRuntimes() - Method in class org.openeai.config.ScheduleConfig
Returns the list of ScheduleRuntime objects that will be associated to the Schedule being configured with this configuration object.
getSchedules() - Method in class org.openeai.afa.ScheduledApp
Returns the list of Schedules managed by this ScheduledApp
getScrubber(int) - Method in class org.openeai.config.EnterpriseFormatter
This method returns a scrubber from a specified location in the list of scrubbers associated to the Field.
getScrubbers() - Method in class org.openeai.config.EnterpriseFormatter
Returns the list of all scrubbers associated to the field.
getSecond() - Method in class org.openeai.moa.objects.resources.Datetime
 
getSecurityCredentials() - Method in class org.openeai.jms.consumer.MessageConsumer
Returns the LDAP security credentials (password) this consumer should use when connecting to the directory server to retrieve JMS administered objects (ConnectionFactories and Destinations).
getSecurityCredentials() - Method in class org.openeai.jms.producer.MessageProducer
Returns the LDAP security credentials (password) this producer should use when connecting to the directory server to retrieve JMS administered objects (ConnectionFactories and Destinations).
getSecurityPrincipal() - Method in class org.openeai.jms.consumer.MessageConsumer
Returns the LDAP security principal this consumer should use when connecting to the directory server to retrieve JMS administered objects (ConnectionFactories and Destinations).
getSecurityPrincipal() - Method in class org.openeai.jms.producer.MessageProducer
Returns the LDAP security principal this producer should use when connecting to the directory server to retrieve JMS administered objects (ConnectionFactories and Destinations).
getSender() - Method in class org.openeai.moa.objects.resources.ControlAreaReply
 
getSender() - Method in class org.openeai.moa.objects.resources.ControlAreaRequest
Not sure we should even have a setter method for the Datetime object?
getSender() - Method in class org.openeai.moa.objects.resources.ControlAreaSync
 
getSenderAppId() - Method in class org.openeai.moa.objects.resources.MessageId
 
getSenderAppId() - Method in class org.openeai.moa.objects.resources.ProcessedMessageId
 
getSequence() - Method in interface org.openeai.scrubbers.EnterpriseScrubber
Method is used by the EnterpriseFields object to determine in what order scrubbers should be executed if a field has more than one scrubber associated to it.
getSequence() - Method in class org.openeai.scrubbers.EnterpriseScrubberImpl
Returns the sequence associated to this scrubber implementation.
getSourceId() - Method in class org.openeai.moa.objects.resources.SourceInfo
 
getSourceInfo() - Method in class org.openeai.moa.objects.resources.ControlAreaReply
 
getSourceInfo() - Method in class org.openeai.moa.objects.resources.ControlAreaRequest
 
getSourceInfo() - Method in class org.openeai.moa.objects.resources.ControlAreaSync
 
getStartOnInitialization() - Method in class org.openeai.jms.consumer.MessageConsumer
Returns a boolean indicating whether or not this consumer should be started (connected to the broker and ready to consume messages) when it is initialized.
getStartOnInitialization() - Method in class org.openeai.jms.producer.MessageProducer
Returns a boolean indicating whether or not this producer should be started (connected to the broker and ready to produce messages) when it is initialized.
getStats() - Method in interface org.openeai.threadpool.ThreadPool
Takes a "snapshot" of the threadpool at the current time and returns statistics.
getStats() - Method in class org.openeai.threadpool.ThreadPoolImpl
 
getStatus() - Method in class org.openeai.jms.consumer.StoredMessage
 
getStatus() - Method in class org.openeai.moa.objects.resources.Result
 
getStatus() - Method in class org.openeai.moa.objects.testsuite.TestResult
 
getStatusChangeTime() - Method in class org.openeai.jms.consumer.StoredMessage
 
getStoredMessage() - Method in class org.openeai.jms.consumer.PubSubMessageStore
 
getStoredMessageIds() - Method in class org.openeai.jms.consumer.PubSubMessageStore
 
getStoredMessages() - Method in class org.openeai.jms.consumer.PubSubMessageStore
 
getSubject() - Method in class org.openeai.config.MailServiceConfig
returns the subject of the current message
getSubject() - Method in class org.openeai.loggingutils.MailService
returns the subject of the current message
getSubSecond() - Method in class org.openeai.moa.objects.resources.Datetime
 
getSyncCommand(String) - Method in class org.openeai.jms.consumer.MessageConsumer
Returns a SyncCommand from the HashMap of SyncCommands supported by this Consumer.
getSyncConsumptionEndDatetime() - Method in class org.openeai.moa.objects.testsuite.TestSuiteSummary
 
getSyncConsumptionStartDatetime() - Method in class org.openeai.moa.objects.testsuite.TestSuiteSummary
 
getSyncErrorPublisher() - Method in class org.openeai.afa.ScheduledCommandImpl
Get SyncErrorPublisher associated to this command.
getSyncErrorPublisher() - Method in class org.openeai.jms.consumer.commands.SyncCommandImpl
Get SyncErrorPublisher associated to this command.
getSyncErrorSyncDoc() - Method in class org.openeai.jms.consumer.commands.SyncCommandImpl
Returns the Sync-Error-Sync primed Document object built from the SyncErrorSyncPrimedDocument URI that will be used as the primed sync error sync Document used as a starting point when publishing Sync errors.
getSyncErrorSyncPrimedDocumentUri() - Method in class org.openeai.afa.ScheduledCommandImpl
Returns the SyncErrorSync primed document that will be used if this ScheduledCommand needs to publish a Sync-Error-Sync messages if errors occur during the execution of the command.
getSyncErrorSyncPrimedDocumentUri() - Method in class org.openeai.jms.consumer.commands.SyncCommandImpl
Returns the Sync-Error-Sync primed document URI that will be used to build the primed sync error sync Document used as a starting point when publishing Sync errors.
getTargetAppName() - Method in class org.openeai.layouts.EnterpriseLayoutManagerImpl
Returns the target application name associated to this layout manager.
getTargetId() - Method in class org.openeai.moa.objects.resources.TargetInfo
 
getTargetInfo() - Method in class org.openeai.moa.objects.resources.ControlAreaReply
 
getTargetInfo() - Method in class org.openeai.moa.objects.resources.ControlAreaRequest
 
getTargetInfo() - Method in class org.openeai.moa.objects.resources.ControlAreaSync
 
getTemporaryQueue() - Method in class org.openeai.jms.producer.PooledTempQueue
Returns the JMS TempoaryQueue object associated to the PooledTempQueue.
getTempQueuePool() - Method in class org.openeai.jms.producer.QueueRequestor
Returns the Temporary Queue Pool associated to this QueueRequestor.
getTestCaseNumber() - Method in class org.openeai.moa.objects.testsuite.TestId
 
getTestCaseSummary() - Method in class org.openeai.moa.objects.testsuite.TestSuiteSummary
 
getTestId() - Method in class org.openeai.moa.objects.resources.Sender
 
getTestId() - Method in interface org.openeai.moa.XmlEnterpriseObject
Returns the test id associated to this object.
getTestId() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Returns the test id associated to this object.
getTestSeriesNumber() - Method in class org.openeai.moa.objects.testsuite.TestId
 
getTestSeriesSummary() - Method in class org.openeai.moa.objects.testsuite.TestSuiteSummary
 
getTestStepId() - Method in class org.openeai.moa.objects.testsuite.MaximumTime
Returns the TestStepId instance variable associated to this RequestTimings object.
getTestStepId(String) - Method in class org.openeai.moa.objects.testsuite.MaximumTime
Convenience method that returns the reverse translated application value for the application name passed in.
getTestStepId() - Method in class org.openeai.moa.objects.testsuite.MinimumTime
Returns the TestStepId instance variable associated to this RequestTimings object.
getTestStepId(String) - Method in class org.openeai.moa.objects.testsuite.MinimumTime
Convenience method that returns the reverse translated application value for the application name passed in.
getTestStepNumber() - Method in class org.openeai.moa.objects.testsuite.TestId
 
getTestStepSummary() - Method in class org.openeai.moa.objects.testsuite.TestSuiteSummary
 
getTestSuiteName() - Method in class org.openeai.moa.objects.testsuite.TestId
 
getThreadPool() - Method in class org.openeai.jms.consumer.MessageConsumer
Returns the ThreadPool object that will be used by this Consumer to execute ConsumerCommands in.
getThreadPoolConfig() - Method in class org.openeai.config.ConsumerConfig
Returns the ThreadPoolConfig Java object associated to this consumer.
getThreadPoolConfig() - Method in class org.openeai.config.ScheduledAppConfig
Returns the ThreadPool configuration object that will be used to initialize the ThreadPool associated to the ScheduledApp.
getTimeoutInterval() - Method in class org.openeai.jms.producer.QueueRequestor
Returns the request timeout interval assoicated to this QueueRequestor.
getTimes() - Method in class org.openeai.afa.ScheduleRuntime
Returns a list of TimeOfDay objects indicating when during a particular day the Schedule should run.
getTimezone() - Method in class org.openeai.moa.objects.resources.Datetime
 
getToAddr() - Method in class org.openeai.loggingutils.MailService
Deprecated. As of OpenEAI 4.0 release, use getRecipientList() instead.
getToAddr(int) - Method in class org.openeai.loggingutils.MailService
Deprecated. As of OpenEAI 4.0 release, use getRecipientList(int) instead.
getToAddr() - Method in class org.openeai.OpenEaiObject
Returns the to email address associated to the mail service in this object.
getTopic() - Method in class org.openeai.jms.consumer.PubSubConsumer
Returns the Consumer's Topic object.
getTopic() - Method in class org.openeai.jms.producer.PubSubProducer
Returns the Producers's Topic object.
getTopicConnection() - Method in class org.openeai.jms.consumer.PubSubConsumer
Returns the Consumer's TopicConnection object.
getTopicConnection() - Method in class org.openeai.jms.producer.PubSubProducer
Returns the Producers's TopicConnection object.
getTopicConnectionFactory() - Method in class org.openeai.jms.consumer.PubSubConsumer
Returns the Consumer's TopicConnectionFactory object.
getTopicConnectionFactory() - Method in class org.openeai.jms.producer.PubSubProducer
Returns the Producers's TopicConnectionFactory object.
getTopicPublisher() - Method in class org.openeai.jms.producer.PubSubProducer
Returns the Producers's TopicPublisher object.
getTopicSession() - Method in class org.openeai.jms.consumer.PubSubConsumer
Returns the Consumer's TopicSession object.
getTopicSession() - Method in class org.openeai.jms.consumer.PubSubMessageStore
 
getTopicSession() - Method in class org.openeai.jms.producer.PubSubProducer
Returns the Producers's TopicSession object.
getTopicSubscriber() - Method in class org.openeai.jms.consumer.PubSubConsumer
Returns the Consumer's TopicSubscriber object.
getTotalCases() - Method in class org.openeai.moa.objects.testsuite.TestCaseSummary
 
getTotalSeries() - Method in class org.openeai.moa.objects.testsuite.TestSeriesSummary
 
getTotalSteps() - Method in class org.openeai.moa.objects.testsuite.TestStepSummary
 
getTransacted() - Method in class org.openeai.jms.consumer.MessageConsumer
Returns the JMS property indicating whether or not this consumer operates in transacted mode or not.
getTransacted() - Method in class org.openeai.jms.producer.MessageProducer
 
getTransformation(byte[], String) - Static method in class org.openeai.xml.OpenEaiTransformer
Transorms the byte array (XML) passed in using the XSL URL passed in and returns the result of the transformation.
getTranslationType() - Method in class org.openeai.config.EnterpriseFields
Returns the translation type that should be used when converting from application specific to enterprise value as specified in the application's deployment document and that is associated to the message object being configured.
getTranslationType() - Method in class org.openeai.config.MessageObjectConfig
Returns the translation type that should be associated to the business object being initialized with this configuration object.
getTranslator() - Method in class org.openeai.config.EnterpriseFormatter
Returns the EnterpriseTranslator object associated to the Formatter for the Field.
getType() - Method in class org.openeai.afa.ScheduledApp
Returns the type of ScheduledApp that this is.
getType() - Method in class org.openeai.config.CommandConfig
Returns type associated to this command.
getType() - Method in class org.openeai.config.EnterpriseConfigurationObjectImpl
Returns the type of Configuration object that this is.
getType() - Method in class org.openeai.moa.objects.resources.Date
Returns the type for this date.
getType() - Method in class org.openeai.moa.objects.resources.Datetime
Returns the type of Datetime element this is.
getType() - Method in class org.openeai.moa.objects.resources.Error
 
getUpdateDoc() - Method in interface org.openeai.moa.XmlEnterpriseObject
Returns the "primed" Update Document associated with this object.
getUpdateDoc() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
getUpdateDocUri() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Returns the primed Update-Request XML document URI.
getUpdateSyncDoc() - Method in interface org.openeai.moa.XmlEnterpriseObject
Returns the "primed" UpdateSync Document associated with this object.
getUpdateSyncDoc() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
getUpdateSyncDocUri() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Returns the primed Update-Sync XML document URI.
getUrl() - Method in class org.openeai.jms.producer.ProducerId
Deprecated. Returns the URL from which the UUID will be requested.
getUrl() - Method in class org.openeai.transport.ProducerId
Returns the URL from which the UUID will be requested.
getUrl() - Method in class org.openeai.uuidgen.GenericUuid
Returns the URL to be used when requesting a UUID.
getUserName() - Method in class org.openeai.jms.consumer.MessageConsumer
Returns the broker user name that should be used when establishing a connection with the broker.
getUserName() - Method in class org.openeai.jms.producer.MessageProducer
Returns the broker user name that should be used when establishing a connection with the broker.
getValidation() - Method in class org.openeai.config.EnterpriseConfigurationObjectImpl
Returns a boolean indicating whether or not XML document validation for the deployment documents is turned on or not.
getValidation() - Method in interface org.openeai.moa.XmlEnterpriseObject
 
getValidation() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Returns a boolean flag indicating whether or not XML validation will be used when messages are produced/published by this object.
getValue() - Method in class org.openeai.moa.objects.testsuite.MaximumTime
Returns the Value instance variable associated to this RequestTimings object.
getValue(String) - Method in class org.openeai.moa.objects.testsuite.MaximumTime
Convenience method that returns the reverse translated application value for the application name passed in.
getValue() - Method in class org.openeai.moa.objects.testsuite.MinimumTime
Returns the Value instance variable associated to this RequestTimings object.
getValue(String) - Method in class org.openeai.moa.objects.testsuite.MinimumTime
Convenience method that returns the reverse translated application value for the application name passed in.
getValue() - Method in class org.openeai.moa.objects.testsuite.TestStatus
 
getValueFromObject(XmlEnterpriseObject, String, String) - Method in class org.openeai.layouts.EnterpriseLayoutManagerImpl
Convenience method used by layout manager implementations to retrieve data from a parent object for a particular application.
getValueFromObject(XmlEnterpriseObject, String) - Method in class org.openeai.layouts.EnterpriseLayoutManagerImpl
Returns the value currently held in the parent object for the field passed in.
getValueFromObject(XmlEnterpriseObject, String, String, Object[], Class[]) - Method in class org.openeai.layouts.EnterpriseLayoutManagerImpl
Convenience method used by layout manager implementations to retrieve data from a repeating field (of type Element or Attribute) on a parent object for a particular application.
getValueFromObject(XmlEnterpriseObject, String, Object[], Class[]) - Method in class org.openeai.layouts.EnterpriseLayoutManagerImpl
Convenience method used by layout manager implementations to retrieve data from a repeating field (of any type) on a parent object.
getValueFromObject(String) - Method in interface org.openeai.moa.XmlEnterpriseObject
Returns the current value from the field name passed in.
getValueFromObject(String, Object[], Class[]) - Method in interface org.openeai.moa.XmlEnterpriseObject
Returns the current value from the field name passed in.
getValueFromObject(String, Object[], Class[]) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Returns the current value from the field name passed in.
getValueFromObject(String) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Returns the current value from the field name passed in.
getVerificationQueryString() - Method in class org.openeai.dbpool.EnterpriseDbConnectionObject
Returns the verification string associated to this connection.
getXmlEnterpriseObject() - Method in interface org.openeai.moa.ActionableEnterpriseObject
Helper method that returns this object as an XmlEnterpriseObject.
getXmlEnterpriseObject() - Method in class org.openeai.moa.ActionableEnterpriseObjectBase
Helper method that returns this object as an XmlEnterpriseObject.
getXmlEnterpriseObject() - Method in interface org.openeai.moa.jmsobjects.JmsEnterpriseObject
Deprecated. Helper method that returns this object as an XmlEnterpriseObject.
getXmlEnterpriseObject() - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Deprecated. Helper method that returns this object as an XmlEnterpriseObject.
getYear() - Method in class org.openeai.moa.objects.resources.Date
Returns the year component of this date.
getYear() - Method in class org.openeai.moa.objects.resources.Datetime
 

H

handleRequest(int, Message) - Method in class org.openeai.jms.consumer.PointToPointConsumer
RequestCommand execution routine.
handleSync(int, Message) - Method in class org.openeai.jms.consumer.MessageConsumer
Default SyncCommand execution routine.
hasErrors() - Method in class org.openeai.xml.ParseErrorHandler
 
hexByte(int) - Method in class org.openeai.uuid.Uuid
 

I

IgnoreDTDResolver - Class in org.openeai.xml
This class is used by the XmlDocumentReader class when XML validation is falsed.
IgnoreDTDResolver() - Constructor for class org.openeai.xml.IgnoreDTDResolver
Constructor
ignoreMissingFields() - Method in class org.openeai.config.EnterpriseFields
Returns the flag indicating whether or not missing field definitions will be allowed or not.
ignoreValidation() - Method in class org.openeai.config.EnterpriseFields
Returns the flag indicating whether or not "object" validation is turned on or not.
incrementMessageSequence() - Method in class org.openeai.jms.producer.MessageProducer
 
incrementMessageSequence() - Method in interface org.openeai.transport.RequestService
 
incrementMessageSequence() - Method in interface org.openeai.transport.SyncService
 
incrementSeriesSequence() - Method in class org.openeai.moa.objects.resources.MessageSeries
 
init(AppConfig) - Method in class org.openeai.afa.DbScheduleIdStore
 
init(AppConfig) - Method in class org.openeai.afa.FileScheduleIdStore
 
init(AppConfig) - Method in interface org.openeai.afa.ScheduleIdStore
 
init(Element) - Method in class org.openeai.config.AppConfig
This is the "workhorse" initialization method for an AppConfig object.
init(Element) - Method in class org.openeai.config.CommandConfig
Implements the init(Element) method that all EnterpriseConfiguration objects must implement.
init(Element) - Method in class org.openeai.config.ConsumerConfig
Implements the init(Element) method that all EnterpriseConfiguration objects must implement.
init(Element) - Method in class org.openeai.config.DbConnectionPoolConfig
Implements the init(Element) method that all EnterpriseConfiguration objects must implement.
init(Element) - Method in interface org.openeai.config.EnterpriseConfigurationObject
This method is called by AppConfig as it reads through the deployment document and parses Configuration information for each object that will be held by AppConfig.
init(Element) - Method in class org.openeai.config.EnterpriseConfigurationObjectImpl
Provides base initialization.
init(Document) - Method in class org.openeai.config.EnterpriseFields
This method reads through the supplied EnterpriseObjects XML Document and builds itself according to the contents found within that document.
init(Element) - Method in class org.openeai.config.LoggerConfig
Implements the init(Element) method that all EnterpriseConfiguration objects must implement.
init(Element) - Method in class org.openeai.config.MailServiceConfig
Implements the init(Element) method that all EnterpriseConfiguration objects must implement.
init(Element) - Method in class org.openeai.config.MessageObjectConfig
Implements the init(Element) method that all EnterpriseConfiguration objects must implement.
init(Element) - Method in class org.openeai.config.ProducerConfig
Implements the init(Element) method that all EnterpriseConfiguration objects must implement.
init(Element) - Method in class org.openeai.config.PropertyConfig
Implements the init(Element) method that all EnterpriseConfiguration objects must implement.
init(Element) - Method in class org.openeai.config.ScheduleConfig
Implements the init(Element) method that all EnterpriseConfiguration objects must implement.
init(Element) - Method in class org.openeai.config.ScheduledAppConfig
Implements the init(Element) method that all EnterpriseConfiguration objects must implement.
init(Element) - Method in class org.openeai.config.ThreadPoolConfig
Implements the init(Element) method that all EnterpriseConfiguration objects must implement.
init(Properties) - Method in class org.openeai.jms.consumer.MessageConsumer
Takes the Properties object contained within the ConsumerConfig object passed to the constructor of this consumer and sets all the appropriate instance variables on this consumer during initialization.
init(Properties) - Method in class org.openeai.jms.consumer.PointToPointConsumer
Invokes MessageConsumer.init(Properties) and adds the ConsumerShutDownHook for this consumer.
init(Properties) - Method in class org.openeai.jms.consumer.PubSubConsumer
Invokes MessageConsumer.init(Properties) and adds the ConsumerShutDownHook for this consumer.
init(Properties) - Method in class org.openeai.jms.producer.MessageProducer
Takes the Properties object contained within the ProducerConfig object passed to the constructor of this Producer and sets all the appropriate instance variables on this producer during initialization.
init(Properties) - Method in class org.openeai.jms.producer.PointToPointProducer
Invokes MessageProducer.init(Properties).
init(Properties) - Method in class org.openeai.jms.producer.PubSubProducer
Invokes MessageProducer.init(Properties).
init(String, Document) - Method in interface org.openeai.layouts.EnterpriseLayoutManager
Method used to initialize the LayoutMangager implementation with information found in the EnterpriseObjects document associated to the object being initialized.
init(String, Document) - Method in class org.openeai.layouts.EnterpriseLayoutManagerImpl
This is the default initialization method that can be used by child layout managers.
init(String, Document) - Method in class org.openeai.layouts.XmlLayout
 
init(MessageObjectConfig) - Method in class org.openeai.moa.ActionableEnterpriseObjectBase
Object initialization.
init(MessageObjectConfig) - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Deprecated. Object initialization.
init(MessageObjectConfig) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Object initialization.
initializeChild(XmlEnterpriseObject) - Method in interface org.openeai.moa.XmlEnterpriseObject
This method sets the EnterpriseFields and XML layout manager information on the child object passed in to be that of the current object.
initializeChild(XmlEnterpriseObject) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
This method sets the EnterpriseFields and XML layout manager information on the child object passed in to be that of the current object.
initializeConsumer() - Method in class org.openeai.jms.consumer.MessageConsumer
Calls the initSyncCommands() method that will retrieve all SyncCommands from the ConsumerConfig object passed to the constructor and initialize those commands making them available for use.
initializeConsumer() - Method in class org.openeai.jms.consumer.PointToPointConsumer
Calls the MessageConsumer initializeConsumer method to initialize any SyncCommands that this consumer may need to execute, then it initializes all RequestCommands associated to this consumer.
INITIALIZED - Static variable in class org.openeai.jms.consumer.MessageConsumer
 
initializeDocument(String, boolean) - Method in class org.openeai.xml.XmlDocumentReader
Creates a JDOM Document from the specified XML file name.
initializeDocument(InputStream, boolean) - Method in class org.openeai.xml.XmlDocumentReader
Creates a JDOM Document from the supplied InputStream.
initializeDocument(Reader, boolean) - Method in class org.openeai.xml.XmlDocumentReader
Creates a JDOM Document from the supplied Reader.
initializeFromFile(String, String) - Method in class org.openeai.config.AppConfig
Loads the configuration document from a URI (file or webserver etc.).
initializeInput(int, Message) - Method in class org.openeai.jms.consumer.commands.ConsumerCommand
Gets the message body from the JMS message passed in and creates an XML document from that data.
initializeLog4j() - Method in class org.openeai.OpenEaiObject
Initializes the static Log4J logger used by all decendants of OpenEaiObject with properties contained in the log4j properties object in this object.
initializeLog4j(String) - Method in class org.openeai.OpenEaiObject
Initializes the static Log4J logger used by all decendants of OpenEaiObject with properties found in the file name passed in (a properties file).
initializeLog4j(Properties) - Method in class org.openeai.OpenEaiObject
Initializes the static Log4J logger used by all decendants of OpenEaiObject with properties found in the Properties object passed in.
initializeMessageSeries(String) - Method in class org.openeai.moa.objects.resources.MessageSeries
 
initializeMessageSeries(String) - Method in class org.openeai.moa.objects.resources.Predecessor
 
initializePool(Properties) - Method in class org.openeai.dbpool.EnterpriseConnectionPool
Based on properties, establishes a configurable number of pre-established connections to a database and adds them to the Pool.
initRequestCommands() - Method in class org.openeai.jms.consumer.PointToPointConsumer
Iterates through all RequestCommands that were listed in the CommandConfig objects associated to this Consumer in its deployment document and instantiates those RequestCommands by calling the addRequestCommand method.
initSyncCommands() - Method in class org.openeai.jms.consumer.MessageConsumer
Iterates through all SyncCommands that were listed in the CommandConfig objects associated to this Consumer in its deployment document and instantiates those SyncCommands by calling the addSyncCommand method.
insertScrubber(int, EnterpriseScrubber) - Method in class org.openeai.config.EnterpriseFormatter
This method is also used as the EnterprsieFields object builds a Field's EnterpriseFormatter to add an EnterpriseScrubber implmentation that's specified in the EnterpriseObjects document to the Field's Formatter.
instantiate(String) - Method in class org.openeai.layouts.EnterpriseLayoutManagerImpl
Convenience method used by layout manager implementations to instantiate child objects that need to be built from the input passed to them and added to the parent object being built.
instantiate(String) - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Deprecated.  
inUse() - Method in class org.openeai.jms.producer.PooledTempQueue
Returns true if this PooledTempQueue object is in use false if it's not.
InvalidFormatException - Exception in org.openeai.config
This exception may be thrown when an object is attempting to set a value on a specific field and the value being passed is ran through the EnterpriseFormatter.
InvalidFormatException() - Constructor for exception org.openeai.config.InvalidFormatException
Constructor
InvalidFormatException(String) - Constructor for exception org.openeai.config.InvalidFormatException
 
InvalidFormatException(String, Throwable) - Constructor for exception org.openeai.config.InvalidFormatException
 
InvalidFormatException(Throwable) - Constructor for exception org.openeai.config.InvalidFormatException
 
isAbsolute() - Method in class org.openeai.config.CommandConfig
Returns a boolean value that indicates if this command is the "absolute" command the consumer instantiating this command should execute no matter what "COMMAND_NAME" is specified in the JMS Message it consumes.
isDate(String) - Method in class org.openeai.layouts.EnterpriseLayoutManagerImpl
Determines if the class name passed in is one of the OpenEAI Date objects (Date or Datetime).
isDate() - Method in interface org.openeai.moa.XmlEnterpriseObject
Checks to see if this object is a "Date/Datetime" object.
isDate() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Checks to see if this object is a "Date/Datetime" object.
isDefault() - Method in class org.openeai.config.CommandConfig
Returns a boolean value that indicates if this command is the "default" command the consumer instantiating this command should execute if no "COMMAND_NAME" is specified in the JMS Message it consumes.
isEmpty() - Method in interface org.openeai.moa.XmlEnterpriseObject
Recursively checks the contents of the object and true if it contains any data.
isEmpty() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Recursively checks the contents of the object and true if it contains any data.
isImmediate() - Method in class org.openeai.afa.Schedule
Tells the caller if this Schedule is suppose to run immediately.
isImmediate() - Method in class org.openeai.config.ScheduleConfig
Returns a flag indicating whether or not the Schedule being configured will be an "immediate" schedule.
isInitialized() - Method in class org.openeai.config.AppConfig
Returns an indication that specifies if this AppConfig object has been initialized yet.
isInuse() - Method in class org.openeai.dbpool.EnterprisePooledConnection
Returns a flag indicating whether or not this connection is in use.
isKey() - Method in class org.openeai.config.Field
Returns a flag indicating if this field is part of the parent object's key information.
isRepeating(Object, String) - Method in class org.openeai.layouts.EnterpriseLayoutManagerImpl
Convenience method that tells the layout manager implementation if the field specified is a repeating field on the object passed in.
isRepeating(String) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Convenience method that indicates if the field specified is a repeating field this object.
isRequired() - Method in class org.openeai.config.Field
Convenience method that uses the EnterpriseFormatter associated to this field to determine if this Field is a required field.
isRequired(Element) - Method in class org.openeai.layouts.EnterpriseLayoutManagerImpl
Uses the field definition passed in to determine if a field is required.
isStarted() - Method in class org.openeai.jms.consumer.MessageConsumer
Returns a boolean that indicates whether or not the consumer is started.
isStarted() - Method in class org.openeai.jms.producer.MessageProducer
 
isValid(Document) - Method in class org.openeai.xml.XmlValidator
Uses the Xerces SAXParser to validate an existing JDOM Document object.

J

JmsEnterpriseObject - Interface in org.openeai.moa.jmsobjects
Deprecated. As of OpenEAI version 4.0, replaced by #org.openeai.moa.ActionableEnterpriseObject
JmsEnterpriseObjectBase - Class in org.openeai.moa.jmsobjects
Deprecated. As of OpenEAI version 4.0, replaced by #org.openeai.moa.ActionableEnterpriseObjectBase
JmsEnterpriseObjectBase() - Constructor for class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Deprecated. Constructor.
JMSTimeoutException - Exception in org.openeai.jms.producer
This exception will be thrown by the OpenEAI QueueRequestor when the specified timeout interval has been reached.
JMSTimeoutException() - Constructor for exception org.openeai.jms.producer.JMSTimeoutException
Constructor
JMSTimeoutException(String) - Constructor for exception org.openeai.jms.producer.JMSTimeoutException
 
JMSTimeoutException(String, Throwable) - Constructor for exception org.openeai.jms.producer.JMSTimeoutException
 
JMSTimeoutException(Throwable) - Constructor for exception org.openeai.jms.producer.JMSTimeoutException
 
jobsInProgress - Variable in class org.openeai.threadpool.Stats
 

L

LIST - Static variable in class org.openeai.layouts.EnterpriseLayoutManagerImpl
 
load() - Method in class org.openeai.afa.DbScheduleIdStore
Loads any previously ran schedule ids into memory when the application starts.
load() - Method in class org.openeai.afa.FileScheduleIdStore
Loads any previously ran schedule ids into memory when the application starts.
load() - Method in interface org.openeai.afa.ScheduleIdStore
 
logErrors(String, String, Throwable, Document) - Method in class org.openeai.jms.consumer.commands.RequestCommandImpl
 
logErrors(String, String, Document) - Method in class org.openeai.jms.consumer.commands.RequestCommandImpl
 
logger - Static variable in class org.openeai.afa.ScheduledCommandImpl
 
logger - Static variable in class org.openeai.jms.consumer.commands.ConsumerCommand
 
logger - Static variable in class org.openeai.OpenEaiObject
 
LoggerConfig - Class in org.openeai.config
A LoggerConfig is a wrapper class that takes information stored in an OpenEAI Deployment document (LoggerConfig Element) and stores it in a Java object.
LoggerConfig() - Constructor for class org.openeai.config.LoggerConfig
Constructor
LoggerConfig(String, String) - Constructor for class org.openeai.config.LoggerConfig
 
LoggerConfig(Element) - Constructor for class org.openeai.config.LoggerConfig
 
LowerCaseScrubber - Class in org.openeai.scrubbers
Scrubber that converts the incomming string to lower case.
LowerCaseScrubber() - Constructor for class org.openeai.scrubbers.LowerCaseScrubber
Constructor

M

m_commandConfigs - Variable in class org.openeai.jms.consumer.MessageConsumer
 
m_data - Variable in class org.openeai.uuid.Uuid
 
m_inProcessMessages - Variable in class org.openeai.jms.consumer.MessageConsumer
 
m_messages - Variable in class org.openeai.jms.consumer.MessageConsumer
 
m_messages - Variable in class org.openeai.jms.producer.MessageProducer
 
m_numThreads - Variable in class org.openeai.jms.consumer.MessageConsumer
 
m_password - Variable in class org.openeai.jms.consumer.MessageConsumer
 
m_startOnInitialization - Variable in class org.openeai.jms.consumer.MessageConsumer
 
m_threadPool - Variable in class org.openeai.jms.consumer.MessageConsumer
 
m_userName - Variable in class org.openeai.jms.consumer.MessageConsumer
 
MailService - Class in org.openeai.loggingutils
MailService class.
MailService(MailServiceConfig) - Constructor for class org.openeai.loggingutils.MailService
As AppConfig reads through an application's deployment document, it will build a MailServiceConfig Java object and pass that object to this constructor.
MailService() - Constructor for class org.openeai.loggingutils.MailService
 
MailService(String, String, String, String) - Constructor for class org.openeai.loggingutils.MailService
 
MailService(String, String) - Constructor for class org.openeai.loggingutils.MailService
 
MailService(String, String, String) - Constructor for class org.openeai.loggingutils.MailService
 
MailServiceConfig - Class in org.openeai.config
A MailServiceConfig is a wrapper class that takes information stored in an OpenEAI Deployment document (MailServiceConfig Element) and stores it in a Java object.
MailServiceConfig() - Constructor for class org.openeai.config.MailServiceConfig
This is the constructor used by AppConfig to instantiate the config object.
main(String[]) - Static method in class org.openeai.afa.GenericAppRunner
 
main(String[]) - Static method in class org.openeai.jms.consumer.MessageConsumerClient
 
main(String[]) - Static method in class org.openeai.uuidgen.UuidGenClient
main
maxIdleTime - Variable in class org.openeai.threadpool.Stats
 
MaximumTime - Class in org.openeai.moa.objects.testsuite
 
MaximumTime() - Constructor for class org.openeai.moa.objects.testsuite.MaximumTime
 
MaximumTime(MessageObjectConfig) - Constructor for class org.openeai.moa.objects.testsuite.MaximumTime
 
maxThreads - Variable in class org.openeai.threadpool.Stats
 
MESSAGE_ACTION - Static variable in class org.openeai.jms.consumer.commands.ConsumerCommand
 
MESSAGE_CATEGORY - Static variable in class org.openeai.jms.consumer.commands.ConsumerCommand
 
MESSAGE_ID - Static variable in class org.openeai.jms.producer.MessageProducer
 
MESSAGE_NAME - Static variable in class org.openeai.jms.producer.MessageProducer
 
MESSAGE_OBJECT - Static variable in class org.openeai.jms.consumer.commands.ConsumerCommand
 
MESSAGE_RELEASE - Static variable in class org.openeai.jms.consumer.commands.ConsumerCommand
 
MESSAGE_TYPE - Static variable in class org.openeai.jms.consumer.commands.ConsumerCommand
 
MessageConsumer - Class in org.openeai.jms.consumer
The ancestor class for PubSub and PointToPoint consumers.
MessageConsumer() - Constructor for class org.openeai.jms.consumer.MessageConsumer
 
MessageConsumer.MessageTransaction - Class in org.openeai.jms.consumer
This is the class that is used to execute the SyncCommand associated to a message consumed by the Consumer.
MessageConsumer.MessageTransaction(int, Message) - Constructor for class org.openeai.jms.consumer.MessageConsumer.MessageTransaction
 
MessageConsumerClient - Class in org.openeai.jms.consumer
The runnable class used to implement all OpenEAI based MessageGateways.
MessageConsumerClient(String[]) - Constructor for class org.openeai.jms.consumer.MessageConsumerClient
 
MessageId - Class in org.openeai.moa.objects.resources
A Class that wraps the MessageId element as specified in the OpenEAI protocol.
MessageId() - Constructor for class org.openeai.moa.objects.resources.MessageId
Constructor
MessageId(Element) - Constructor for class org.openeai.moa.objects.resources.MessageId
 
MessageObjectConfig - Class in org.openeai.config
A MessageObjectConfig is a wrapper class that takes information stored in an OpenEAI Deployment document (MessageObjectConfig Element) and stores it in a Java object.
MessageObjectConfig() - Constructor for class org.openeai.config.MessageObjectConfig
This is the constructor used by AppConfig to instantiate the config object.
MessageObjectConfig(String, String) - Constructor for class org.openeai.config.MessageObjectConfig
 
MessageObjectConfig(Element) - Constructor for class org.openeai.config.MessageObjectConfig
 
MessageProducer - Class in org.openeai.jms.producer
The ancestor class for PubSub and PointToPoint producers.
MessageProducer() - Constructor for class org.openeai.jms.producer.MessageProducer
 
MessageSeries - Class in org.openeai.moa.objects.resources
A Class class.
MessageSeries() - Constructor for class org.openeai.moa.objects.resources.MessageSeries
Constructor
MinimumTime - Class in org.openeai.moa.objects.testsuite
 
MinimumTime() - Constructor for class org.openeai.moa.objects.testsuite.MinimumTime
 
MinimumTime(MessageObjectConfig) - Constructor for class org.openeai.moa.objects.testsuite.MinimumTime
 
minThreads - Variable in class org.openeai.threadpool.Stats
 
MONDAY - Static variable in class org.openeai.afa.Schedule
 

N

NEW_DATA - Static variable in class org.openeai.jms.consumer.commands.ConsumerCommand
 
newMaximumTime() - Method in class org.openeai.moa.objects.testsuite.RequestTimings
Convenience method that returns an initialized child MaximumTime object.
newMinimumTime() - Method in class org.openeai.moa.objects.testsuite.RequestTimings
Convenience method that returns an initialized child MinimumTime object.
newRequestTimings() - Method in class org.openeai.moa.objects.testsuite.TestSuiteSummary
Convenience method that returns an initialized child RequestTimings object.
NON_PERSISTENT_DELIVERY - Static variable in class org.openeai.jms.producer.MessageProducer
 
NOT_INITIALIZED - Static variable in class org.openeai.jms.consumer.MessageConsumer
 
numThreads - Variable in class org.openeai.threadpool.Stats
 

O

onMessage(Message) - Method in class org.openeai.jms.consumer.PointToPointConsumer.MyQueueListener
 
onMessage(Message) - Method in class org.openeai.jms.consumer.PubSubConsumer.MyTopicListener
 
OpenEaiException - Exception in org.openeai
The parent of all OpenEAI related exception.
OpenEaiException() - Constructor for exception org.openeai.OpenEaiException
Default constructor.
OpenEaiException(String) - Constructor for exception org.openeai.OpenEaiException
Constructor.
OpenEaiException(Throwable) - Constructor for exception org.openeai.OpenEaiException
Constructor.
OpenEaiException(String, Throwable) - Constructor for exception org.openeai.OpenEaiException
Constructor.
OpenEaiObject - Class in org.openeai
The parent of all OpenEAI related objects.
OpenEaiObject() - Constructor for class org.openeai.OpenEaiObject
Constructor
OpenEaiTransformer - Class in org.openeai.xml
This class is used to perform XSLT transformations using Xalan.
OpenEaiTransformer() - Constructor for class org.openeai.xml.OpenEaiTransformer
 
org.openeai - package org.openeai
 
org.openeai.afa - package org.openeai.afa
 
org.openeai.config - package org.openeai.config
 
org.openeai.dbpool - package org.openeai.dbpool
 
org.openeai.jms.consumer - package org.openeai.jms.consumer
 
org.openeai.jms.consumer.commands - package org.openeai.jms.consumer.commands
 
org.openeai.jms.producer - package org.openeai.jms.producer
 
org.openeai.layouts - package org.openeai.layouts
 
org.openeai.loggingutils - package org.openeai.loggingutils
 
org.openeai.moa - package org.openeai.moa
 
org.openeai.moa.jmsobjects - package org.openeai.moa.jmsobjects
 
org.openeai.moa.objects.resources - package org.openeai.moa.objects.resources
 
org.openeai.moa.objects.testsuite - package org.openeai.moa.objects.testsuite
 
org.openeai.scrubbers - package org.openeai.scrubbers
 
org.openeai.threadpool - package org.openeai.threadpool
 
org.openeai.transport - package org.openeai.transport
 
org.openeai.uuid - package org.openeai.uuid
 
org.openeai.uuidgen - package org.openeai.uuidgen
 
org.openeai.xml - package org.openeai.xml
Base OpenEAI package.

P

ParseErrorHandler - Class in org.openeai.xml
ParseErrorHandler class.
ParseErrorHandler() - Constructor for class org.openeai.xml.ParseErrorHandler
Constructor
pendingJobs - Variable in class org.openeai.threadpool.Stats
 
PERSISTENT_DELIVERY - Static variable in class org.openeai.jms.producer.MessageProducer
 
persistStore() - Method in class org.openeai.jms.consumer.PubSubMessageStore
 
PointToPointConsumer - Class in org.openeai.jms.consumer
This consumer consumes messages from a JMS Queue.
PointToPointConsumer() - Constructor for class org.openeai.jms.consumer.PointToPointConsumer
 
PointToPointConsumer(String, String) - Constructor for class org.openeai.jms.consumer.PointToPointConsumer
 
PointToPointConsumer(ConsumerConfig) - Constructor for class org.openeai.jms.consumer.PointToPointConsumer
As AppConfig reads through a gateway's deployment document, it will build a ConsumerConfig Java object and pass that object to this constructor.
PointToPointConsumer.ConsumerShutdownHook - Class in org.openeai.jms.consumer
This Thread will be started when the consumer receives a shutdown signal from the os.
PointToPointConsumer.ConsumerShutdownHook() - Constructor for class org.openeai.jms.consumer.PointToPointConsumer.ConsumerShutdownHook
 
PointToPointConsumer.MonitorConsumer - Class in org.openeai.jms.consumer
This Thread will sleep for a specified period of time and then wake up and check the status of the consumer by attempting to create/delete a TemporaryQueue.
PointToPointConsumer.MonitorConsumer(int) - Constructor for class org.openeai.jms.consumer.PointToPointConsumer.MonitorConsumer
 
PointToPointConsumer.MyQueueListener - Class in org.openeai.jms.consumer
This is the JMS MessageListener implementation for OpenEAI PointToPointConsumers.
PointToPointConsumer.MyQueueListener(QueueReceiver, QueueConnection) - Constructor for class org.openeai.jms.consumer.PointToPointConsumer.MyQueueListener
 
PointToPointConsumer.RequestTransaction - Class in org.openeai.jms.consumer
This is the class that is used to execute the RequestCommand associated to a message consumed by the Consumer.
PointToPointConsumer.RequestTransaction(int, Message, QueueSender, Queue) - Constructor for class org.openeai.jms.consumer.PointToPointConsumer.RequestTransaction
 
PointToPointProducer - Class in org.openeai.jms.producer
The PointToPointProducer produces messages to a Queue.
PointToPointProducer() - Constructor for class org.openeai.jms.producer.PointToPointProducer
 
PointToPointProducer(ProducerConfig) - Constructor for class org.openeai.jms.producer.PointToPointProducer
As AppConfig reads through an application's deployment document, it will build a ProducerConfig Java object and pass that object to this constructor.
PointToPointProducer.MonitorProducer - Class in org.openeai.jms.producer
This Thread will sleep for 30 seconds and then wake up and check the status of the producer by attempting to create/delete a TemporaryQueue.
PointToPointProducer.MonitorProducer(int) - Constructor for class org.openeai.jms.producer.PointToPointProducer.MonitorProducer
 
PointToPointProducer.ProducerShutdownHook - Class in org.openeai.jms.producer
This Thread will be started when the producer receives a shutdown signal from the os.
PointToPointProducer.ProducerShutdownHook() - Constructor for class org.openeai.jms.producer.PointToPointProducer.ProducerShutdownHook
 
PooledTempQueue - Class in org.openeai.jms.producer
This is a class that wraps a JMS TemporaryQueue and QueueReceiver that listens for responses sent on the TemporaryQueue.
PooledTempQueue(QueueSession) - Constructor for class org.openeai.jms.producer.PooledTempQueue
Constructor, creates a TemporaryQueue and QueueReceiver that will be used when the OpenEAI QueueRequestor produces a request.
Predecessor - Class in org.openeai.moa.objects.resources
A Class class.
Predecessor() - Constructor for class org.openeai.moa.objects.resources.Predecessor
Constructor
predecessorExists(String) - Method in class org.openeai.jms.consumer.PubSubMessageStore
 
printStackTrace() - Method in exception org.openeai.OpenEaiException
Prints this Exception and its backtrace to System.err.
printStackTrace(PrintStream) - Method in exception org.openeai.OpenEaiException
Prints this Exception and its backtrace to the specified print stream.
printStackTrace(PrintWriter) - Method in exception org.openeai.OpenEaiException
Prints this Exception and its backtrace to the specified print writer.
ProcessedMessageId - Class in org.openeai.moa.objects.resources
A Class that wraps the ProcessedMessageId element as specified in the OpenEAI protocol.
ProcessedMessageId() - Constructor for class org.openeai.moa.objects.resources.ProcessedMessageId
Constructor
produceMessage(Message) - Method in class org.openeai.jms.producer.PointToPointProducer
Deprecated. As of OpenEAI version 4.0
ProducerConfig - Class in org.openeai.config
A ProducerConfig is a wrapper class that takes information stored in an OpenEAI Deployment document (ProducerConfig Element) and stores it in a Java object.
ProducerConfig() - Constructor for class org.openeai.config.ProducerConfig
This is the constructor used by AppConfig to instantiate the config object.
ProducerConfig(String, String) - Constructor for class org.openeai.config.ProducerConfig
 
ProducerConfig(Element) - Constructor for class org.openeai.config.ProducerConfig
 
produceRequest(Message) - Method in class org.openeai.jms.producer.PointToPointProducer
Uses the pre-started QueueRequestor to send a request to a consumer and wait for a response.
produceRequest(ActionableEnterpriseObject, Document) - Method in class org.openeai.jms.producer.PointToPointProducer
Uses the pre-started QueueRequestor to send a request to a consumer and wait for a response.
produceRequest(ActionableEnterpriseObject, Document) - Method in interface org.openeai.transport.RequestService
 
ProducerId - Class in org.openeai.jms.producer
Deprecated. As of OpenEAI version 4.0, replaced by #org.openeai.transport.ProducerId
ProducerId() - Constructor for class org.openeai.jms.producer.ProducerId
Deprecated. Constructor
ProducerId(String) - Constructor for class org.openeai.jms.producer.ProducerId
Deprecated. This constructor automatically attempts to generate a GenericUuid using the URL passed in and populates itself with that UUID.
ProducerId - Class in org.openeai.transport
This object is used by the PointToPoint and PubSub producers to uniquely identify each producer.
ProducerId() - Constructor for class org.openeai.transport.ProducerId
Constructor
ProducerId(String) - Constructor for class org.openeai.transport.ProducerId
This constructor automatically attempts to generate a GenericUuid using the URL passed in and populates itself with that UUID.
ProducerPool - Class in org.openeai.jms.producer
The ProducerPool is a class that contains a list of producers for use by an application or command.
ProducerPool() - Constructor for class org.openeai.jms.producer.ProducerPool
Constructor
ProducerPool(List) - Constructor for class org.openeai.jms.producer.ProducerPool
 
PropertyConfig - Class in org.openeai.config
A PropertyConifg is a wrapper class that takes information stored in an OpenEAI Deployment document (PropertyConfig Element) and stores it in a Java object.
PropertyConfig() - Constructor for class org.openeai.config.PropertyConfig
This is the constructor used by AppConfig to instantiate the config object.
PropertyConfig(String, String) - Constructor for class org.openeai.config.PropertyConfig
 
PropertyConfig(Element) - Constructor for class org.openeai.config.PropertyConfig
 
PubliclyCloneable - Interface in org.openeai
Interface implemented by XmlEnterpriseObjects and JmsEnterpriseObjects.
publishMessage(Message) - Method in class org.openeai.jms.producer.PubSubProducer
Publishes the message passed in to the Topic the producer is connected to.
publishMessage(ActionableEnterpriseObject, Document) - Method in class org.openeai.jms.producer.PubSubProducer
Publishes the message passed in to the Topic the producer is connected to.
publishMessage(ActionableEnterpriseObject, Document) - Method in interface org.openeai.transport.SyncService
 
publishSyncError(String, List, Throwable) - Method in class org.openeai.afa.ScheduledCommandImpl
This method is used to publish a Sync-Error-Sync message when/if the ScheduledCommand has any errors during processing (during the 'execute' method).
publishSyncError(String, List) - Method in class org.openeai.afa.ScheduledCommandImpl
This method is used to publish a Sync-Error-Sync message when/if the ScheduledCommand has any errors during processing (during the 'execute' method).
publishSyncError(Element, List, Throwable) - Method in class org.openeai.jms.consumer.commands.SyncCommandImpl
This method is used to publish a Sync-Error-Sync message when/if the Command has any errors during processing (during the 'execute' method).
publishSyncError(Element, List) - Method in class org.openeai.jms.consumer.commands.SyncCommandImpl
This method is used to publish a Sync-Error-Sync message when/if the Command has any errors during processing (during the 'execute' method).
PubSubConsumer - Class in org.openeai.jms.consumer
This consumer consumes messages from a JMS Topic.
PubSubConsumer() - Constructor for class org.openeai.jms.consumer.PubSubConsumer
 
PubSubConsumer(String, String) - Constructor for class org.openeai.jms.consumer.PubSubConsumer
 
PubSubConsumer(ConsumerConfig) - Constructor for class org.openeai.jms.consumer.PubSubConsumer
As AppConfig reads through a gateway's deployment document, it will build a ConsumerConfig Java object and pass that object to this constructor.
PubSubConsumer.ConsumerShutdownHook - Class in org.openeai.jms.consumer
This Thread will be started when the consumer receives a shutdown signal from the os.
PubSubConsumer.ConsumerShutdownHook() - Constructor for class org.openeai.jms.consumer.PubSubConsumer.ConsumerShutdownHook
 
PubSubConsumer.MonitorConsumer - Class in org.openeai.jms.consumer
This Thread will sleep for a specified period of time and then wake up and check the status of the consumer by attempting to create/delete a TemporaryTopic.
PubSubConsumer.MonitorConsumer(int) - Constructor for class org.openeai.jms.consumer.PubSubConsumer.MonitorConsumer
 
PubSubConsumer.MyTopicListener - Class in org.openeai.jms.consumer
This is the JMS MessageListener implementation for OpenEAI PubSubConsumers.
PubSubConsumer.MyTopicListener(TopicSubscriber, TopicConnection) - Constructor for class org.openeai.jms.consumer.PubSubConsumer.MyTopicListener
 
PubSubMessageBalancer - Class in org.openeai.jms.consumer
This class is used by all PubSubConsumers to balance multiple instances of sync consumers.
PubSubMessageBalancer(DbConnectionPoolConfig) - Constructor for class org.openeai.jms.consumer.PubSubMessageBalancer
This is the constructor used by PubSubConsumers when they initialize themselves.
PubSubMessageStore - Class in org.openeai.jms.consumer
A Class class.
PubSubMessageStore(Properties) - Constructor for class org.openeai.jms.consumer.PubSubMessageStore
Constructor
PubSubProducer - Class in org.openeai.jms.producer
The PubSubProducer produces messages to a JMS Topic.
PubSubProducer() - Constructor for class org.openeai.jms.producer.PubSubProducer
 
PubSubProducer(ProducerConfig) - Constructor for class org.openeai.jms.producer.PubSubProducer
As AppConfig reads through an application's deployment document, it will build a ProducerConfig Java object and pass that object to this constructor.
PubSubProducer.MonitorProducer - Class in org.openeai.jms.producer
This Thread will sleep for 30 seconds and then wake up and check the status of the producer by attempting to create/delete a TemporaryTopic.
PubSubProducer.MonitorProducer(int) - Constructor for class org.openeai.jms.producer.PubSubProducer.MonitorProducer
 
PubSubProducer.ProducerShutdownHook - Class in org.openeai.jms.producer
This Thread will be started when the producer receives a shutdown signal from the os.
PubSubProducer.ProducerShutdownHook() - Constructor for class org.openeai.jms.producer.PubSubProducer.ProducerShutdownHook
 

Q

query(XmlEnterpriseObject, ActionableEnterpriseObject) - Method in class org.openeai.jms.producer.PointToPointProducer
 
query(XmlEnterpriseObject, RequestService) - Method in interface org.openeai.moa.ActionableEnterpriseObject
Query message production.
query(XmlEnterpriseObject, RequestService) - Method in class org.openeai.moa.ActionableEnterpriseObjectBase
Query message production.
query(XmlEnterpriseObject, PointToPointProducer) - Method in interface org.openeai.moa.jmsobjects.JmsEnterpriseObject
Deprecated. Query message production.
query(XmlEnterpriseObject, PointToPointProducer) - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Deprecated. Query message production.
query(XmlEnterpriseObject, ActionableEnterpriseObject) - Method in interface org.openeai.transport.RequestService
Query message production.
QUERY_ACTION - Static variable in class org.openeai.jms.consumer.commands.ConsumerCommand
 
QueueRequestor - Class in org.openeai.jms.producer
JMS provides a QueueRequestor helper class to simplify making service requests.
QueueRequestor(QueueSession, Queue) - Constructor for class org.openeai.jms.producer.QueueRequestor
Constructor for the QueueRequestor class.

R

RandomUuid - Class in org.openeai.uuid
Version 4 UUID from the Draft spec (defacto standard of uuid/guid specs).
RandomUuid() - Constructor for class org.openeai.uuid.RandomUuid
 
refresh() - Method in interface org.openeai.config.EnterpriseConfigurationObject
 
refresh() - Method in class org.openeai.config.EnterpriseConfigurationObjectImpl
 
reInitialize() - Method in class org.openeai.config.AppConfig
Re-initializes this AppConfig object.
reinitialize() - Method in class org.openeai.config.EnterpriseFields
Re-initializes this EnterpriseFields object by re-reading the EnterpriseObjects.xml document from the URI specified in the configuration document.
reinitializePooledTempQueue(PooledTempQueue) - Method in class org.openeai.jms.producer.TempQueuePool
This will be called by the QueueRequestor if a Timeout occurs during a "request".
releaseExclusiveConnection(EnterprisePooledConnection) - Method in class org.openeai.dbpool.EnterpriseConnectionPool
Releases a pooled connection back to the pool.
releasePooledTempQueue(PooledTempQueue) - Method in class org.openeai.jms.producer.TempQueuePool
Releases a PooledTempQueue back to the pool making it available for retrieval again.
releaseProducer(MessageProducer) - Method in class org.openeai.jms.producer.ProducerPool
Release a previously retrieved Exclusive producer to the pool.
ReleaseTag - Class in org.openeai
Used to echo the OpenEAI Copyright notice at the beginning of Gateways and Applications developed with the OpenEAI software foundation code.
ReleaseTag() - Constructor for class org.openeai.ReleaseTag
Constructor
remove(String) - Method in class org.openeai.afa.DbScheduleIdStore
Removes a specific schedule id from the repository that has an id equal to the schedule id passed in.
remove(String) - Method in class org.openeai.afa.FileScheduleIdStore
Removes a specific schedule id from the repository that has an id equal to the schedule id passed in.
remove(String) - Method in interface org.openeai.afa.ScheduleIdStore
 
removeSchedulesLike(String) - Method in class org.openeai.afa.DbScheduleIdStore
Removes all schedule ids from the repository that have an id containing the pattern passed in.
removeSchedulesLike(String) - Method in class org.openeai.afa.FileScheduleIdStore
Removes all schedule ids from the repository that have an id containing the pattern passed in.
removeSchedulesLike(String) - Method in interface org.openeai.afa.ScheduleIdStore
 
removeStoredMessage(StoredMessage) - Method in class org.openeai.jms.consumer.PubSubMessageStore
 
request(Message) - Method in class org.openeai.jms.producer.QueueRequestor
Send a request and wait for a reply.
RequestCommand - Interface in org.openeai.jms.consumer.commands
The interface implmented by all RequestCommands and specifies that they must implement the 'execute' method which returns a JMS Message.
RequestCommandImpl - Class in org.openeai.jms.consumer.commands
The "default" anscestor of all RequestCommands that are executed by a PointToPointConsumer.
RequestCommandImpl() - Constructor for class org.openeai.jms.consumer.commands.RequestCommandImpl
 
RequestCommandImpl(CommandConfig) - Constructor for class org.openeai.jms.consumer.commands.RequestCommandImpl
Default constructor behavior that will apply to all RequestCommand implementations.
requestId(String) - Method in class org.openeai.uuidgen.GenericUuid
Requests a RandomUuid from the supplied URL.
RequestService - Interface in org.openeai.transport
 
RequestTimings - Class in org.openeai.moa.objects.testsuite
 
RequestTimings() - Constructor for class org.openeai.moa.objects.testsuite.RequestTimings
 
RequestTimings(MessageObjectConfig) - Constructor for class org.openeai.moa.objects.testsuite.RequestTimings
 
resolveEntity(String, String) - Method in class org.openeai.xml.IgnoreDTDResolver
This method basically overrides the default behavior of going to the web server to retrieve the constraint information for an XML document being read.
restoreLayoutManagers() - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Deprecated.  
restoreLayoutManagers() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
Result - Class in org.openeai.moa.objects.resources
A Class that wraps the Result element as specified in the OpenEAI protocol.
Result() - Constructor for class org.openeai.moa.objects.resources.Result
Constructor
rollback() - Method in class org.openeai.jms.producer.PubSubProducer
Rollback any transactions pending on this publisher and on its LoggingProducer.
run() - Method in class org.openeai.jms.consumer.MessageConsumer.MessageTransaction
Calls the handleSync method passing the message number and Message consumed by the consumer.
run() - Method in class org.openeai.jms.consumer.PointToPointConsumer.ConsumerShutdownHook
 
run() - Method in class org.openeai.jms.consumer.PointToPointConsumer.MonitorConsumer
 
run() - Method in class org.openeai.jms.consumer.PointToPointConsumer.RequestTransaction
 
run() - Method in class org.openeai.jms.consumer.PubSubConsumer.ConsumerShutdownHook
 
run() - Method in class org.openeai.jms.consumer.PubSubConsumer.MonitorConsumer
 
run() - Method in class org.openeai.jms.producer.PointToPointProducer.MonitorProducer
 
run() - Method in class org.openeai.jms.producer.PointToPointProducer.ProducerShutdownHook
 
run() - Method in class org.openeai.jms.producer.PubSubProducer.MonitorProducer
 
run() - Method in class org.openeai.jms.producer.PubSubProducer.ProducerShutdownHook
 

S

SATURDAY - Static variable in class org.openeai.afa.Schedule
 
saveLayoutManagers() - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Deprecated.  
saveLayoutManagers() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
Schedule - Class in org.openeai.afa
This is a class that wraps the execution details of a set of commands.
Schedule(ScheduleConfig) - Constructor for class org.openeai.afa.Schedule
Constructs the Schedule object with a ScheduleConfig object which wraps the Schedules information found in the ScheduledApp's deployment document.
ScheduleConfig - Class in org.openeai.config
A ScheduleConfig is a wrapper class that takes information stored in an OpenEAI Deployment document (Schedule Element) and stores it in a Java object.
ScheduleConfig() - Constructor for class org.openeai.config.ScheduleConfig
This is the constructor used by AppConfig to instantiate the config object.
ScheduleConfig(Element) - Constructor for class org.openeai.config.ScheduleConfig
 
ScheduledApp - Class in org.openeai.afa
This component is used to wrap ScheduledApplications.
ScheduledApp(ScheduledAppConfig) - Constructor for class org.openeai.afa.ScheduledApp
Constructor
ScheduledAppConfig - Class in org.openeai.config
A ScheduledAppConfig is a wrapper class that takes information stored in an OpenEAI Deployment document (ScheduleAppConfig Element) and stores it in a Java object.
ScheduledAppConfig() - Constructor for class org.openeai.config.ScheduledAppConfig
This is the constructor used by AppConfig to instantiate the config object.
ScheduledAppConfig(Element) - Constructor for class org.openeai.config.ScheduledAppConfig
 
ScheduledCommand - Interface in org.openeai.afa
This is the interface that all ScheduledCommands must implement.
ScheduledCommandException - Exception in org.openeai.afa
This Exception may be thrown by the execute method in the ScheduledCommands.
ScheduledCommandException() - Constructor for exception org.openeai.afa.ScheduledCommandException
Constructor
ScheduledCommandException(String) - Constructor for exception org.openeai.afa.ScheduledCommandException
 
ScheduledCommandException(String, Throwable) - Constructor for exception org.openeai.afa.ScheduledCommandException
 
ScheduledCommandException(Throwable) - Constructor for exception org.openeai.afa.ScheduledCommandException
 
ScheduledCommandImpl - Class in org.openeai.afa
This is the parent class of all ScheduledCommands.
ScheduledCommandImpl(CommandConfig) - Constructor for class org.openeai.afa.ScheduledCommandImpl
Constructor
ScheduleIdStore - Interface in org.openeai.afa
 
ScheduleIdStoreException - Exception in org.openeai.afa
May be thrown the by the ScheduleIdStore when it persists ScheduleIds.
ScheduleIdStoreException() - Constructor for exception org.openeai.afa.ScheduleIdStoreException
Constructor
ScheduleIdStoreException(String) - Constructor for exception org.openeai.afa.ScheduleIdStoreException
 
ScheduleIdStoreException(String, Throwable) - Constructor for exception org.openeai.afa.ScheduleIdStoreException
 
ScheduleIdStoreException(Throwable) - Constructor for exception org.openeai.afa.ScheduleIdStoreException
 
ScheduleIdStoreImpl - Class in org.openeai.afa
 
ScheduleIdStoreImpl() - Constructor for class org.openeai.afa.ScheduleIdStoreImpl
 
ScheduleRuntime - Class in org.openeai.afa
This is a wrapper class that helps a Schedule determine if it should execute the commands that Schedule manages.
ScheduleRuntime(Element) - Constructor for class org.openeai.afa.ScheduleRuntime
Constructor
scrub(String) - Method in class org.openeai.scrubbers.CaseConverter
This is the scrub method that all EnterpriseScrubbers must implement.
scrub(String) - Method in interface org.openeai.scrubbers.EnterpriseScrubber
Method used to "scrub" in input value and return some other version of that value.
scrub(String) - Method in class org.openeai.scrubbers.LowerCaseScrubber
Converts the string passed in to lower case.
SENDER - Static variable in class org.openeai.jms.consumer.commands.ConsumerCommand
 
Sender - Class in org.openeai.moa.objects.resources
A Class that wraps the Sender element as specified in the OpenEAI protocol.
Sender() - Constructor for class org.openeai.moa.objects.resources.Sender
Constructor
sendHTMLMessage() - Method in class org.openeai.loggingutils.MailService
Sends an HTML email message to everyone included in the toAddr class variable.
sendMessage() - Method in class org.openeai.loggingutils.MailService
Sends an email message to everyone included in the toAddr class variable.
setAbsolute(boolean) - Method in class org.openeai.config.CommandConfig
Sets the boolean value that indicates if this command is the "absolute" command the consumer instantiating this command should execute no matter what "COMMAND_NAME" is specified in the JMS Message it consumes.
setAbsoluteCommandName(String) - Method in class org.openeai.jms.consumer.MessageConsumer
Sets the name of the Absolute command that should be executed by this consumer NO MATTER what the COMMAND_NAME JMS Property might be.
setAcknowledgementMode(String) - Method in class org.openeai.jms.producer.MessageProducer
 
setAction(String) - Method in class org.openeai.moa.objects.resources.Result
 
setAction(String) - Method in class org.openeai.moa.objects.testsuite.TestResult
 
setAppConfig(AppConfig) - Method in class org.openeai.afa.ScheduledCommandImpl
Set AppConfig associated to this command.
setAppConfig(AppConfig) - Method in class org.openeai.afa.ScheduleIdStoreImpl
 
setAppConfig(AppConfig) - Method in class org.openeai.config.CommandConfig
Sets the AppConfig object associated to this command as specified in the Command's Configuration Element in the config document.
setAppConfig(AppConfig) - Method in class org.openeai.jms.consumer.commands.ConsumerCommand
Set AppConfig associated to this command.
setApplicationValues(HashMap) - Method in class org.openeai.config.EnterpriseMapping
This method sets the HashMap of application specific values related to this field.
setAppName(String) - Method in interface org.openeai.config.EnterpriseConfigurationObject
This method sets the application name to which this configuration object (and ultimately the object being configured) is associated.
setAppName(String) - Method in class org.openeai.config.EnterpriseConfigurationObjectImpl
Sets the Application name associated to this configuration object (and the actual object that will be initialized with this configuration object).
setAppName(String) - Method in class org.openeai.OpenEaiObject
Sets the app name associated to this object.
setAuthentication(Authentication) - Method in interface org.openeai.moa.ActionableEnterpriseObject
Sets the Authentication object associated with this object.
setAuthentication(Authentication) - Method in class org.openeai.moa.ActionableEnterpriseObjectBase
Sets the Authentication object associated with this object.
setAuthentication(Authentication) - Method in interface org.openeai.moa.jmsobjects.JmsEnterpriseObject
Deprecated. Sets the Authentication object associated with this object.
setAuthentication(Authentication) - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Deprecated. Sets the Authentication object associated with this object.
setAuthentication(Authentication) - Method in class org.openeai.moa.objects.resources.Sender
 
setAuthUserId(String) - Method in class org.openeai.moa.objects.resources.Authentication
 
setAuthUserSignature(String) - Method in class org.openeai.moa.objects.resources.Authentication
 
setAverageTime(String) - Method in class org.openeai.moa.objects.testsuite.RequestTimings
Sets the AverageTime instance variable associated to this RequestTimings object to the value passed in.
setBalancer(PubSubMessageBalancer) - Method in class org.openeai.jms.consumer.PubSubConsumer
Sets the PubSubMessageBalancer associated to this Consumer.
setBaseline(XmlEnterpriseObject) - Method in interface org.openeai.moa.XmlEnterpriseObject
Sets the baseline object associated to this object.
setBaseline(XmlEnterpriseObject) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Sets the baseline object associated to this object.
setClassName(String) - Method in class org.openeai.config.CommandConfig
Sets the ClassName associated to this command as specified in the Command's Configuration Element in the config document.
setClassName(String) - Method in class org.openeai.config.ScheduleConfig
Ths method sets the class name that will be the Schedule implementation.
setCommandConfigs(HashMap) - Method in class org.openeai.jms.consumer.MessageConsumer
Sets the HashMap of CommandConfigs to the value passed in.
setCommandName(String) - Method in interface org.openeai.moa.ActionableEnterpriseObject
Sets the Command name associated with this object.
setCommandName(String) - Method in class org.openeai.moa.ActionableEnterpriseObjectBase
Sets the Command name associated with this object.
setCommandName(String) - Method in interface org.openeai.moa.jmsobjects.JmsEnterpriseObject
Deprecated. Sets the Command name associated with this object.
setCommandName(String) - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Deprecated. Sets the Command name associated with this object.
setCommands(HashMap) - Method in class org.openeai.afa.Schedule
Sets all ScheduledCommands associated to this schedule.
setConfig(ConsumerConfig) - Method in class org.openeai.jms.consumer.MessageConsumer
Sets the ConsumerConfig object associated to this Consumer.
setConfigDoc(Document) - Method in class org.openeai.config.EnterpriseConfigurationObjectImpl
Sets the deployment/configuration document that is associated to this Configuration object.
setConnection(Connection) - Method in class org.openeai.dbpool.EnterprisePooledConnection
Sets the java.sql.Connection object associated to this pooled connection object.
setConnectionFactoryName(String) - Method in class org.openeai.jms.consumer.MessageConsumer
Sets the connection factory name (QueueConnectionFactory or TopicConnectionFactory) that this Consumer should retrieve and use to initialize its connection to the broker with.
setConnectionFactoryName(String) - Method in class org.openeai.jms.producer.MessageProducer
Sets the connection factory name (QueueConnectionFactory or TopicConnectionFactory) that this producer should retrieve and use to initialize its connection to the broker with.
setConnectionId(long) - Method in class org.openeai.dbpool.EnterprisePooledConnection
 
setConnectPassword(String) - Method in class org.openeai.dbpool.EnterpriseDbConnectionObject
Sets the password for the databse user to be used to establish the connection.
setConnectString(String) - Method in class org.openeai.dbpool.EnterpriseDbConnectionObject
Sets the connect string associated to this connection as specified in the configuration document.
setConnectUserId(String) - Method in class org.openeai.dbpool.EnterpriseDbConnectionObject
Sets the database user id to be used to establish the connection.
setConsumerName(String) - Method in class org.openeai.jms.consumer.MessageConsumer
Sets the name of this consumer as specified in the Consumer's configuration information.
setConsumerStatus(String) - Method in class org.openeai.jms.consumer.MessageConsumer
Sets the current status of the Consumer.
setControlArea(Element) - Method in class org.openeai.moa.ActionableEnterpriseObjectBase
 
setControlArea(Element) - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Deprecated.  
setCreateDoc(Document) - Method in interface org.openeai.moa.XmlEnterpriseObject
Sets the "primed" create document associated with this object.
setCreateDoc(Document) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
setCreateDocUri(String) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Sets the primed create XML document URI.
setCreateSyncDoc(Document) - Method in interface org.openeai.moa.XmlEnterpriseObject
Sets the "primed" create sync document associated with this object.
setCreateSyncDoc(Document) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
setCreateSyncDocUri(String) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Sets the primed Create-Sync XML document URI.
setDatatype(String) - Method in class org.openeai.config.EnterpriseFormatter
Sets the allowable datatype for the Field.
setDay(String) - Method in class org.openeai.afa.ScheduleRuntime
Sets the day of the week that the Schedule should be executed.
setDay(String) - Method in class org.openeai.moa.objects.resources.Date
Sets the day component of this date.
setDay(String) - Method in class org.openeai.moa.objects.resources.Datetime
 
setDbConnectionPoolConfig(DbConnectionPoolConfig) - Method in class org.openeai.config.ConsumerConfig
Sets the DbConnectionPoolConfig Java object associated to this consumer.
setDebug(boolean) - Method in class org.openeai.OpenEaiObject
Allows decendants of OpenEaiObject to support default Clone behavior.
setDefault(boolean) - Method in class org.openeai.config.CommandConfig
Sets the boolean value that indicates if this command is the "default" command the consumer instantiating this command should execute if no "COMMAND_NAME" is specified in the JMS Message it consumes.
setDefaultCommandName(String) - Method in class org.openeai.jms.consumer.MessageConsumer
Sets the name of the Default command that should be executed if a Message consumed does not have a COMMAND_NAME JMS Property associated to it.
setDefaultCommandName(String) - Method in class org.openeai.jms.producer.MessageProducer
 
setDefaultParms(Element) - Method in class org.openeai.config.CommandConfig
Sets the default paramaters associated to this command as specified in the "Commands" Configuration Element (the container) in the application's config document.
setDefaultParms(Element) - Method in class org.openeai.config.ScheduleConfig
Sets the default paramaters associated to this Schedule as specified in the "Schedules" Configuration Element (the container) in the application's config document.
setDeleteDoc(Document) - Method in interface org.openeai.moa.XmlEnterpriseObject
Sets the "primed" delete document associated with this object.
setDeleteDoc(Document) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
setDeleteDocUri(String) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Sets the primed Delete-Request XML document URI.
setDeleteSyncDoc(Document) - Method in interface org.openeai.moa.XmlEnterpriseObject
Sets the "primed" delete sync document associated with this object.
setDeleteSyncDoc(Document) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
setDeleteSyncDocUri(String) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Sets the primed Delete-Sync XML document URI.
setDeliveryMode(String) - Method in class org.openeai.jms.producer.MessageProducer
 
setDestinationName(String) - Method in class org.openeai.jms.consumer.MessageConsumer
Sets the destination name (Queue or Topic) that this Consumer should connect to and consume from.
setDestinationName(String) - Method in class org.openeai.jms.producer.MessageProducer
Sets the destination name (Queue or Topic) that this Producer should connect to and consume from.
setDocUri(String) - Method in class org.openeai.config.AppConfig
Sets the config document URI that is used to locate the XML config document for this application.
setDriverName(String) - Method in class org.openeai.dbpool.EnterpriseDbConnectionObject
Sets the database driver name that should be used to establish a connection.
setElapsedRequestTime(String) - Method in class org.openeai.moa.objects.testsuite.TestStatus
 
setEnterpriseFields(EnterpriseFields) - Method in class org.openeai.config.MessageObjectConfig
Sets the EnterpriseFields object on this configuration object that will be ultimately used by the acutal business object that gets initialized with this configuration object.
setEnterpriseFields(EnterpriseFields) - Method in interface org.openeai.moa.XmlEnterpriseObject
Sets the EnterpriseFields object associated with this object.
setEnterpriseFields(EnterpriseFields) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Sets the EnterpriseFields object associated with this object.
setEnterpriseObjectsUri(String) - Method in class org.openeai.config.EnterpriseFields
Sets the EnterpriseObjects document uri associated to this EnterpriseFields object.
setEnterpriseObjectsUri(String) - Method in interface org.openeai.layouts.EnterpriseLayoutManager
Sets the EnterpriseObjects document uri associated to this EnterpriseFields object.
setEnterpriseObjectsUri(String) - Method in class org.openeai.layouts.EnterpriseLayoutManagerImpl
Sets the EnterpriseObjects document uri associated to this EnterpriseFields object.
setEnterpriseValue(String) - Method in class org.openeai.config.EnterpriseMapping
This method sets the enterprise value associated to this mapping.
setError(List) - Method in class org.openeai.moa.objects.resources.Result
 
setError(int, Error) - Method in class org.openeai.moa.objects.resources.Result
 
setErrorDescription(String) - Method in class org.openeai.moa.objects.resources.Error
 
setErrorNumber(String) - Method in class org.openeai.moa.objects.resources.Error
 
setErrors(boolean) - Method in class org.openeai.xml.ParseErrorHandler
 
setExitOnError(boolean) - Method in class org.openeai.xml.ParseErrorHandler
 
setExpectedReplyFormat(ExpectedReplyFormat) - Method in class org.openeai.moa.objects.resources.ControlAreaRequest
 
setFailedCases(String) - Method in class org.openeai.moa.objects.testsuite.TestCaseSummary
 
setFailedSeries(String) - Method in class org.openeai.moa.objects.testsuite.TestSeriesSummary
 
setFailedSteps(String) - Method in class org.openeai.moa.objects.testsuite.TestStepSummary
 
setFailure(Failure) - Method in class org.openeai.moa.objects.testsuite.TestStatus
 
setFieldName(String) - Method in class org.openeai.config.EnterpriseMapping
This method sets the name of the field associated to this mapping.
setFieldName(String) - Method in class org.openeai.config.Field
Sets the name of the field.
setFieldsForObject(HashMap) - Method in class org.openeai.config.EnterpriseFields
Sets the HashMap of all fields this EnterpriseFields object knows about.
setFormatter(EnterpriseFormatter) - Method in class org.openeai.config.Field
Sets the EnterpriseFormatter associated to this Field.
setFromAddr(String) - Method in class org.openeai.loggingutils.MailService
Deprecated. As of OpenEAI 4.0 release, use setFromAddress() instead.
setFromAddr(String) - Method in class org.openeai.OpenEaiObject
Sets the from email address associated to the mail service in this object.
setFromAddress(String) - Method in class org.openeai.config.MailServiceConfig
Sets the fromAddr class variable to the data passed in
setFromAddress(String) - Method in class org.openeai.loggingutils.MailService
Sets the fromAddr variable to the data passed in
setGenerateDoc(Document) - Method in interface org.openeai.moa.XmlEnterpriseObject
Sets the "primed" generate document associated with this object.
setGenerateDoc(Document) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Sets the "primed" generate document associated with this object.
setGenerateDocUri(String) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Sets the primed Generate-Request XML document URI.
setGenerateSyncDoc(Document) - Method in interface org.openeai.moa.XmlEnterpriseObject
Sets the "primed" generate sync document associated with this object.
setGenerateSyncDoc(Document) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
setGenerateSyncDocUri(String) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Sets the primed Generate-Sync XML document URI.
setGenericErrorDoc(Document) - Method in class org.openeai.jms.consumer.MessageConsumer
Sets the generic response document that this consumer should use to reply to incomming requests if it has problems executing the command associated to the request consumed.
setGuaranteedOrderOfProcessing(boolean) - Method in class org.openeai.jms.consumer.PubSubMessageStore
 
setHour(int) - Method in class org.openeai.afa.TimeOfDay
Sets the hour of the day in which the Schedule should run.
setHour(String) - Method in class org.openeai.moa.objects.resources.Datetime
 
setId(String) - Method in class org.openeai.jms.producer.ProducerId
Deprecated. Sets the UUID associated to this object.
setId(String) - Method in class org.openeai.moa.objects.testsuite.Success
 
setId(String) - Method in class org.openeai.transport.ProducerId
Sets the UUID associated to this object.
setId(String) - Method in class org.openeai.uuidgen.GenericUuid
Sets the UUID currently contained within this object.
setIgnoreMissingFields(boolean) - Method in class org.openeai.config.EnterpriseFields
Sets the flag indicating whether or not this EnterpriseFields object will be allowed to work if some of the object definitions specified in an objects definition are missing from the EnterpriseObjects document.
setIgnoreValidation(boolean) - Method in class org.openeai.config.EnterpriseFields
Sets a flag indicating whether or not "object" validation should be used when converting an application value to an enterprise value.
setInboundXmlValidation(boolean) - Method in class org.openeai.afa.ScheduledCommandImpl
Set inbound xml validation.
setInboundXmlValidation(boolean) - Method in class org.openeai.config.CommandConfig
Sets the boolean indicator which will be used to determine whether or not this command should validate the Xml Document it creates from the JMS message that it receives.
setInboundXmlValidation(boolean) - Method in class org.openeai.jms.consumer.commands.ConsumerCommand
Set inbound xml validation.
setInitialContextFactory(String) - Method in class org.openeai.jms.consumer.MessageConsumer
Sets the class name of the JNDI context factory that will be used to retrieve the JMS administered objects from a Directory Server or wherever the administered objects are stored.
setInitialContextFactory(String) - Method in class org.openeai.jms.producer.MessageProducer
Sets the class name of the JNDI context factory that will be used to retrieve the JMS administered objects from a Directory Server or wherever the administered objects are stored.
setInitializationStatus(String) - Method in class org.openeai.jms.consumer.MessageConsumer
Sets the initialization status of the consumer.
setInputLayoutManager(EnterpriseLayoutManager) - Method in class org.openeai.config.MessageObjectConfig
Sets the currently active input layout manager to the one passed in.
setInputLayoutManager(EnterpriseLayoutManager) - Method in interface org.openeai.moa.XmlEnterpriseObject
 
setInputLayoutManager(EnterpriseLayoutManager) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
setInputLayoutManagers(HashMap) - Method in class org.openeai.config.MessageObjectConfig
This method sets the HashMap of input layout managers that will be associated to the message object being configured using this configuration object.
setInputLayoutManagers(HashMap) - Method in interface org.openeai.moa.XmlEnterpriseObject
 
setInputLayoutManagers(HashMap) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
setInstanceName(String) - Method in class org.openeai.jms.consumer.MessageConsumer
Sets the instance name of this consumer.
setInuse(boolean) - Method in class org.openeai.dbpool.EnterprisePooledConnection
Sets a flag indicating whether or not this connection is in use.
setInUse(boolean) - Method in class org.openeai.jms.producer.PooledTempQueue
Sets the inUse flag associated to this PooledTempQueue.
setIsKey(boolean) - Method in class org.openeai.config.Field
Sets the flag that indicates if this field is a part of the parent object's key information.
setLayout(Element) - Method in class org.openeai.layouts.EnterpriseLayoutManagerImpl
This method sets the actual layout element associated with this layout manager.
setLayoutManagerName(String) - Method in interface org.openeai.layouts.EnterpriseLayoutManager
Sets the name associated to the layout manager.
setLayoutManagerName(String) - Method in class org.openeai.layouts.EnterpriseLayoutManagerImpl
This method sets the name associated to the layout manager.
setLayoutRoot(Element) - Method in class org.openeai.layouts.EnterpriseLayoutManagerImpl
This method sets the layout manager's root element.
setLength(int) - Method in class org.openeai.config.EnterpriseFormatter
Sets the allowable length for the Field as specified in the EnterpriseObject document.
setLengthType(String) - Method in class org.openeai.config.EnterpriseFormatter
Sets the length type associated to the Field as specified in the EnterpriseObjects document.
setLoggingProducer(PubSubProducer) - Method in class org.openeai.config.ProducerConfig
This method sets the logging producer that will be associated to an OpenEAI PubSubProducer.
setLoggingProducer(PubSubProducer) - Method in class org.openeai.jms.producer.PubSubProducer
Sets the Logging Producer associated to this producer which is simply another PubSubProducer that may be configured in the deployment document to publish messages published by this producer to a second "logging" destination.
setMailHost(String) - Method in class org.openeai.config.MailServiceConfig
Sets the mailHost variable to the data passed in
setMailHost(String) - Method in class org.openeai.loggingutils.MailService
Sets the mailHost class variable to the data passed in
setMailHost(String) - Method in class org.openeai.OpenEaiObject
Sets the mail host associated to the mail service in this object.
setMailService(MailService) - Method in class org.openeai.afa.Schedule
This method sets the MailService object that will be associated to the Schedule as specified in the deployment document.
setMailService(MailService) - Method in class org.openeai.config.ScheduleConfig
This method sets the MailService object that will be associated to the Schedule as specified in the deployment document.
setMailService(MailService) - Method in class org.openeai.OpenEaiObject
Sets the MailService to be used within this instance of the class.
setMask(String) - Method in class org.openeai.config.EnterpriseFormatter
 
setMaximumThreadPoolShutdownWaitTime(int) - Method in class org.openeai.jms.consumer.MessageConsumer
Sets the maximum amount of time (in milliseconds) that the consumer will wait for the ThreadPool to empty when the consumer's shutdown hook is triggered.
setMaximumTime(MaximumTime) - Method in class org.openeai.moa.objects.testsuite.RequestTimings
Sets the MaximumTime instance variable associated to this BasicPerson object to the value passed in.
setMaxPoolSize(int) - Method in class org.openeai.dbpool.EnterpriseConnectionPool
Sets the maxiumum size of the pool (the maximum number of connections that should be created and stored in the pool).
setMessage(Message) - Method in class org.openeai.jms.consumer.StoredMessage
 
setMessageAction(String) - Method in class org.openeai.moa.objects.resources.ControlAreaReply
 
setMessageAction(String) - Method in class org.openeai.moa.objects.resources.ControlAreaRequest
 
setMessageAction(String) - Method in class org.openeai.moa.objects.resources.ControlAreaSync
 
setMessageAction(String) - Method in class org.openeai.moa.objects.resources.ExpectedReplyFormat
 
setMessageAction(String) - Method in class org.openeai.moa.objects.testsuite.RequestTimings
Sets the MessageAction instance variable associated to this RequestTimings object to the value passed in.
setMessageBody(String) - Method in class org.openeai.config.MailServiceConfig
sets the msgBody variable to data passed from the client.
setMessageBody(String) - Method in class org.openeai.loggingutils.MailService
sets the msgText variable to data passed from the client.
setMessageCategory(String) - Method in class org.openeai.moa.objects.resources.ControlAreaReply
 
setMessageCategory(String) - Method in class org.openeai.moa.objects.resources.ControlAreaRequest
 
setMessageCategory(String) - Method in class org.openeai.moa.objects.resources.ControlAreaSync
 
setMessageCategory(String) - Method in class org.openeai.moa.objects.resources.ExpectedReplyFormat
 
setMessageDumpDirectory(String) - Method in class org.openeai.config.CommandConfig
Sets the message dump directory that this command should use to persist incomming messages if the "writeToFile" flag is true.
setMessageDumpDirectory(String) - Method in class org.openeai.jms.consumer.commands.ConsumerCommand
Sets the messageDumpDirectory variable that will be the target of the writeMessageToFile call if the command needs to write the incoming message to a file.
setMessageId(String) - Method in class org.openeai.jms.consumer.StoredMessage
 
setMessageId(MessageId) - Method in interface org.openeai.moa.ActionableEnterpriseObject
Sets the MessageId object associated with this object.
setMessageId(MessageId) - Method in class org.openeai.moa.ActionableEnterpriseObjectBase
Sets the MessageId object associated with this object.
setMessageId(MessageId) - Method in interface org.openeai.moa.jmsobjects.JmsEnterpriseObject
Deprecated. Sets the MessageId object associated with this object.
setMessageId(MessageId) - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Deprecated. Sets the MessageId object associated with this object.
setMessageId(MessageId) - Method in class org.openeai.moa.objects.resources.Sender
 
setMessageNumber(int) - Method in class org.openeai.jms.consumer.StoredMessage
 
setMessageObject(String) - Method in class org.openeai.moa.objects.resources.ControlAreaReply
 
setMessageObject(String) - Method in class org.openeai.moa.objects.resources.ControlAreaRequest
 
setMessageObject(String) - Method in class org.openeai.moa.objects.resources.ControlAreaSync
 
setMessageObject(String) - Method in class org.openeai.moa.objects.resources.ExpectedReplyFormat
 
setMessagePriority(String) - Method in class org.openeai.moa.objects.resources.ControlAreaReply
 
setMessagePriority(String) - Method in class org.openeai.moa.objects.resources.ControlAreaRequest
 
setMessagePriority(String) - Method in class org.openeai.moa.objects.resources.ControlAreaSync
 
setMessageRelease(String) - Method in class org.openeai.moa.objects.resources.ControlAreaReply
 
setMessageRelease(String) - Method in class org.openeai.moa.objects.resources.ControlAreaRequest
 
setMessageRelease(String) - Method in class org.openeai.moa.objects.resources.ControlAreaSync
 
setMessageRelease(String) - Method in class org.openeai.moa.objects.resources.ExpectedReplyFormat
 
setMessageSeq(int) - Method in class org.openeai.jms.producer.MessageProducer
 
setMessageSeq(String) - Method in class org.openeai.moa.objects.resources.MessageId
 
setMessageSeq(String) - Method in class org.openeai.moa.objects.resources.ProcessedMessageId
 
setMessageSeries(MessageSeries) - Method in class org.openeai.moa.objects.resources.Predecessor
 
setMessageSeriesId(String) - Method in class org.openeai.moa.objects.resources.MessageSeries
 
setMessageSeriesSequence(String) - Method in class org.openeai.moa.objects.resources.MessageSeries
 
setMessageType(String) - Method in class org.openeai.moa.objects.resources.ControlAreaReply
 
setMessageType(String) - Method in class org.openeai.moa.objects.resources.ControlAreaRequest
 
setMessageType(String) - Method in class org.openeai.moa.objects.resources.ControlAreaSync
 
setMessageType(String) - Method in class org.openeai.moa.objects.resources.ExpectedReplyFormat
 
setMinimumTime(MinimumTime) - Method in class org.openeai.moa.objects.testsuite.RequestTimings
Sets the MinimumTime instance variable associated to this BasicPerson object to the value passed in.
setMinute(int) - Method in class org.openeai.afa.TimeOfDay
Sets the minute of the hour in which the Schedule should run.
setMinute(String) - Method in class org.openeai.moa.objects.resources.Datetime
 
setMonth(String) - Method in class org.openeai.moa.objects.resources.Date
Sets the month component of this date.
setMonth(String) - Method in class org.openeai.moa.objects.resources.Datetime
 
setMsgComponents(HashMap) - Method in class org.openeai.afa.ScheduledCommandImpl
Sets the HashMap that is a list of Messaging Components (gateways) that this command needs to know about.
setMsgComponents(HashMap) - Method in class org.openeai.jms.consumer.commands.ConsumerCommand
Sets the HashMap that is a list of Messaging Components (gateways) that this command needs to know about.
setMsgText(String) - Method in class org.openeai.loggingutils.MailService
Deprecated. As of OpenEAI 4.0 release, use setMessageBody(String) instead.
setName(String) - Method in class org.openeai.afa.Schedule
Sets the Schedule name according to information found in the config document for the application being configured.
setName(String) - Method in class org.openeai.config.CommandConfig
Sets the name of this command as specified in the configuration document.
setName(String) - Method in class org.openeai.config.DbConnectionPoolConfig
Sets the name asociated to the DbConnectionPoolConfig as specified in the deployment document.
setName(String) - Method in class org.openeai.config.EnterpriseConfigurationObjectImpl
Sets the object name associated to the configuration object being built.
setName(String) - Method in class org.openeai.config.ScheduleConfig
This method sets the name that will be associated to the Schedule as specified in the deployment document.
setNumberOfRequests(String) - Method in class org.openeai.moa.objects.testsuite.RequestTimings
Sets the NumberOfRequests instance variable associated to this RequestTimings object to the value passed in.
setOutboundXmlValidation(boolean) - Method in class org.openeai.afa.ScheduledCommandImpl
Set outbound xml validation.
setOutboundXmlValidation(boolean) - Method in class org.openeai.config.CommandConfig
Sets an indicator that specifies if this command should validate any Xml Documents it publishes or returns to a client.
setOutboundXmlValidation(boolean) - Method in class org.openeai.jms.consumer.commands.ConsumerCommand
Set outbound xml validation.
setOutputLayoutManager(EnterpriseLayoutManager) - Method in class org.openeai.config.MessageObjectConfig
Sets the currently active output layout manager to the one passed in.
setOutputLayoutManager(EnterpriseLayoutManager) - Method in interface org.openeai.moa.XmlEnterpriseObject
 
setOutputLayoutManager(EnterpriseLayoutManager) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
setOutputLayoutManagers(HashMap) - Method in class org.openeai.config.MessageObjectConfig
This method sets the HashMap of output layout managers that will be associated to the message object being configured using this configuration object.
setOutputLayoutManagers(HashMap) - Method in interface org.openeai.moa.XmlEnterpriseObject
 
setOutputLayoutManagers(HashMap) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
setParentObjectName(String) - Method in class org.openeai.config.Field
Sets the name of the Field's parent object.
setPassedCases(String) - Method in class org.openeai.moa.objects.testsuite.TestCaseSummary
 
setPassedSeries(String) - Method in class org.openeai.moa.objects.testsuite.TestSeriesSummary
 
setPassedSteps(String) - Method in class org.openeai.moa.objects.testsuite.TestStepSummary
 
setPassword(String) - Method in class org.openeai.jms.consumer.MessageConsumer
Sets the broker user password that should be used when establishing a connection with the broker.
setPassword(String) - Method in class org.openeai.jms.producer.MessageProducer
Sets the broker user password that should be used when establishing a connection with the broker.
setPath(String) - Method in class org.openeai.afa.FileScheduleIdStore
Sets the path to which schedule ids will be written.
setPoolName(String) - Method in class org.openeai.dbpool.EnterpriseConnectionPool
Sets the name of the pool.
setPoolName(String) - Method in class org.openeai.dbpool.EnterpriseDbConnectionObject
Sets the name of the pool to which this object is associated.
setPoolSize(int) - Method in class org.openeai.dbpool.EnterpriseConnectionPool
Sets the size of the pool (the number of connections that should be created and stored in the pool).
setPoolSize(int) - Method in class org.openeai.jms.producer.TempQueuePool
Sets the size of the pool.
setPredecessor(String) - Method in class org.openeai.jms.consumer.StoredMessage
 
setProcessedMessageId(ProcessedMessageId) - Method in class org.openeai.moa.objects.resources.Result
 
setProducerId(ProducerId) - Method in class org.openeai.jms.producer.MessageProducer
Deprecated. as of OpenEAI 4.0 use org.openeai.transport.ProducerId instead
setProducerId(ProducerId) - Method in class org.openeai.jms.producer.MessageProducer
Sets the ProducerId object associated to this producer.
setProducerId(String) - Method in class org.openeai.moa.objects.resources.MessageId
 
setProducerId(String) - Method in class org.openeai.moa.objects.resources.ProcessedMessageId
 
setProducerId(ProducerId) - Method in interface org.openeai.transport.RequestService
 
setProducerId(ProducerId) - Method in interface org.openeai.transport.SyncService
 
setProducerIdUrl(String) - Method in class org.openeai.jms.producer.MessageProducer
 
setProducerName(String) - Method in class org.openeai.jms.producer.MessageProducer
Sets the name of this producers as specified in its configuration information.
setProducers(List) - Method in class org.openeai.jms.producer.ProducerPool
Sets the list of OpenEAI producers to what's passed in.
setProducerStatus(String) - Method in class org.openeai.jms.producer.MessageProducer
 
setProperties(Properties) - Method in class org.openeai.OpenEaiObject
Sets the properties to be used within this instance of the class.
setProvideDoc(Document) - Method in interface org.openeai.moa.XmlEnterpriseObject
Sets the "primed" provide document associated with this object.
setProvideDoc(Document) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
setProvideDocUri(String) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Sets the primed Provide-Reply XML document URI.
setProviderUrl(String) - Method in class org.openeai.config.AppConfig
Sets the providerUrl instance variable associated with this Application.
setProviderUrl(String) - Method in class org.openeai.jms.consumer.MessageConsumer
Sets the location where the administered objects can be retrieved from.
setProviderUrl(String) - Method in class org.openeai.jms.producer.MessageProducer
Sets the location where the administered objects can be retrieved from.
setQueryDoc(Document) - Method in interface org.openeai.moa.XmlEnterpriseObject
Sets the "primed" query document associated with this object.
setQueryDoc(Document) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
setQueryDocUri(String) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Sets the primed Query-Request XML document URI.
setQueue(Queue) - Method in class org.openeai.jms.consumer.PointToPointConsumer
Sets the Consumer's Queue object.
setQueue(Queue) - Method in class org.openeai.jms.producer.PointToPointProducer
Sets the Producers's Queue object.
setQueueConnection(QueueConnection) - Method in class org.openeai.jms.consumer.PointToPointConsumer
Sets the Consumer's QueueConnection object.
setQueueConnection(QueueConnection) - Method in class org.openeai.jms.producer.PointToPointProducer
Sets the Producers's QueueConnection object.
setQueueConnectionFactory(QueueConnectionFactory) - Method in class org.openeai.jms.consumer.PointToPointConsumer
Sets the Consumer's QueueConnectionFactory object.
setQueueConnectionFactory(QueueConnectionFactory) - Method in class org.openeai.jms.producer.PointToPointProducer
Sets the Producers's QueueConnectionFactory object.
setQueueId(String) - Method in class org.openeai.jms.producer.PooledTempQueue
Sets the Queue Id associated to this PooledTempQueue.
setQueueReceiver(QueueReceiver) - Method in class org.openeai.jms.consumer.PointToPointConsumer
Sets the Consumer's QueueReceiver object.
setQueueReceiver(QueueReceiver) - Method in class org.openeai.jms.producer.PooledTempQueue
Sets the JMS QueueReceiver object associated to the PooledTempQueue.
setQueueRequestor(QueueRequestor) - Method in class org.openeai.jms.producer.PointToPointProducer
Sets the Producers's QueueRequestor object.
setQueueSender(QueueSender) - Method in class org.openeai.jms.producer.PointToPointProducer
Sets the Producers's QueueSender object.
setQueueSession(QueueSession) - Method in class org.openeai.jms.consumer.PointToPointConsumer
Sets the Consumer's QueueSession object.
setQueueSession(QueueSession) - Method in class org.openeai.jms.producer.PointToPointProducer
Sets the Producers's QueueSession object.
setReason(int, String) - Method in class org.openeai.moa.objects.testsuite.Failure
 
setReason(List) - Method in class org.openeai.moa.objects.testsuite.Failure
 
setRecipientList(String) - Method in class org.openeai.config.MailServiceConfig
Sets the toAddr class variable to the data passed in
setRecipientList(String) - Method in class org.openeai.loggingutils.MailService
Sets the toAddr variable to the data passed in
setRefresh(boolean) - Method in class org.openeai.config.EnterpriseConfigurationObjectImpl
 
setRequestReplyEndDatetime(Datetime) - Method in class org.openeai.moa.objects.testsuite.TestSuiteSummary
 
setRequestReplyStartDatetime(Datetime) - Method in class org.openeai.moa.objects.testsuite.TestSuiteSummary
 
setRequestTimeoutInterval(int) - Method in class org.openeai.jms.producer.PointToPointProducer
Sets the request timeout interval that will be used by this producer to determine when a timeout occurrs.
setRequestTimings(int, RequestTimings) - Method in class org.openeai.moa.objects.testsuite.TestSuiteSummary
Sets an RequestTimings object associated to this BasicPerson object in its List of RequestTimings's at the index passed in.
setRequestTimings(List) - Method in class org.openeai.moa.objects.testsuite.TestSuiteSummary
Sets the List of RequestTimings objects associated to this BasicPerson If the List is null, this method will create a new List.
setRequired(boolean) - Method in class org.openeai.config.EnterpriseFormatter
Sets the boolean flag indicating whether or not this Field is required.
setResponseDoc(Document) - Method in interface org.openeai.moa.XmlEnterpriseObject
Sets the "primed" response document associated with this object.
setResponseDoc(Document) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
setResponseDocUri(String) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Sets the primed Response-Reply XML document URI.
setResult(Result) - Method in class org.openeai.moa.objects.resources.ControlAreaReply
Not sure we should even have a setter method for the Datetime object?
setResult(Result) - Method in class org.openeai.moa.objects.resources.ControlAreaSync
Not sure we should even have a setter method for the Datetime object?
setScheduleIds(Vector) - Method in class org.openeai.afa.ScheduleIdStoreImpl
 
setScheduleIdStore(ScheduleIdStore) - Method in class org.openeai.afa.Schedule
 
setScheduleIdStore(ScheduleIdStore) - Method in class org.openeai.config.ScheduledAppConfig
 
setScrubbers(Vector) - Method in class org.openeai.config.EnterpriseFormatter
Sets the list of scrubber implementations to that of the Vector passed in.
setSecond(String) - Method in class org.openeai.moa.objects.resources.Datetime
 
setSecurityCredentials(String) - Method in class org.openeai.jms.consumer.MessageConsumer
Sets the LDAP security credentials (password) this consumer should use when connecting to the directory server to retrieve JMS administered objects (ConnectionFactories and Destinations).
setSecurityCredentials(String) - Method in class org.openeai.jms.producer.MessageProducer
Sets the LDAP security credentials (password) this producer should use when connecting to the directory server to retrieve JMS administered objects (ConnectionFactories and Destinations).
setSecurityPrincipal(String) - Method in class org.openeai.jms.consumer.MessageConsumer
Sets the LDAP security principal this consumer should use when connecting to the directory server to retrieve JMS administered objects (ConnectionFactories and Destinations).
setSecurityPrincipal(String) - Method in class org.openeai.jms.producer.MessageProducer
Sets the LDAP security principal this producer should use when connecting to the directory server to retrieve JMS administered objects (ConnectionFactories and Destinations).
setSender(Sender) - Method in class org.openeai.moa.objects.resources.ControlAreaReply
 
setSender(Sender) - Method in class org.openeai.moa.objects.resources.ControlAreaRequest
 
setSender(Sender) - Method in class org.openeai.moa.objects.resources.ControlAreaSync
 
setSenderAppId(String) - Method in class org.openeai.moa.objects.resources.MessageId
 
setSenderAppId(String) - Method in class org.openeai.moa.objects.resources.ProcessedMessageId
 
setSequence(int) - Method in interface org.openeai.scrubbers.EnterpriseScrubber
Method is used to establish an order inwhich scrubbers should be executed if a field has more than one scrubber associated to it.
setSequence(int) - Method in class org.openeai.scrubbers.EnterpriseScrubberImpl
Sets the sequence associated to this scrubber implementation.
setSourceId(String) - Method in class org.openeai.moa.objects.resources.SourceInfo
 
setSourceInfo(SourceInfo) - Method in class org.openeai.moa.objects.resources.ControlAreaReply
 
setSourceInfo(SourceInfo) - Method in class org.openeai.moa.objects.resources.ControlAreaRequest
 
setSourceInfo(SourceInfo) - Method in class org.openeai.moa.objects.resources.ControlAreaSync
 
setStartOnInitialization(boolean) - Method in class org.openeai.jms.consumer.MessageConsumer
Sets a boolean indicating whether or not this consumer should be started (connected to the broker and ready to consume messages) when it is initialized.
setStartOnInitialization(boolean) - Method in class org.openeai.jms.producer.MessageProducer
Sets a boolean indicating whether or not this producer should be started (connected to the broker and ready to produce messages) when it is initialized.
setStatus(String) - Method in class org.openeai.jms.consumer.StoredMessage
 
setStatus(String) - Method in class org.openeai.moa.objects.resources.Result
 
setStatus(String) - Method in class org.openeai.moa.objects.testsuite.TestResult
 
setStatusChangeTime(long) - Method in class org.openeai.jms.consumer.StoredMessage
 
setStoredMessageIds(Vector) - Method in class org.openeai.jms.consumer.PubSubMessageStore
 
setStoredMessages(Vector) - Method in class org.openeai.jms.consumer.PubSubMessageStore
 
setSubject(String) - Method in class org.openeai.config.MailServiceConfig
sets the subject variable to data passed in from the client
setSubject(String) - Method in class org.openeai.loggingutils.MailService
sets the subject class variable to data passed in from the client
setSubSecond(String) - Method in class org.openeai.moa.objects.resources.Datetime
 
setSyncConsumptionEndDatetime(Datetime) - Method in class org.openeai.moa.objects.testsuite.TestSuiteSummary
 
setSyncConsumptionStartDatetime(Datetime) - Method in class org.openeai.moa.objects.testsuite.TestSuiteSummary
 
setSyncErrorSyncDoc(Document) - Method in class org.openeai.jms.consumer.commands.SyncCommandImpl
Sets the Sync-Error-Sync primed Document object built from the SyncErrorSyncPrimedDocument URI that will be used as the primed sync error sync Document used as a starting point when publishing Sync errors.
setSyncErrorSyncPrimedDocumentUri(String) - Method in class org.openeai.afa.ScheduledCommandImpl
Sets the SyncErrorSync primed document that will be used if this ScheduledCommand needs to publish a Sync-Error-Sync messages if errors occur during the execution of the command.
setSyncErrorSyncPrimedDocumentUri(String) - Method in class org.openeai.jms.consumer.commands.SyncCommandImpl
Sets the Sync-Error-Sync primed document URI that will be used to build the primed sync error sync Document used as a starting point when publishing Sync errors.
setTargetAppName(String) - Method in class org.openeai.layouts.EnterpriseLayoutManagerImpl
Sets the name of the target application for which an output is being built.
setTargetId(String) - Method in class org.openeai.moa.objects.resources.TargetInfo
 
setTargetInfo(TargetInfo) - Method in class org.openeai.moa.objects.resources.ControlAreaReply
 
setTargetInfo(TargetInfo) - Method in class org.openeai.moa.objects.resources.ControlAreaRequest
 
setTargetInfo(TargetInfo) - Method in class org.openeai.moa.objects.resources.ControlAreaSync
 
setTemporaryQueue(TemporaryQueue) - Method in class org.openeai.jms.producer.PooledTempQueue
Sets the JMS TempoaryQueue object associated to the PooledTempQueue.
setTempQueuePool(TempQueuePool) - Method in class org.openeai.jms.producer.QueueRequestor
Sets the Temporary Queue Pool associated to this QueueRequestor.