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

A

add(String) - Method in class org.openeai.afa.ScheduleIdStore
Adds a Schedule Id to this store.
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.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.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.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 class org.openeai.moa.XmlEnterpriseObjectImpl
 
addInputLayoutManager(String, EnterpriseLayoutManager) - Method in interface org.openeai.moa.XmlEnterpriseObject
 
addJob(Runnable) - Method in class org.openeai.threadpool.ThreadPoolImpl
 
addJob(Runnable) - Method in interface org.openeai.threadpool.ThreadPool
Adds a 'job' to the ThreadPool to be executed in a Thread.
addLog4jProperty(String, String) - Method in class org.openeai.OpenEaiObject
Adds an individual Property (name/value) to this object that will be used by the default initializeLog4j() method.
addMapping(String, List) - Method in class org.openeai.config.EnterpriseTranslator
Adds a list of EnterpriseMapping objects to this translator to the Hashtable of mappings.
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 class org.openeai.moa.XmlEnterpriseObjectImpl
 
addOutputLayoutManager(String, EnterpriseLayoutManager) - Method in interface org.openeai.moa.XmlEnterpriseObject
 
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.
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.
AppConfig - class org.openeai.config.AppConfig.
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(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.
AppConfig(Properties) - Constructor for class org.openeai.config.AppConfig
This is the most commonly used 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.
ApplicationSessionRequestCommand - class org.openeai.implementations.services.eas.commands.ApplicationSessionRequestCommand.
This class implements message support for the EnterpriseApplicationService.
ApplicationSessionRequestCommand(CommandConfig) - Constructor for class org.openeai.implementations.services.eas.commands.ApplicationSessionRequestCommand
Constructor
Authentication - class org.openeai.moa.objects.resources.Authentication.
A Class that wraps the Authentication element as specified in the OpenEAI protocol.
Authentication() - Constructor for class org.openeai.moa.objects.resources.Authentication
Constructor
AuthManager - class org.openeai.implementations.services.eas.AuthManager.
The AuthManager class provides convenience methods for user authentication and authorization.
AuthManager() - Constructor for class org.openeai.implementations.services.eas.AuthManager
 
AuthManager(Properties) - Constructor for class org.openeai.implementations.services.eas.AuthManager
Takes the Properties object passed in and instantiates an AppConfig object that will be used by this AuthManager object to interact with the EnterpriseApplicationService.
AuthManagerException - exception org.openeai.implementations.services.eas.AuthManagerException.
 
AuthManagerException() - Constructor for class org.openeai.implementations.services.eas.AuthManagerException
Constructor
AuthManagerException(String) - Constructor for class org.openeai.implementations.services.eas.AuthManagerException
 

B

buildCreateMessage(Document) - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
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
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.implementations.gateways.requestproxy.ProxyCommandImpl
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.jmsobjects.JmsEnterpriseObjectBase
 
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.
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, XmlEnterpriseObject) - Method in class org.openeai.implementations.layouts.XpathLayout
 
buildObjectFromInput(Object, XmlEnterpriseObject) - Method in class org.openeai.implementations.layouts.SpCallsLayout
This is the buildObjectFromInput method that all Layout Managers must implement.
buildObjectFromInput(Object, XmlEnterpriseObject) - Method in class org.openeai.implementations.layouts.ResultSetLayout
This is the buildObjectFromInput method that all Layout Managers must implement.
buildObjectFromInput(Object, XmlEnterpriseObject) - Method in class org.openeai.implementations.layouts.ExtractLayout
 
buildObjectFromInput(Object, XmlEnterpriseObject) - Method in class org.openeai.implementations.layouts.ComplexResultSetLayout
This is the buildObjectFromInput method that all Layout Managers must implement.
buildObjectFromInput(Object, XmlEnterpriseObject) - Method in class org.openeai.layouts.XmlLayout
This is the buildObjectFromInput method that all Layout Managers must implement.
buildObjectFromInput(Object, XmlEnterpriseObject) - Method in interface org.openeai.layouts.EnterpriseLayoutManager
Method used to build an object from an input.
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.
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.
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() - 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 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.
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(XmlEnterpriseObject) - Method in class org.openeai.implementations.layouts.XpathLayout
 
buildOutputFromObject(XmlEnterpriseObject) - Method in class org.openeai.implementations.layouts.SpCallsLayout
This is the buildOutputFromObject method that all Layout Managers must implement.
buildOutputFromObject(XmlEnterpriseObject) - Method in class org.openeai.implementations.layouts.ResultSetLayout
This is the buildOutputFromObject method that all Layout Managers must implement.
buildOutputFromObject(XmlEnterpriseObject) - Method in class org.openeai.implementations.layouts.ExtractLayout
 
buildOutputFromObject(XmlEnterpriseObject) - Method in class org.openeai.implementations.layouts.ComplexResultSetLayout
This is the buildOutputFromObject method that all Layout Managers must implement.
buildOutputFromObject(XmlEnterpriseObject) - Method in class org.openeai.layouts.XmlLayout
This is the buildOutputFromObject method that all Layout Managers must implement.
buildOutputFromObject(XmlEnterpriseObject) - Method in interface org.openeai.layouts.EnterpriseLayoutManager
Method used to serialize an object to some output.
buildOutputFromObject(XmlEnterpriseObject, String) - Method in class org.openeai.implementations.layouts.XpathLayout
 
buildOutputFromObject(XmlEnterpriseObject, String) - Method in class org.openeai.implementations.layouts.SpCallsLayout
This is the buildOutputFromObject method that all Layout Managers must implement.
buildOutputFromObject(XmlEnterpriseObject, String) - Method in class org.openeai.implementations.layouts.ResultSetLayout
This is the buildOutputFromObject method that all Layout Managers must implement.
buildOutputFromObject(XmlEnterpriseObject, String) - Method in class org.openeai.implementations.layouts.ExtractLayout
 
buildOutputFromObject(XmlEnterpriseObject, String) - Method in class org.openeai.implementations.layouts.ComplexResultSetLayout
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(XmlEnterpriseObject, String) - Method in interface org.openeai.layouts.EnterpriseLayoutManager
Method used to serialize an object to some output for a particular application.
buildQueryMessage(Document, XmlEnterpriseObject) - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
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).
buildResult(Element) - Method in class org.openeai.implementations.gateways.requestproxy.ProxyCommandImpl
 
buildResultWithErrors(ArrayList) - Method in class org.openeai.implementations.gateways.requestproxy.ProxyCommandImpl
 
buildResultWithErrors(ArrayList, Throwable) - Method in class org.openeai.implementations.gateways.requestproxy.ProxyCommandImpl
 
buildUpdateMessage(Document) - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
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
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 org.openeai.scrubbers.CaseConverter.
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
category - Variable in class org.openeai.implementations.applications.moagen.MoaObjectField
 
check - Variable in class org.openeai.threadpool.Stats
 
checkBeforeProcessing() - Method in class org.openeai.threadpool.ThreadPoolImpl
 
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.
CityLocalityScrubber - class org.openeai.implementations.scrubbers.CityLocalityScrubber.
An object that converts null or empty data to "Not Applicable".
CityLocalityScrubber() - Constructor for class org.openeai.implementations.scrubbers.CityLocalityScrubber
Constructor
clone() - Method in interface org.openeai.PubliclyCloneable
 
clone() - Method in class org.openeai.config.EnterpriseFields
 
clone() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
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.objects.resources.Datetime
 
clone() - Method in class org.openeai.moa.objects.resources.Date
 
close() - Method in class org.openeai.jms.producer.TempQueuePool
Releases all JMS resources allocated to all PooledTempQueues in this pool.
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.
closePool() - Method in class org.openeai.dbpool.EnterpriseConnectionPool
Iterates through the pool and closes all connections.
CollegeOfMedicineProxyCommand - class org.openeai.implementations.gateways.requestproxy.CollegeOfMedicineProxyCommand.
A Class class.
CollegeOfMedicineProxyCommand() - Constructor for class org.openeai.implementations.gateways.requestproxy.CollegeOfMedicineProxyCommand
Constructor
CommandConfig - class org.openeai.config.CommandConfig.
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(Element) - Constructor for class org.openeai.config.CommandConfig
 
CommandConfig(String, String) - Constructor for class org.openeai.config.CommandConfig
 
CommandException - exception org.openeai.jms.consumer.commands.CommandException.
This Exception may be thrown by Commands when/if errors occur during the processing of the 'execute' method.
CommandException() - Constructor for class org.openeai.jms.consumer.commands.CommandException
Constructor
CommandException(String) - Constructor for class org.openeai.jms.consumer.commands.CommandException
 
ComplexResultSetLayout - class org.openeai.implementations.layouts.ComplexResultSetLayout.
This is the ResultSet Layout manager that Enterprise Messaging Objects use to build themselves from database ResultSets.
ComplexResultSetLayout() - Constructor for class org.openeai.implementations.layouts.ComplexResultSetLayout
Constructor
CONNECTED - Static variable in class org.openeai.jms.consumer.MessageConsumer
 
ConsumerCommand - class org.openeai.jms.consumer.commands.ConsumerCommand.
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 org.openeai.config.ConsumerConfig.
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(Element) - Constructor for class org.openeai.config.ConsumerConfig
 
ConsumerConfig(String, String) - 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.ScheduleIdStore
Determines if a particular Schedule Id exists in this store.
ControlAreaReply - class org.openeai.moa.objects.resources.ControlAreaReply.
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 org.openeai.moa.objects.resources.ControlAreaRequest.
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 org.openeai.moa.objects.resources.ControlAreaSync.
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_ACTION - Static variable in class org.openeai.jms.consumer.commands.ConsumerCommand
 
create(PointToPointProducer) - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Create message production.
create(PointToPointProducer) - Method in interface org.openeai.moa.jmsobjects.JmsEnterpriseObject
Create message production.
createApplicationSession(EnterpriseSession) - Method in class org.openeai.implementations.services.eas.AuthManager
Creates an ApplicationSession object in the EnterpriseApplicationService for the EnterpriseSession passed in.
createSession(EnterpriseSession) - Method in class org.openeai.implementations.services.eas.commands.EnterpriseApplicationServiceCommand
 
createSession(String, ApplicationSession) - Method in class org.openeai.implementations.services.eas.commands.EnterpriseApplicationServiceCommand
 
createSync(PubSubProducer) - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Create Sync message production.
createSync(PubSubProducer) - Method in interface org.openeai.moa.jmsobjects.JmsEnterpriseObject
Create Sync 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.
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.

D

Date - class org.openeai.moa.objects.resources.Date.
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 org.openeai.moa.objects.resources.Datetime.
A Class that wraps the Datetime element as specified in the OpenEAI protocol.
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(Element) - Constructor for class org.openeai.moa.objects.resources.Datetime
Constructor - use the element passed in to build the Datetime object.
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.
DayScrubber - class org.openeai.implementations.scrubbers.DayScrubber.
Scrubber that converts a null or empty string to the current day of the month.
DayScrubber() - Constructor for class org.openeai.implementations.scrubbers.DayScrubber
Constructor
DbConnectionPoolConfig - class org.openeai.config.DbConnectionPoolConfig.
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
 
deferInitialization() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
DELETE_ACTION - Static variable in class org.openeai.jms.consumer.commands.ConsumerCommand
 
delete() - Method in class org.openeai.jms.producer.PooledTempQueue
Frees up the resources allocated on behalf of the JMS resources.
delete(String, PointToPointProducer) - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Delete message production.
delete(String, PointToPointProducer) - Method in interface org.openeai.moa.jmsobjects.JmsEnterpriseObject
Delete message production.
deleteApplicationSession(String, ApplicationSession) - Method in class org.openeai.implementations.services.eas.AuthManager
Deletes the ApplicationSession object passed in from the EnterpriseApplicationService by performing an ApplicationSession-Delete-Request.
deleteSync(String, PubSubProducer) - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Delete Sync message production.
deleteSync(String, PubSubProducer) - Method in interface org.openeai.moa.jmsobjects.JmsEnterpriseObject
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
 
EnterpriseApplicationServiceCommand - class org.openeai.implementations.services.eas.commands.EnterpriseApplicationServiceCommand.
This class is the ancestor of EnterpriseApplicationService commands defining fields and behavior common to all EnterpriseApplicationServiceCommands.
EnterpriseApplicationServiceCommand(CommandConfig) - Constructor for class org.openeai.implementations.services.eas.commands.EnterpriseApplicationServiceCommand
The constructor of all EnterpriseApplicationService commands retrieves one PropertyConfig object from AppConfig by type and gets and sets the command properties using that PropertyConfig object.
EnterpriseConfigurationObject - interface org.openeai.config.EnterpriseConfigurationObject.
The interface that all 'configuration' objects implement.
EnterpriseConfigurationObjectException - exception org.openeai.config.EnterpriseConfigurationObjectException.
This exception is thrown when a Configuration object encounters errors initializing themselves with information found in the Enterprise configuration document.
EnterpriseConfigurationObjectException() - Constructor for class org.openeai.config.EnterpriseConfigurationObjectException
Constructor
EnterpriseConfigurationObjectException(String) - Constructor for class org.openeai.config.EnterpriseConfigurationObjectException
 
EnterpriseConfigurationObjectImpl - class org.openeai.config.EnterpriseConfigurationObjectImpl.
The parent class for all of our 'configuration' objects.
EnterpriseConfigurationObjectImpl() - Constructor for class org.openeai.config.EnterpriseConfigurationObjectImpl
Constructor
EnterpriseConnectionPool - class org.openeai.dbpool.EnterpriseConnectionPool.
The Enterprise Database Connection pool class.
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.
EnterpriseConnectionPool(String) - Constructor for class org.openeai.dbpool.EnterpriseConnectionPool
Constructor
EnterpriseConnectionPool(String, Properties) - Constructor for class org.openeai.dbpool.EnterpriseConnectionPool
 
EnterpriseDbConnectionObject - class org.openeai.dbpool.EnterpriseDbConnectionObject.
A class that is stored in the EnterpriseConnectionPool.
EnterpriseDbConnectionObject() - Constructor for class org.openeai.dbpool.EnterpriseDbConnectionObject
 
EnterpriseFieldException - exception org.openeai.config.EnterpriseFieldException.
This exception is potentially thrown when a field is being set to some value.
EnterpriseFieldException() - Constructor for class org.openeai.config.EnterpriseFieldException
Constructor
EnterpriseFieldException(String) - Constructor for class org.openeai.config.EnterpriseFieldException
 
EnterpriseFields - class org.openeai.config.EnterpriseFields.
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 org.openeai.config.EnterpriseFormatter.
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 org.openeai.layouts.EnterpriseLayoutException.
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 class org.openeai.layouts.EnterpriseLayoutException
Constructor
EnterpriseLayoutException(String) - Constructor for class org.openeai.layouts.EnterpriseLayoutException
 
EnterpriseLayoutManager - interface org.openeai.layouts.EnterpriseLayoutManager.
The interface that specifies what methods all EnterpriseLayoutManagers must implement.
EnterpriseLayoutManagerImpl - class org.openeai.layouts.EnterpriseLayoutManagerImpl.
The parent class of all EnterpriseLayoutManagers created by the OpenEAI software foundation.
EnterpriseLayoutManagerImpl() - Constructor for class org.openeai.layouts.EnterpriseLayoutManagerImpl
Constructor
EnterpriseMapping - class org.openeai.config.EnterpriseMapping.
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 org.openeai.moa.EnterpriseObject.
This is the interface from which all Enterprise objects inherit.
EnterpriseObjectBase - class org.openeai.moa.EnterpriseObjectBase.
This is the class from which all Enterprise objects inherit.
EnterpriseObjectBase() - Constructor for class org.openeai.moa.EnterpriseObjectBase
Constructor
EnterpriseObjectCreateException - exception org.openeai.moa.EnterpriseObjectCreateException.
This exception is thrown when there is an error attempting to create an enteprise object at a given target.
EnterpriseObjectCreateException() - Constructor for class org.openeai.moa.EnterpriseObjectCreateException
Constructor
EnterpriseObjectCreateException(String) - Constructor for class org.openeai.moa.EnterpriseObjectCreateException
 
EnterpriseObjectDeleteException - exception org.openeai.moa.EnterpriseObjectDeleteException.
This exception is thrown when there is an error attempting to delete an enteprise object from a given target.
EnterpriseObjectDeleteException() - Constructor for class org.openeai.moa.EnterpriseObjectDeleteException
Constructor
EnterpriseObjectDeleteException(String) - Constructor for class org.openeai.moa.EnterpriseObjectDeleteException
 
EnterpriseObjectException - exception org.openeai.moa.EnterpriseObjectException.
This is the root Enteprise Object exception.
EnterpriseObjectException() - Constructor for class org.openeai.moa.EnterpriseObjectException
Constructor
EnterpriseObjectException(String) - Constructor for class org.openeai.moa.EnterpriseObjectException
 
EnterpriseObjectGenerateException - exception org.openeai.moa.EnterpriseObjectGenerateException.
This exception is thrown when there is an error attempting to generate an enteprise object at a given target.
EnterpriseObjectGenerateException() - Constructor for class org.openeai.moa.EnterpriseObjectGenerateException
Constructor
EnterpriseObjectGenerateException(String) - Constructor for class org.openeai.moa.EnterpriseObjectGenerateException
 
EnterpriseObjectQueryException - exception org.openeai.moa.EnterpriseObjectQueryException.
This exception is thrown when there is an error attempting to query for an enteprise object at a given target.
EnterpriseObjectQueryException() - Constructor for class org.openeai.moa.EnterpriseObjectQueryException
Constructor
EnterpriseObjectQueryException(String) - Constructor for class org.openeai.moa.EnterpriseObjectQueryException
 
EnterpriseObjectSyncException - exception org.openeai.moa.EnterpriseObjectSyncException.
This exception is thrown when there is an error attempting to generate a sync message regarding activity on an Enteprrise Object.
EnterpriseObjectSyncException() - Constructor for class org.openeai.moa.EnterpriseObjectSyncException
Constructor
EnterpriseObjectSyncException(String) - Constructor for class org.openeai.moa.EnterpriseObjectSyncException
 
EnterpriseObjectUpdateException - exception org.openeai.moa.EnterpriseObjectUpdateException.
This exception is thrown when there is an error attempting to update an enteprise object at a given target.
EnterpriseObjectUpdateException() - Constructor for class org.openeai.moa.EnterpriseObjectUpdateException
Constructor
EnterpriseObjectUpdateException(String) - Constructor for class org.openeai.moa.EnterpriseObjectUpdateException
 
EnterprisePooledConnection - class org.openeai.dbpool.EnterprisePooledConnection.
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
EnterpriseRequestProxyCommand - class org.openeai.implementations.gateways.requestproxy.EnterpriseRequestProxyCommand.
OpenEAI Reference Implementation Enterprise Request Proxy.
EnterpriseRequestProxyCommand(CommandConfig) - Constructor for class org.openeai.implementations.gateways.requestproxy.EnterpriseRequestProxyCommand
Constructor
EnterpriseScrubber - interface org.openeai.scrubbers.EnterpriseScrubber.
This is the interface which specifies the methods all OpenEAI EnterpriseScubber objects must implement.
EnterpriseScrubberException - exception org.openeai.scrubbers.EnterpriseScrubberException.
This exception is thrown when an EnterpriseScrubber has problems 'scrubbing' a field value.
EnterpriseScrubberException() - Constructor for class org.openeai.scrubbers.EnterpriseScrubberException
Constructor
EnterpriseScrubberException(String) - Constructor for class org.openeai.scrubbers.EnterpriseScrubberException
 
EnterpriseScrubberImpl - class org.openeai.scrubbers.EnterpriseScrubberImpl.
This is the parent class for all EnterpriseScubber objects.
EnterpriseScrubberImpl() - Constructor for class org.openeai.scrubbers.EnterpriseScrubberImpl
Constructor
EnterpriseSessionRequestCommand - class org.openeai.implementations.services.eas.commands.EnterpriseSessionRequestCommand.
This class implements message support for the EnterpriseApplicationService.
EnterpriseSessionRequestCommand(CommandConfig) - Constructor for class org.openeai.implementations.services.eas.commands.EnterpriseSessionRequestCommand
Constructor
EnterpriseSyncErrorLogger - class org.openeai.implementations.services.els.commands.EnterpriseSyncErrorLogger.
The EnterpriseSyncErrorLogger is a part of the OpenEAI "Enterprise Logging Service" (ELS).
EnterpriseSyncErrorLogger(CommandConfig) - Constructor for class org.openeai.implementations.services.els.commands.EnterpriseSyncErrorLogger
Constructor
EnterpriseSyncLoggerCommand - class org.openeai.implementations.services.els.commands.EnterpriseSyncLoggerCommand.
The EnterpriseSyncLogger is a part of the OpenEAI "Enterprise Logging Service" (ELS).
EnterpriseSyncLoggerCommand(CommandConfig) - Constructor for class org.openeai.implementations.services.els.commands.EnterpriseSyncLoggerCommand
Constructor
EnterpriseTranslationException - exception org.openeai.config.EnterpriseTranslationException.
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 class org.openeai.config.EnterpriseTranslationException
Constructor
EnterpriseTranslationException(String) - Constructor for class org.openeai.config.EnterpriseTranslationException
 
EnterpriseTranslator - class org.openeai.config.EnterpriseTranslator.
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
EnterpriseUserPermissionRequestCommand - class org.openeai.implementations.services.eas.commands.EnterpriseUserPermissionRequestCommand.
This class implements part of the message support of the EnterpriseApplicationService.
EnterpriseUserPermissionRequestCommand(CommandConfig) - Constructor for class org.openeai.implementations.services.eas.commands.EnterpriseUserPermissionRequestCommand
Constructor
EnterpriseUserRequestCommand - class org.openeai.implementations.services.eas.commands.EnterpriseUserRequestCommand.
This class implements part of the message support of the EnterpriseApplicationService.
EnterpriseUserRequestCommand(CommandConfig) - Constructor for class org.openeai.implementations.services.eas.commands.EnterpriseUserRequestCommand
Constructor
equals(XmlEnterpriseObject) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
A convenience method that can be used to compare two Xml aware objects (XmlEnterpriseObjectImpl).
equals(XmlEnterpriseObject) - Method in interface org.openeai.moa.XmlEnterpriseObject
A convenience method that can be used to compare two Xml aware objects (XmlEnterpriseObjectImpl).
Error - class org.openeai.moa.objects.resources.Error.
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() - Method in class org.openeai.implementations.applications.moagen.MoaGenScheduledCommand
Iterates through an organization's Segments file and generates a Java file and an EnterpriseObject document for each complex element listed in the Segments file.
execute() - Method in class org.openeai.implementations.applications.testsuite.TestSuiteScheduledCommand
The execute method that will be called whenever the ScheduledApp foundation determines that this command should be executed.
execute(AppConfig, Document) - Method in class org.openeai.implementations.gateways.requestproxy.CollegeOfMedicineProxyCommand
 
execute(AppConfig, Document) - Method in interface org.openeai.implementations.gateways.requestproxy.ProxyCommand
 
execute(int, Message) - Method in class org.openeai.implementations.applications.testsuite.SyncVerificationCommand
This execute implementation extracts the TestId Element from the ControlArea of the message consumed.
execute(int, Message) - Method in class org.openeai.implementations.gateways.messagedump.MessageDumpSyncCommand
 
execute(int, Message) - Method in class org.openeai.implementations.gateways.requestproxy.EnterpriseRequestProxyCommand
 
execute(int, Message) - Method in class org.openeai.implementations.gateways.simple.SimpleMessage
 
execute(int, Message) - Method in class org.openeai.implementations.gateways.simple.FailureRequestCommand
 
execute(int, Message) - Method in class org.openeai.implementations.gateways.transroutergateway.TransRouterCommand
 
execute(int, Message) - Method in class org.openeai.implementations.services.eas.commands.EnterpriseUserRequestCommand
 
execute(int, Message) - Method in class org.openeai.implementations.services.eas.commands.EnterpriseUserPermissionRequestCommand
 
execute(int, Message) - Method in class org.openeai.implementations.services.eas.commands.EnterpriseSessionRequestCommand
 
execute(int, Message) - Method in class org.openeai.implementations.services.eas.commands.ApplicationSessionRequestCommand
 
execute(int, Message) - Method in class org.openeai.implementations.services.els.commands.EnterpriseSyncLoggerCommand
Takes the message passed in, breaks it into the appropriate parts and logs it to the repository.
execute(int, Message) - Method in class org.openeai.implementations.services.els.commands.EnterpriseSyncErrorLogger
Inserts the current contents of this object into the database (T_SYNC_ERR_MSG).
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.
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.
ExpectedReplyFormat - class org.openeai.moa.objects.resources.ExpectedReplyFormat.
A Class that wraps the ExpectedReplyFormat element as specified in the OpenEAI protocol.
ExpectedReplyFormat() - Constructor for class org.openeai.moa.objects.resources.ExpectedReplyFormat
Constructor
ExtractLayout - class org.openeai.implementations.layouts.ExtractLayout.
An ExtractLayout EnterpriseLayoutManager implementation.
ExtractLayout() - Constructor for class org.openeai.implementations.layouts.ExtractLayout
Constructor

F

Failure - class org.openeai.moa.objects.testsuite.Failure.
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
 
FailureRequestCommand - class org.openeai.implementations.gateways.simple.FailureRequestCommand.
This class replies with a status of failure and an error to any request message.
FailureRequestCommand(CommandConfig) - Constructor for class org.openeai.implementations.gateways.simple.FailureRequestCommand
The constructor
fatalError(SAXParseException) - Method in class org.openeai.xml.ParseErrorHandler
 
Field - class org.openeai.config.Field.
This object represents a single field in the EnterpriseObjects documents.
Field() - Constructor for class org.openeai.config.Field
Constructor
fieldName - Variable in class org.openeai.implementations.applications.moagen.MoaObjectField
 
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.

G

generate(XmlEnterpriseObject, PointToPointProducer) - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Generate message production.
generate(XmlEnterpriseObject, PointToPointProducer) - Method in interface org.openeai.moa.jmsobjects.JmsEnterpriseObject
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 class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Generate Sync message production.
generateSync(PubSubProducer, XmlEnterpriseObject) - Method in interface org.openeai.moa.jmsobjects.JmsEnterpriseObject
Generate Sync message production.
generateUuid() - Method in class org.openeai.uuid.Uuid
 
generateUuid() - Method in class org.openeai.uuid.RandomUuid
Generates a "random" UUID.
GenericAppRunner - class org.openeai.afa.GenericAppRunner.
This is the runnable class that allows us to generalize our applications.
GenericAppRunner(String[]) - Constructor for class org.openeai.afa.GenericAppRunner
Constructor
GenericUuid - class org.openeai.uuidgen.GenericUuid.
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.implementations.services.els.commands.LoggedMessage
Gets the action
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.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.implementations.gateways.requestproxy.ProxyCommandImpl
Get AppConfig associated to this command.
getAppConfig() - Method in class org.openeai.implementations.services.eas.AuthManager
Returns the AppConfig object associated to this AuthManager.
getAppConfig() - Method in class org.openeai.jms.consumer.commands.ConsumerCommand
Get AppConfig associated to this command.
getAppConfigs() - Method in class org.openeai.jms.consumer.commands.ConsumerCommand
 
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.
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.
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 class org.openeai.OpenEaiObject
Returns the app name associated to this object.
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 interface org.openeai.config.EnterpriseConfigurationObject
This method returns the application name to which this configuration object (and ultimately the object being configured) is associated.
getAuthentication() - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Returns the Authentication object associated with this object.
getAuthentication() - Method in interface org.openeai.moa.jmsobjects.JmsEnterpriseObject
Returns the Authentication object associated with this object.
getAuthentication() - Method in class org.openeai.moa.objects.resources.Sender
 
getAuthUserId() - Method in class org.openeai.implementations.services.eas.AuthManager
Returns the AuthUserId associated to this AuthManager.
getAuthUserId() - Method in class org.openeai.moa.objects.resources.Authentication
 
getAuthUserSignature() - Method in class org.openeai.implementations.services.eas.AuthManager
Returns the AuthUserSignature associated to this AuthManager.
getAuthUserSignature() - Method in class org.openeai.moa.objects.resources.Authentication
 
getBalancer() - Method in class org.openeai.jms.consumer.PubSubConsumer
Returns the PubSubMessageBalancer associated to this Consumer.
getBaseline() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Returns the baseline object associated to this object.
getBaseline() - Method in interface org.openeai.moa.XmlEnterpriseObject
Returns the baseline object associated to this object.
getBaselineObject() - Method in class org.openeai.implementations.layouts.SpCallsLayout
 
getCallableStatement() - Method in class org.openeai.implementations.layouts.SpCall
 
getCallId() - Method in class org.openeai.implementations.layouts.SpCall
 
getCallString() - Method in class org.openeai.implementations.layouts.SpCall
 
getCategory() - Method in class org.openeai.implementations.services.els.commands.LoggedMessage
Gets the category
getClassName() - Method in class org.openeai.config.ScheduleConfig
Ths method returns the class name that will be the Schedule implementation.
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.
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.
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.
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.ScheduleConfig
Returns a CommandConfig object for the specified ScheduledCommand 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.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.ScheduleConfig
This method returns a list of all CommandConfig objects associated to this Schedule.
getCommandConfigs() - Method in class org.openeai.config.ConsumerConfig
Returns the entire list (HashMap) of all CommandConfig objects assciated to this consumer.
getCommandName() - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Returns the Command name associated with this object.
getCommandName() - Method in interface org.openeai.moa.jmsobjects.JmsEnterpriseObject
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.EnterprisePooledConnection
Returns the java.sql.Connection object associated to this pooled connection.
getConnection() - Method in class org.openeai.dbpool.EnterpriseConnectionPool
Returns a pre-established Database connection from the pool.
getConnection() - Method in class org.openeai.implementations.layouts.SpCallsLayout
 
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.implementations.gateways.requestproxy.ProxyCommandImpl
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 class org.openeai.moa.XmlEnterpriseObjectImpl
 
getCreateDoc() - Method in interface org.openeai.moa.XmlEnterpriseObject
Returns the "primed" Create Document associated with this object.
getCreateDocUri() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Returns the primed create XML document URI.
getCreateSyncDoc() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
getCreateSyncDoc() - Method in interface org.openeai.moa.XmlEnterpriseObject
Returns the "primed" CreateSync Document associated with this object.
getCreateSyncDocUri() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Returns the primed Create-Sync XML document URI.
getCurrentAction() - Method in class org.openeai.implementations.layouts.SpCallsLayout
 
getDatatype() - Method in class org.openeai.config.EnterpriseFormatter
Returns the allowable datatype for the Field.
getDataType() - Method in class org.openeai.implementations.layouts.SpCallField
 
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.
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.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.implementations.services.els.commands.LoggedMessage
Gets the dateTime
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.Datetime
 
getDay() - Method in class org.openeai.moa.objects.resources.Date
Returns the day component of this date.
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.ScheduleConfig
Returns the default paramaters associated to this Schedule as specified in the "Schedules" Configuration Element (the container) in the application's config document.
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.
getDeleteDoc() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
getDeleteDoc() - Method in interface org.openeai.moa.XmlEnterpriseObject
Returns the "primed" Delete Document associated with this object.
getDeleteDocUri() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Returns the primed Delete-Request XML document URI.
getDeleteSyncDoc() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
getDeleteSyncDoc() - Method in interface org.openeai.moa.XmlEnterpriseObject
Returns the "primed" DeleteSync Document associated with this object.
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.
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".
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.jmsobjects.JmsEnterpriseObjectBase
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 class org.openeai.moa.XmlEnterpriseObjectImpl
Returns the EnterpriseFields object associated with this object.
getEnterpriseFields() - Method in interface org.openeai.moa.XmlEnterpriseObject
Returns the EnterpriseFields object associated with this object.
getEnterpriseId(EnterpriseUser) - Method in class org.openeai.implementations.services.eas.commands.EnterpriseApplicationServiceCommand
 
getEnterpriseIdString(EnterpriseUser) - Method in class org.openeai.implementations.services.eas.commands.EnterpriseApplicationServiceCommand
 
getEnterpriseObjectsUri() - Method in class org.openeai.config.EnterpriseFields
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.
getEnterpriseObjectsUri() - Method in interface org.openeai.layouts.EnterpriseLayoutManager
Returns the EnterpriseObjects document uri associated to this EnterpriseFields object.
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.
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.
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.
getExistingValidEnterpriseSessionId(EnterpriseUser) - Method in class org.openeai.implementations.services.eas.commands.EnterpriseApplicationServiceCommand
 
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.Field
Returns the name of the field.
getFieldName() - Method in class org.openeai.config.EnterpriseMapping
This method returns the name of the field associated to this mapping.
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.OpenEaiObject
Returns the from email address associated to the mail service in this object.
getFromAddr() - Method in class org.openeai.loggingutils.MailService
returns the from address class variable
getGenerateDoc() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
getGenerateDoc() - Method in interface org.openeai.moa.XmlEnterpriseObject
Returns the "primed" generate Document associated with this object.
getGenerateDocUri() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Returns the primed Generate-Request XML document URI.
getGenerateSyncDoc() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
getGenerateSyncDoc() - Method in interface org.openeai.moa.XmlEnterpriseObject
Returns the "primed" GenerateSync Document associated with this object.
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
Returns the UUID associated to this object.
getId() - Method in class org.openeai.moa.objects.testsuite.Success
 
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.implementations.gateways.requestproxy.ProxyCommandImpl
Get inbound xml validation.
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() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Returns this object's currently assigned Input Layout manager.
getInputLayoutManager() - Method in interface org.openeai.moa.XmlEnterpriseObject
Returns this object's currently assigned 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(String) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Returns an Input Layout manager for this object of a specified type.
getInputLayoutManager(String) - Method in interface org.openeai.moa.XmlEnterpriseObject
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 class org.openeai.moa.XmlEnterpriseObjectImpl
Returns a HashMap containing all Input Layout managers associated to this object.
getInputLayoutManagers() - Method in interface org.openeai.moa.XmlEnterpriseObject
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 class org.openeai.threadpool.ThreadPoolImpl
 
getJobsInProgress() - Method in interface org.openeai.threadpool.ThreadPool
Returns the number of jobs that are currently in progress for this ThreadPool.
getKeyNamesForField(String) - Method in class org.openeai.config.EnterpriseFields
Returns a list of all key fields associated to an object.
getLastErrors() - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
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
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 class org.openeai.layouts.EnterpriseLayoutManagerImpl
This method returns the name of the layout manager.
getLayoutManagerName() - Method in interface org.openeai.layouts.EnterpriseLayoutManager
Returns the name associated to the layout manager.
getLayoutRoot() - Method in class org.openeai.layouts.EnterpriseLayoutManagerImpl
Returns the layout manager's root element.
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.
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.
getLengthType() - Method in class org.openeai.config.EnterpriseFormatter
Returns the length type associated to the Field as specified in the EnterpriseObjects document.
getLog4jProperties() - Method in class org.openeai.OpenEaiObject
Returns log4j properties as an Object array.
getLogConsumerId() - Method in class org.openeai.implementations.services.els.commands.LoggedMessage
Gets the Log Consumer ID
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.OpenEaiObject
Returns the mail host associated to the mail service in this object.
getMailHost() - Method in class org.openeai.loggingutils.MailService
returns the value of the mail host class variable
getMailService() - Method in class org.openeai.OpenEaiObject
Returns the MailService to be used within this instance of the class.
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
 
getMaxPoolSize() - Method in class org.openeai.dbpool.EnterpriseConnectionPool
Returns the maximum size of the pool.
getMessage() - Method in class org.openeai.implementations.services.els.commands.LoggedMessage
Gets the message
getMessage() - Method in class org.openeai.jms.consumer.StoredMessage
 
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.
getMessageAction() - Method in class org.openeai.moa.objects.resources.ExpectedReplyFormat
 
getMessageAction() - Method in class org.openeai.moa.objects.resources.ControlAreaSync
 
getMessageAction() - Method in class org.openeai.moa.objects.resources.ControlAreaRequest
 
getMessageAction() - Method in class org.openeai.moa.objects.resources.ControlAreaReply
 
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.
getMessageBody(Document) - Method in class org.openeai.jms.consumer.commands.ConsumerCommand
Returns the messageBody that was built during the initializeInput method call.
getMessageCategory() - Method in class org.openeai.moa.objects.resources.ExpectedReplyFormat
 
getMessageCategory() - Method in class org.openeai.moa.objects.resources.ControlAreaSync
 
getMessageCategory() - Method in class org.openeai.moa.objects.resources.ControlAreaRequest
 
getMessageCategory() - Method in class org.openeai.moa.objects.resources.ControlAreaReply
 
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.
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 class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Returns the MessageId object associated with this object.
getMessageId() - Method in interface org.openeai.moa.jmsobjects.JmsEnterpriseObject
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() - Method in class org.openeai.implementations.layouts.ResultSetLayout
 
getMessageObject() - Method in class org.openeai.implementations.layouts.ComplexResultSetLayout
 
getMessageObject() - Method in class org.openeai.moa.objects.resources.ExpectedReplyFormat
 
getMessageObject() - Method in class org.openeai.moa.objects.resources.ControlAreaSync
 
getMessageObject() - Method in class org.openeai.moa.objects.resources.ControlAreaRequest
 
getMessageObject() - Method in class org.openeai.moa.objects.resources.ControlAreaReply
 
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.
getMessagePriority() - Method in class org.openeai.moa.objects.resources.ControlAreaSync
 
getMessagePriority() - Method in class org.openeai.moa.objects.resources.ControlAreaRequest
 
getMessagePriority() - Method in class org.openeai.moa.objects.resources.ControlAreaReply
 
getMessageRelease() - Method in class org.openeai.moa.objects.resources.ExpectedReplyFormat
 
getMessageRelease() - Method in class org.openeai.moa.objects.resources.ControlAreaSync
 
getMessageRelease() - Method in class org.openeai.moa.objects.resources.ControlAreaRequest
 
getMessageRelease() - Method in class org.openeai.moa.objects.resources.ControlAreaReply
 
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.
getMessageSeq() - Method in class org.openeai.jms.producer.MessageProducer
 
getMessageSeq() - Method in class org.openeai.moa.objects.resources.ProcessedMessageId
 
getMessageSeq() - Method in class org.openeai.moa.objects.resources.MessageId
 
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() - Method in class org.openeai.moa.objects.resources.ExpectedReplyFormat
 
getMessageType() - Method in class org.openeai.moa.objects.resources.ControlAreaSync
 
getMessageType() - Method in class org.openeai.moa.objects.resources.ControlAreaRequest
 
getMessageType() - Method in class org.openeai.moa.objects.resources.ControlAreaReply
 
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.
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.Datetime
 
getMonth() - Method in class org.openeai.moa.objects.resources.Date
Returns the month component of this date.
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.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
returns the message text of the current message
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.ScheduleConfig
This method returns the name that will be associated to the Schedule 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.DbConnectionPoolConfig
Returns the name asociated to the DbConnectionPoolConfig as specified in the deployment document.
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.implementations.layouts.SpCallField
 
getName() - Method in class org.openeai.implementations.layouts.SpCall
 
getObject() - Method in class org.openeai.implementations.services.els.commands.LoggedMessage
Gets the object
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 maches the class name passed in.
getObjectsLike(String) - Method in class org.openeai.config.AppConfig
Returns a Vector of objects currently stored in this AppConfig object with names that contain the pattern passed in.
getOriginalAction() - Method in class org.openeai.implementations.layouts.SpCallsLayout
 
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.implementations.gateways.requestproxy.ProxyCommandImpl
Get outbound xml validation.
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() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Returns this object's currently assigned Output Layout manager.
getOutputLayoutManager() - Method in interface org.openeai.moa.XmlEnterpriseObject
Returns this object's currently assigned 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(String) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Returns an Output Layout manager for this object of a specified type.
getOutputLayoutManager(String) - Method in interface org.openeai.moa.XmlEnterpriseObject
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 class org.openeai.moa.XmlEnterpriseObjectImpl
Returns a HashMap containing all Output Layout managers associated to this object.
getOutputLayoutManagers() - Method in interface org.openeai.moa.XmlEnterpriseObject
Returns a HashMap containing all Output Layout managers associated to this object.
getPackageName() - Method in class org.openeai.implementations.layouts.SpCall
 
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.ScheduleIdStore
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.EnterpriseDbConnectionObject
Returns the name of the pool to which this object is associated.
getPoolName() - Method in class org.openeai.dbpool.EnterpriseConnectionPool
Returns the name of the pool as specified in the deployment document for the application.
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.
getPositionValueMappings() - Method in class org.openeai.implementations.layouts.SpCall
 
getPredecessor() - Method in class org.openeai.jms.consumer.StoredMessage
 
getPriority() - Method in class org.openeai.implementations.services.els.commands.LoggedMessage
Gets the priority
getProcedureName() - Method in class org.openeai.implementations.layouts.SpCall
 
getProcedureParameters() - Method in class org.openeai.implementations.layouts.SpCall
 
getProcedurePosition() - Method in class org.openeai.implementations.layouts.SpCall
 
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.implementations.services.els.commands.LoggedMessage
Gets the ProducerId
getProducerId() - Method in class org.openeai.jms.producer.MessageProducer
 
getProducerId() - Method in class org.openeai.moa.objects.resources.ProcessedMessageId
 
getProducerId() - Method in class org.openeai.moa.objects.resources.MessageId
 
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.
getProducerPool() - Method in class org.openeai.implementations.services.eas.AuthManager
Returns the ProducerPool object associated to this AuthManager.
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() - Method in class org.openeai.OpenEaiObject
Returns the Properties to used within this instance of the class.
getProperties() - Method in interface org.openeai.config.EnterpriseConfigurationObject
This method returns the properties object associated to the configuration object implementation.
getProvideDoc() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
getProvideDoc() - Method in interface org.openeai.moa.XmlEnterpriseObject
Returns the "primed" Provide Document associated with this object.
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 class org.openeai.moa.XmlEnterpriseObjectImpl
 
getQueryDoc() - Method in interface org.openeai.moa.XmlEnterpriseObject
Returns the "primed" Query Document associated with this object.
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() - Method in class org.openeai.moa.objects.testsuite.Failure
 
getReason(int) - Method in class org.openeai.moa.objects.testsuite.Failure
 
getReasonLength() - Method in class org.openeai.moa.objects.testsuite.Failure
 
getRelease() - Method in class org.openeai.implementations.services.els.commands.LoggedMessage
Gets the release
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.
getRequired() - Method in class org.openeai.config.EnterpriseFormatter
Returns the boolean flag indicating whether or not this Field is required.
getResponseDoc() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
getResponseDoc() - Method in interface org.openeai.moa.XmlEnterpriseObject
Returns the "primed" Response Document associated with this object.
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.ControlAreaSync
 
getResult() - Method in class org.openeai.moa.objects.resources.ControlAreaReply
 
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.
getScheduleRuntimes() - Method in class org.openeai.afa.Schedule
Returns an ArrayList 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.ControlAreaSync
 
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.ControlAreaReply
 
getSenderAppId() - Method in class org.openeai.implementations.services.eas.AuthManager
Returns the SenderAppId associated to this AuthManager that will be used by objects as messages are sent.
getSenderAppId() - Method in class org.openeai.implementations.services.els.commands.LoggedMessage
Gets the Sender App Id
getSenderAppId() - Method in class org.openeai.moa.objects.resources.ProcessedMessageId
 
getSenderAppId() - Method in class org.openeai.moa.objects.resources.MessageId
 
getSequence() - Method in class org.openeai.implementations.services.els.commands.LoggedMessage
Gets the sequence
getSequence() - Method in class org.openeai.scrubbers.EnterpriseScrubberImpl
Returns the sequence associated to this scrubber implementation.
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.
getServletInfo() - Method in class org.openeai.implementations.servlets.jmsrelay.JmsRelayServlet
Get Servlet information
getServletInfo() - Method in class org.openeai.uuidgen.UuidGen
Get Servlet information
getSourceId() - Method in class org.openeai.moa.objects.resources.SourceInfo
 
getSourceInfo() - Method in class org.openeai.moa.objects.resources.ControlAreaSync
 
getSourceInfo() - Method in class org.openeai.moa.objects.resources.ControlAreaRequest
 
getSourceInfo() - Method in class org.openeai.moa.objects.resources.ControlAreaReply
 
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 class org.openeai.threadpool.ThreadPoolImpl
 
getStats() - Method in interface org.openeai.threadpool.ThreadPool
Takes a "snapshot" of the threadpool at the current time and returns statistics.
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.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.implementations.services.els.commands.LoggedMessage
Gets the target app name
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.ControlAreaSync
 
getTargetInfo() - Method in class org.openeai.moa.objects.resources.ControlAreaRequest
 
getTargetInfo() - Method in class org.openeai.moa.objects.resources.ControlAreaReply
 
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.XmlEnterpriseObjectImpl
Returns the test id associated to this object.
getTestId() - Method in interface org.openeai.moa.XmlEnterpriseObject
Returns the test id associated to this object.
getTestId() - Method in class org.openeai.moa.objects.resources.Sender
 
getTestSeriesNumber() - Method in class org.openeai.moa.objects.testsuite.TestId
 
getTestSeriesSummary() - Method in class org.openeai.moa.objects.testsuite.TestSuiteSummary
 
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.ScheduledAppConfig
Returns the ThreadPool configuration object that will be used to initialize the ThreadPool associated to the ScheduledApp.
getThreadPoolConfig() - Method in class org.openeai.config.ConsumerConfig
Returns the ThreadPoolConfig Java object associated to this consumer.
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.OpenEaiObject
Returns the to email address associated to the mail service in this object.
getToAddr() - Method in class org.openeai.loggingutils.MailService
Returns the to address class variable
getToAddr(int) - Method in class org.openeai.loggingutils.MailService
Returns a specific email address from the toAddr InternetAddress array
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.PubSubMessageStore
 
getTopicSession() - Method in class org.openeai.jms.consumer.PubSubConsumer
Returns the Consumer's TopicSession object.
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.MessageObjectConfig
Returns the translation type that should be associated to the business object being initialized with this configuration object.
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.
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.EnterpriseConfigurationObjectImpl
Returns the type of Configuration object that this is.
getType() - Method in class org.openeai.config.CommandConfig
Returns type associated to this command.
getType() - Method in class org.openeai.implementations.services.els.commands.LoggedMessage
Gets the type
getType() - Method in class org.openeai.moa.objects.resources.Error
 
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.Date
Returns the type for this date.
getUpdateDoc() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
getUpdateDoc() - Method in interface org.openeai.moa.XmlEnterpriseObject
Returns the "primed" Update Document associated with this object.
getUpdateDocUri() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Returns the primed Update-Request XML document URI.
getUpdateSyncDoc() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
getUpdateSyncDoc() - Method in interface org.openeai.moa.XmlEnterpriseObject
Returns the "primed" UpdateSync Document associated with this object.
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
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.
getUuidGenUri() - Method in class org.openeai.implementations.services.eas.AuthManager
Returns the UUID generation URL associated to this AuthManager.
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 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.implementations.layouts.SpCallField
 
getValue() - Method in class org.openeai.moa.objects.testsuite.TestStatus
 
getValueFromObject(String) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Returns the current value from the field name passed in.
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 class org.openeai.moa.XmlEnterpriseObjectImpl
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(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, 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(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, 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.
getVerificationQueryString() - Method in class org.openeai.dbpool.EnterpriseDbConnectionObject
Returns the verification string associated to this connection.
getXmlEnterpriseObject() - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Helper method that returns this object as an XmlEnterpriseObject.
getXmlEnterpriseObject() - Method in interface org.openeai.moa.jmsobjects.JmsEnterpriseObject
Helper method that returns this object as an XmlEnterpriseObject.
getYear() - Method in class org.openeai.moa.objects.resources.Datetime
 
getYear() - Method in class org.openeai.moa.objects.resources.Date
Returns the year component of this date.

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
 
hasPermission(ApplicationSession, String) - Method in class org.openeai.implementations.services.eas.AuthManager
Determines if the user associated to the ApplicationSession passed is granted the permission passed in.
hexByte(int) - Method in class org.openeai.uuid.Uuid
 

I

IgnoreDTDResolver - class org.openeai.xml.IgnoreDTDResolver.
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
 
incrementSeriesSequence() - Method in class org.openeai.moa.objects.resources.MessageSeries
 
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.ThreadPoolConfig
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.ScheduleConfig
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.ProducerConfig
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.LoggerConfig
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.DbConnectionPoolConfig
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.CommandConfig
Implements the init(Element) method that all EnterpriseConfiguration objects must implement.
init(Element) - Method in class org.openeai.config.AppConfig
This is the "workhorse" initialization method for an AppConfig object.
init(MessageObjectConfig) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Object initialization.
init(MessageObjectConfig) - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Object initialization.
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.consumer.PointToPointConsumer
Invokes MessageConsumer.init(Properties) and adds the ConsumerShutDownHook for this consumer.
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.producer.PointToPointProducer
Invokes MessageProducer.init(Properties).
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(ServletConfig) - Method in class org.openeai.implementations.servlets.jmsrelay.JmsRelayServlet
Load properities file associated to the servlet and build the AppConfig object from the contents of the OpenEAI Deployment document referred to by the properties file.
init(ServletConfig) - Method in class org.openeai.uuidgen.UuidGen
Initialize global variables
init(String, Document) - Method in class org.openeai.implementations.layouts.XpathLayout
 
init(String, Document) - Method in class org.openeai.implementations.layouts.SpCallsLayout
 
init(String, Document) - Method in class org.openeai.implementations.layouts.ResultSetLayout
 
init(String, Document) - Method in class org.openeai.implementations.layouts.ExtractLayout
 
init(String, Document) - Method in class org.openeai.implementations.layouts.ComplexResultSetLayout
 
init(String, Document) - Method in class org.openeai.layouts.XmlLayout
 
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 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.
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.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.
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.
INITIALIZED - Static variable in class org.openeai.jms.consumer.MessageConsumer
 
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.
initializeDocument(String, boolean) - Method in class org.openeai.xml.XmlDocumentReader
Creates a JDOM Document from the specified XML file name.
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(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.
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).
initializeMessageSeries(String) - Method in class org.openeai.moa.objects.resources.Predecessor
 
initializeMessageSeries(String) - Method in class org.openeai.moa.objects.resources.MessageSeries
 
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.
insertRow(Connection) - Method in class org.openeai.implementations.services.els.commands.LoggedMessage
Inserts the current contents of this object into the database (T_LOGGED_MESSAGE).
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
 
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 org.openeai.config.InvalidFormatException.
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 class org.openeai.config.InvalidFormatException
Constructor
InvalidFormatException(String) - Constructor for class 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.
isComplex - Variable in class org.openeai.implementations.applications.moagen.MoaObjectField
 
isDate - Variable in class org.openeai.implementations.applications.moagen.MoaObjectField
 
isDate() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Checks to see if this object is a "Date/Datetime" object.
isDate() - Method in interface org.openeai.moa.XmlEnterpriseObject
Checks to see if this object is a "Date/Datetime" object.
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).
isDatetime - Variable in class org.openeai.implementations.applications.moagen.MoaObjectField
 
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 class org.openeai.moa.XmlEnterpriseObjectImpl
Recursively checks the contents of the object and true if it contains any data.
isEmpty() - Method in interface org.openeai.moa.XmlEnterpriseObject
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.
isMessageAuthentic(Element) - Method in class org.openeai.implementations.services.eas.commands.EnterpriseApplicationServiceCommand
This method retrieves the SenderAppId and the AuthUserSignature from the ControlArea, queries EnterpriseApplicationService database to retrieve the official secret signature issued to the application named in the message (stored in APPLSVC.T_APPLICATION.SECRET_KEY), and compares the signature that appears in the message with the official signature retrieved from the database.
isRemoved() - Method in class org.openeai.implementations.layouts.SpCall
 
isRepeater - Variable in class org.openeai.implementations.applications.moagen.MoaObjectField
 
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.
isRequired - Variable in class org.openeai.implementations.applications.moagen.MoaObjectField
 
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.
isSessionValid(ApplicationSession) - Method in class org.openeai.implementations.services.eas.commands.EnterpriseApplicationServiceCommand
 
isSessionValid(EnterpriseSession) - Method in class org.openeai.implementations.services.eas.commands.EnterpriseApplicationServiceCommand
 
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 org.openeai.moa.jmsobjects.JmsEnterpriseObject.
This is the ancestor of all "message aware" enterprise objects.
JmsEnterpriseObjectBase - class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase.
This is the ancestor of all "message aware" enterprise objects.
JmsEnterpriseObjectBase() - Constructor for class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Constructor.
JmsRelayServlet - class org.openeai.implementations.servlets.jmsrelay.JmsRelayServlet.
The JmsRelay servlet is a MessageRelay used to allow applications that are not Java aware or XML aware to participate in integrations via messaging using a foreign message format and a foreign transport.
JmsRelayServlet() - Constructor for class org.openeai.implementations.servlets.jmsrelay.JmsRelayServlet
 
JMSTimeoutException - exception org.openeai.jms.producer.JMSTimeoutException.
This exception will be thrown by the OpenEAI QueueRequestor when the specified timeout interval has been reached.
JMSTimeoutException() - Constructor for class org.openeai.jms.producer.JMSTimeoutException
Constructor
JMSTimeoutException(String) - Constructor for class org.openeai.jms.producer.JMSTimeoutException
 
jobsInProgress - Variable in class org.openeai.threadpool.Stats
 

L

LAST_CLEANUP_TIME - Static variable in class org.openeai.implementations.applications.testsuite.SyncVerificationCommand
 
load() - Method in class org.openeai.afa.ScheduleIdStore
Loads any previously ran schedule ids into memory when the application starts.
LoggedMessage - class org.openeai.implementations.services.els.commands.LoggedMessage.
This is a utility class used by the EnterpriseSyncLoggerCommand which is part of the "Enterprise Logging Service".
LoggedMessage() - Constructor for class org.openeai.implementations.services.els.commands.LoggedMessage
Constructor
logger - Static variable in class org.openeai.OpenEaiObject
 
LoggerConfig - class org.openeai.config.LoggerConfig.
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(Element) - Constructor for class org.openeai.config.LoggerConfig
 
LoggerConfig(String, String) - Constructor for class org.openeai.config.LoggerConfig
 
LowerCaseScrubber - class org.openeai.scrubbers.LowerCaseScrubber.
Scrubber that converts the incomming string to lower case.
LowerCaseScrubber() - Constructor for class org.openeai.scrubbers.LowerCaseScrubber
Constructor

M

m_allowPurge - Variable in class org.openeai.implementations.services.eas.commands.EnterpriseApplicationServiceCommand
 
m_commandConfigs - Variable in class org.openeai.jms.consumer.MessageConsumer
 
m_connPool - Variable in class org.openeai.implementations.services.eas.commands.EnterpriseApplicationServiceCommand
 
m_data - Variable in class org.openeai.uuid.Uuid
 
m_inProcessMessages - Variable in class org.openeai.jms.consumer.MessageConsumer
 
m_maxIdleTime - Variable in class org.openeai.implementations.services.eas.commands.EnterpriseApplicationServiceCommand
 
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_provideDoc - Variable in class org.openeai.implementations.services.eas.commands.EnterpriseApplicationServiceCommand
 
m_responseDoc - Variable in class org.openeai.implementations.services.eas.commands.EnterpriseApplicationServiceCommand
 
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 org.openeai.loggingutils.MailService.
MailService class.
MailService() - 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
 
MailService(String, String, String, String) - Constructor for class org.openeai.loggingutils.MailService
 
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
 
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_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 org.openeai.jms.consumer.MessageConsumer.
The ancestor class for PubSub and PointToPoint consumers.
MessageConsumer.MessageTransaction - class org.openeai.jms.consumer.MessageConsumer.MessageTransaction.
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
 
MessageConsumer() - Constructor for class org.openeai.jms.consumer.MessageConsumer
 
MessageConsumerClient - class org.openeai.jms.consumer.MessageConsumerClient.
The runnable class used to implement all OpenEAI based MessageGateways.
MessageConsumerClient(String[]) - Constructor for class org.openeai.jms.consumer.MessageConsumerClient
 
MessageDumpSyncCommand - class org.openeai.implementations.gateways.messagedump.MessageDumpSyncCommand.
This command is basically a no-op command that consume pub/sub messages.
MessageDumpSyncCommand(CommandConfig) - Constructor for class org.openeai.implementations.gateways.messagedump.MessageDumpSyncCommand
Constructor
MessageId - class org.openeai.moa.objects.resources.MessageId.
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 org.openeai.config.MessageObjectConfig.
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(Element) - Constructor for class org.openeai.config.MessageObjectConfig
 
MessageObjectConfig(String, String) - Constructor for class org.openeai.config.MessageObjectConfig
 
MessageProducer - class org.openeai.jms.producer.MessageProducer.
The ancestor class for PubSub and PointToPoint producers.
MessageProducer() - Constructor for class org.openeai.jms.producer.MessageProducer
 
MessageSeries - class org.openeai.moa.objects.resources.MessageSeries.
A Class class.
MessageSeries() - Constructor for class org.openeai.moa.objects.resources.MessageSeries
Constructor
minThreads - Variable in class org.openeai.threadpool.Stats
 
MoaGenScheduledCommand - class org.openeai.implementations.applications.moagen.MoaGenScheduledCommand.
MOA generation application.
MoaGenScheduledCommand(CommandConfig) - Constructor for class org.openeai.implementations.applications.moagen.MoaGenScheduledCommand
 
MoaObjectField - class org.openeai.implementations.applications.moagen.MoaObjectField.
This is a helper class used by the MOA generation application.
MoaObjectField(String, String, String, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.openeai.implementations.applications.moagen.MoaObjectField
Constructor
MonthScrubber - class org.openeai.implementations.scrubbers.MonthScrubber.
Scrubber that converts a null or empty string to the current month of the year.
MonthScrubber() - Constructor for class org.openeai.implementations.scrubbers.MonthScrubber
Constructor

N

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.PubSubConsumer.MyTopicListener
 
onMessage(Message) - Method in class org.openeai.jms.consumer.PointToPointConsumer.MyQueueListener
 
OpenEaiObject - class org.openeai.OpenEaiObject.
The parent of all OpenEAI related objects.
OpenEaiObject() - Constructor for class org.openeai.OpenEaiObject
Constructor
OpenEaiTransformer - class org.openeai.xml.OpenEaiTransformer.
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.implementations.applications.moagen - package org.openeai.implementations.applications.moagen
 
org.openeai.implementations.applications.testsuite - package org.openeai.implementations.applications.testsuite
 
org.openeai.implementations.gateways.messagedump - package org.openeai.implementations.gateways.messagedump
 
org.openeai.implementations.gateways.requestproxy - package org.openeai.implementations.gateways.requestproxy
 
org.openeai.implementations.gateways.simple - package org.openeai.implementations.gateways.simple
 
org.openeai.implementations.gateways.transroutergateway - package org.openeai.implementations.gateways.transroutergateway
 
org.openeai.implementations.layouts - package org.openeai.implementations.layouts
 
org.openeai.implementations.scrubbers - package org.openeai.implementations.scrubbers
 
org.openeai.implementations.services.eas - package org.openeai.implementations.services.eas
 
org.openeai.implementations.services.eas.commands - package org.openeai.implementations.services.eas.commands
 
org.openeai.implementations.services.els.commands - package org.openeai.implementations.services.els.commands
 
org.openeai.implementations.servlets.jmsrelay - package org.openeai.implementations.servlets.jmsrelay
 
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.uuid - package org.openeai.uuid
 
org.openeai.uuidgen - package org.openeai.uuidgen
 
org.openeai.xml - package org.openeai.xml
 

P

ParseErrorHandler - class org.openeai.xml.ParseErrorHandler.
ParseErrorHandler class.
ParseErrorHandler() - Constructor for class org.openeai.xml.ParseErrorHandler
Constructor
PaymasterRoutingCriteria - class org.openeai.implementations.gateways.transroutergateway.PaymasterRoutingCriteria.
Implements the specific 'Routing Criteria' for the 'Phase 1' messaging components.
PaymasterRoutingCriteria() - Constructor for class org.openeai.implementations.gateways.transroutergateway.PaymasterRoutingCriteria
Constructor
pendingJobs - Variable in class org.openeai.threadpool.Stats
 
persistStore() - Method in class org.openeai.jms.consumer.PubSubMessageStore
 
PointToPointConsumer - class org.openeai.jms.consumer.PointToPointConsumer.
This consumer consumes messages from a JMS Queue.
PointToPointConsumer.ConsumerShutdownHook - class org.openeai.jms.consumer.PointToPointConsumer.ConsumerShutdownHook.
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 org.openeai.jms.consumer.PointToPointConsumer.MonitorConsumer.
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 org.openeai.jms.consumer.PointToPointConsumer.MyQueueListener.
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 org.openeai.jms.consumer.PointToPointConsumer.RequestTransaction.
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
 
PointToPointConsumer() - 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(String, String) - Constructor for class org.openeai.jms.consumer.PointToPointConsumer
 
PointToPointProducer - class org.openeai.jms.producer.PointToPointProducer.
The PointToPointProducer produces messages to a Queue.
PointToPointProducer.MonitorProducer - class org.openeai.jms.producer.PointToPointProducer.MonitorProducer.
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() - 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.
PooledTempQueue - class org.openeai.jms.producer.PooledTempQueue.
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 org.openeai.moa.objects.resources.Predecessor.
A Class class.
Predecessor() - Constructor for class org.openeai.moa.objects.resources.Predecessor
Constructor
predecessorExists(String) - Method in class org.openeai.jms.consumer.PubSubMessageStore
 
PROCESS_MESSAGES - Static variable in class org.openeai.implementations.applications.testsuite.SyncVerificationCommand
 
ProcessedMessageId - class org.openeai.moa.objects.resources.ProcessedMessageId.
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
Creates a QueueSender and produces the message passed in to the Queue the producer is connected to.
ProducerConfig - class org.openeai.config.ProducerConfig.
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(Element) - Constructor for class org.openeai.config.ProducerConfig
 
ProducerConfig(String, String) - 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.
ProducerId - class org.openeai.jms.producer.ProducerId.
This object is used by the PointToPoint and PubSub producers to uniquely identify each producer.
ProducerId() - Constructor for class org.openeai.jms.producer.ProducerId
Constructor
ProducerId(String) - Constructor for class org.openeai.jms.producer.ProducerId
This constructor automatically attempts to generate a GenericUuid using the URL passed in and populates itself with that UUID.
ProducerPool - class org.openeai.jms.producer.ProducerPool.
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 org.openeai.config.PropertyConfig.
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(Element) - Constructor for class org.openeai.config.PropertyConfig
 
PropertyConfig(String, String) - Constructor for class org.openeai.config.PropertyConfig
 
ProxyCommand - interface org.openeai.implementations.gateways.requestproxy.ProxyCommand.
This is the interface that all ProxyCommands must implement.
ProxyCommandException - exception org.openeai.implementations.gateways.requestproxy.ProxyCommandException.
This may be thrown by ProxyCommands.
ProxyCommandException() - Constructor for class org.openeai.implementations.gateways.requestproxy.ProxyCommandException
Constructor
ProxyCommandException(String) - Constructor for class org.openeai.implementations.gateways.requestproxy.ProxyCommandException
 
ProxyCommandImpl - class org.openeai.implementations.gateways.requestproxy.ProxyCommandImpl.
This is the parent class of all ProxyCommands.
ProxyCommandImpl() - Constructor for class org.openeai.implementations.gateways.requestproxy.ProxyCommandImpl
Constructor
PubliclyCloneable - interface org.openeai.PubliclyCloneable.
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.
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).
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(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(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).
PubSubConsumer - class org.openeai.jms.consumer.PubSubConsumer.
This consumer consumes messages from a JMS Topic.
PubSubConsumer.ConsumerShutdownHook - class org.openeai.jms.consumer.PubSubConsumer.ConsumerShutdownHook.
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 org.openeai.jms.consumer.PubSubConsumer.MonitorConsumer.
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 org.openeai.jms.consumer.PubSubConsumer.MyTopicListener.
This is the JMS MessageListener implementation for OpenEAI PubSubConsumers.
PubSubConsumer.MyTopicListener(TopicSubscriber, TopicConnection) - Constructor for class org.openeai.jms.consumer.PubSubConsumer.MyTopicListener
 
PubSubConsumer() - 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(String, String) - Constructor for class org.openeai.jms.consumer.PubSubConsumer
 
PubSubMessageBalancer - class org.openeai.jms.consumer.PubSubMessageBalancer.
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 org.openeai.jms.consumer.PubSubMessageStore.
A Class class.
PubSubMessageStore(Properties) - Constructor for class org.openeai.jms.consumer.PubSubMessageStore
Constructor
PubSubProducer - class org.openeai.jms.producer.PubSubProducer.
The PubSubProducer produces messages to a JMS Topic.
PubSubProducer.MonitorProducer - class org.openeai.jms.producer.PubSubProducer.MonitorProducer.
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() - 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.
purgeSession(ApplicationSession) - Method in class org.openeai.implementations.services.eas.commands.EnterpriseApplicationServiceCommand
 
purgeSession(EnterpriseSession) - Method in class org.openeai.implementations.services.eas.commands.EnterpriseApplicationServiceCommand
 

Q

QUERY_ACTION - Static variable in class org.openeai.jms.consumer.commands.ConsumerCommand
 
query(XmlEnterpriseObject, PointToPointProducer) - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Query message production.
query(XmlEnterpriseObject, PointToPointProducer) - Method in interface org.openeai.moa.jmsobjects.JmsEnterpriseObject
Query message production.
QueueRequestor - class org.openeai.jms.producer.QueueRequestor.
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 org.openeai.uuid.RandomUuid.
Version 4 UUID from the Draft spec (defacto standard of uuid/guid specs).
RandomUuid() - Constructor for class org.openeai.uuid.RandomUuid
 
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.
reInitialize() - Method in class org.openeai.config.AppConfig
Re-initializes this AppConfig object.
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.
ReleaseTag - class org.openeai.ReleaseTag.
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.ScheduleIdStore
Removes a specific schedule id from the repository that has an id equal to the schedule id passed in.
removeSchedulesLike(String) - Method in class org.openeai.afa.ScheduleIdStore
Removes all schedule ids from the repository that have an id containing the pattern passed in.
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 org.openeai.jms.consumer.commands.RequestCommand.
The interface implmented by all RequestCommands and specifies that they must implement the 'execute' method which returns a JMS Message.
RequestCommandImpl - class org.openeai.jms.consumer.commands.RequestCommandImpl.
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.
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
 
Result - class org.openeai.moa.objects.resources.Result.
A Class that wraps the Result element as specified in the OpenEAI protocol.
Result() - Constructor for class org.openeai.moa.objects.resources.Result
Constructor
ResultSetLayout - class org.openeai.implementations.layouts.ResultSetLayout.
This is the ResultSet Layout manager that Enterprise Messaging Objects use to build themselves from database ResultSets.
ResultSetLayout() - Constructor for class org.openeai.implementations.layouts.ResultSetLayout
Constructor
retrieveApplicationSession(String) - Method in class org.openeai.implementations.services.eas.commands.EnterpriseApplicationServiceCommand
 
retrieveEnterpriseSession(String) - Method in class org.openeai.implementations.services.eas.commands.EnterpriseApplicationServiceCommand
 
retrieveEnterpriseUser(String, String) - Method in class org.openeai.implementations.services.eas.commands.EnterpriseApplicationServiceCommand
This method retrieves and returns an EnterpriseUser object given the pricipal and domain of a NetId that belongs to the EnterpriseUser.
RoutingCriteriaCommand - interface org.openeai.implementations.gateways.transroutergateway.RoutingCriteriaCommand.
This is the interface that all RoutingCriteriaCommands must implement.
RoutingCriteriaCommandException - exception org.openeai.implementations.gateways.transroutergateway.RoutingCriteriaCommandException.
A Class class.
RoutingCriteriaCommandException() - Constructor for class org.openeai.implementations.gateways.transroutergateway.RoutingCriteriaCommandException
Constructor
RoutingCriteriaCommandException(String) - Constructor for class org.openeai.implementations.gateways.transroutergateway.RoutingCriteriaCommandException
 
RoutingCriteriaCommandImpl - class org.openeai.implementations.gateways.transroutergateway.RoutingCriteriaCommandImpl.
Ancestor for RoutingCriteriaCommands.
RoutingCriteriaCommandImpl() - Constructor for class org.openeai.implementations.gateways.transroutergateway.RoutingCriteriaCommandImpl
Constructor
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.consumer.PointToPointConsumer.RequestTransaction
 
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.MessageConsumer.MessageTransaction
Calls the handleSync method passing the message number and Message consumed by the consumer.
run() - Method in class org.openeai.jms.producer.PubSubProducer.MonitorProducer
 
run() - Method in class org.openeai.jms.producer.PointToPointProducer.MonitorProducer
 

S

saveLayoutManagers() - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
 
Schedule - class org.openeai.afa.Schedule.
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 org.openeai.config.ScheduleConfig.
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 org.openeai.afa.ScheduledApp.
This component is used to wrap ScheduledApplications.
ScheduledApp(ScheduledAppConfig) - Constructor for class org.openeai.afa.ScheduledApp
Constructor
ScheduledAppConfig - class org.openeai.config.ScheduledAppConfig.
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 org.openeai.afa.ScheduledCommand.
This is the interface that all ScheduledCommands must implement.
ScheduledCommandException - exception org.openeai.afa.ScheduledCommandException.
This Exception may be thrown by the execute method in the ScheduledCommands.
ScheduledCommandException() - Constructor for class org.openeai.afa.ScheduledCommandException
Constructor
ScheduledCommandException(String) - Constructor for class org.openeai.afa.ScheduledCommandException
 
ScheduledCommandImpl - class org.openeai.afa.ScheduledCommandImpl.
This is the parent class of all ScheduledCommands.
ScheduledCommandImpl(CommandConfig) - Constructor for class org.openeai.afa.ScheduledCommandImpl
Constructor
ScheduleIdStore - class org.openeai.afa.ScheduleIdStore.
This maintains a list of all Schedules that have been executed by a given ScheduledApp.
ScheduleIdStore() - Constructor for class org.openeai.afa.ScheduleIdStore
Constructor
ScheduleIdStoreException - exception org.openeai.afa.ScheduleIdStoreException.
May be thrown the by the ScheduleIdStore when it persists ScheduleIds.
ScheduleIdStoreException() - Constructor for class org.openeai.afa.ScheduleIdStoreException
Constructor
ScheduleIdStoreException(String) - Constructor for class org.openeai.afa.ScheduleIdStoreException
 
ScheduleRuntime - class org.openeai.afa.ScheduleRuntime.
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.implementations.scrubbers.YearScrubber
This is the scrub method that all EnterpriseScrubbers must implement.
scrub(String) - Method in class org.openeai.implementations.scrubbers.MonthScrubber
This is the scrub method that all EnterpriseScrubbers must implement.
scrub(String) - Method in class org.openeai.implementations.scrubbers.DayScrubber
This is the scrub method that all EnterpriseScrubbers must implement.
scrub(String) - Method in class org.openeai.implementations.scrubbers.CityLocalityScrubber
This is the scrub method that all EnterpriseScrubbers must implement.
scrub(String) - Method in class org.openeai.scrubbers.LowerCaseScrubber
Converts the string passed in to lower case.
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.CaseConverter
This is the scrub method that all EnterpriseScrubbers must implement.
sendEmail(String) - Method in class org.openeai.implementations.services.els.commands.EnterpriseSyncErrorLogger
 
Sender - class org.openeai.moa.objects.resources.Sender.
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.
service(HttpServletRequest, HttpServletResponse) - Method in class org.openeai.implementations.servlets.jmsrelay.JmsRelayServlet
Authenticate the user making the request.
service(HttpServletRequest, HttpServletResponse) - Method in class org.openeai.uuidgen.UuidGen
Service the request.
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.implementations.services.els.commands.LoggedMessage
Sets the action
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.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.implementations.gateways.requestproxy.ProxyCommandImpl
Set AppConfig associated to this command.
setAppConfig(AppConfig) - Method in class org.openeai.implementations.services.eas.AuthManager
Sets the AppConfig object associated to this AuthManager.
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 class org.openeai.OpenEaiObject
Sets the app name associated to this object.
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 interface org.openeai.config.EnterpriseConfigurationObject
This method sets the application name to which this configuration object (and ultimately the object being configured) is associated.
setAuthentication(Authentication) - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Sets the Authentication object associated with this object.
setAuthentication(Authentication) - Method in interface org.openeai.moa.jmsobjects.JmsEnterpriseObject
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.implementations.services.eas.AuthManager
Sets the AuthUserId associated to this AuthManager.
setAuthUserId(String) - Method in class org.openeai.moa.objects.resources.Authentication
 
setAuthUserSignature(String) - Method in class org.openeai.implementations.services.eas.AuthManager
Sets the AuthUserSignature associated to this AuthManager.
setAuthUserSignature(String) - Method in class org.openeai.moa.objects.resources.Authentication
 
setBalancer(PubSubMessageBalancer) - Method in class org.openeai.jms.consumer.PubSubConsumer
Sets the PubSubMessageBalancer associated to this Consumer.
setBaseline(XmlEnterpriseObject) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Sets the baseline object associated to this object.
setBaseline(XmlEnterpriseObject) - Method in interface org.openeai.moa.XmlEnterpriseObject
Sets the baseline object associated to this object.
setBaselineObject(XmlEnterpriseObject) - Method in class org.openeai.implementations.layouts.SpCallsLayout
 
setCallableStatement(CallableStatement) - Method in class org.openeai.implementations.layouts.SpCall
 
setCallId(String) - Method in class org.openeai.implementations.layouts.SpCall
 
setCallString(String) - Method in class org.openeai.implementations.layouts.SpCall
 
setCategory(String) - Method in class org.openeai.implementations.services.els.commands.LoggedMessage
Sets the category
setClassName(String) - Method in class org.openeai.config.ScheduleConfig
Ths method sets the class name that will be the Schedule implementation.
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.
setCommandConfigs(HashMap) - Method in class org.openeai.jms.consumer.MessageConsumer
Sets the HashMap of CommandConfigs to the value passed in.
setCommandName(String) - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Sets the Command name associated with this object.
setCommandName(String) - Method in interface org.openeai.moa.jmsobjects.JmsEnterpriseObject
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.
setConnection(Connection) - Method in class org.openeai.implementations.layouts.SpCallsLayout
 
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.jmsobjects.JmsEnterpriseObjectBase
 
setCreateDoc(Document) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
setCreateDoc(Document) - Method in interface org.openeai.moa.XmlEnterpriseObject
Sets the "primed" create document associated with this object.
setCreateDocUri(String) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Sets the primed create XML document URI.
setCreateSyncDoc(Document) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
setCreateSyncDoc(Document) - Method in interface org.openeai.moa.XmlEnterpriseObject
Sets the "primed" create sync document associated with this object.
setCreateSyncDocUri(String) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Sets the primed Create-Sync XML document URI.
setCurrentAction(String) - Method in class org.openeai.implementations.layouts.SpCallsLayout
 
setDatatype(String) - Method in class org.openeai.config.EnterpriseFormatter
Sets the allowable datatype for the Field.
setDataType(String) - Method in class org.openeai.implementations.layouts.SpCallField
 
setDateTime(Date) - Method in class org.openeai.implementations.services.els.commands.LoggedMessage
Sets the DateTime
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.Datetime
 
setDay(String) - Method in class org.openeai.moa.objects.resources.Date
Sets the day component of this date.
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.ScheduleConfig
Sets the default paramaters associated to this Schedule as specified in the "Schedules" Configuration Element (the container) in the application's config document.
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.
setDeleteDoc(Document) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
setDeleteDoc(Document) - Method in interface org.openeai.moa.XmlEnterpriseObject
Sets the "primed" delete document associated with this object.
setDeleteDocUri(String) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Sets the primed Delete-Request XML document URI.
setDeleteSyncDoc(Document) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
setDeleteSyncDoc(Document) - Method in interface org.openeai.moa.XmlEnterpriseObject
Sets the "primed" delete sync document associated with this object.
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.
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 class org.openeai.moa.XmlEnterpriseObjectImpl
Sets the EnterpriseFields object associated with this object.
setEnterpriseFields(EnterpriseFields) - Method in interface org.openeai.moa.XmlEnterpriseObject
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 class org.openeai.layouts.EnterpriseLayoutManagerImpl
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.
setEnterpriseValue(String) - Method in class org.openeai.config.EnterpriseMapping
This method sets the enterprise value associated to this mapping.
setError(int, Error) - Method in class org.openeai.moa.objects.resources.Result
 
setError(List) - 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.Field
Sets the name of the field.
setFieldName(String) - Method in class org.openeai.config.EnterpriseMapping
This method sets the name of the field associated to this mapping.
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.OpenEaiObject
Sets the from email address associated to the mail service in this object.
setFromAddr(String) - Method in class org.openeai.loggingutils.MailService
Sets the fromAddr class variable to the data passed in
setGenerateDoc(Document) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Sets the "primed" generate document associated with this object.
setGenerateDoc(Document) - Method in interface org.openeai.moa.XmlEnterpriseObject
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 class org.openeai.moa.XmlEnterpriseObjectImpl
 
setGenerateSyncDoc(Document) - Method in interface org.openeai.moa.XmlEnterpriseObject
Sets the "primed" generate sync document associated with this object.
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
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.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.implementations.gateways.requestproxy.ProxyCommandImpl
Set inbound xml validation.
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 class org.openeai.moa.XmlEnterpriseObjectImpl
 
setInputLayoutManager(EnterpriseLayoutManager) - Method in interface org.openeai.moa.XmlEnterpriseObject
 
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 class org.openeai.moa.XmlEnterpriseObjectImpl
 
setInputLayoutManagers(HashMap) - Method in interface org.openeai.moa.XmlEnterpriseObject
 
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 class org.openeai.layouts.EnterpriseLayoutManagerImpl
This method sets the name associated to the layout manager.
setLayoutManagerName(String) - Method in interface org.openeai.layouts.EnterpriseLayoutManager
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.
setLogConsumerId(String) - Method in class org.openeai.implementations.services.els.commands.LoggedMessage
Sets the Log Consumer ID
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.OpenEaiObject
Sets the mail host associated to the mail service in this object.
setMailHost(String) - Method in class org.openeai.loggingutils.MailService
Sets the mailHost class variable to the data passed in
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
 
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
 
setMessage(String) - Method in class org.openeai.implementations.services.els.commands.LoggedMessage
Sets the message
setMessageAction(String) - Method in class org.openeai.moa.objects.resources.ExpectedReplyFormat
 
setMessageAction(String) - Method in class org.openeai.moa.objects.resources.ControlAreaSync
 
setMessageAction(String) - Method in class org.openeai.moa.objects.resources.ControlAreaRequest
 
setMessageAction(String) - Method in class org.openeai.moa.objects.resources.ControlAreaReply
 
setMessageCategory(String) - Method in class org.openeai.moa.objects.resources.ExpectedReplyFormat
 
setMessageCategory(String) - Method in class org.openeai.moa.objects.resources.ControlAreaSync
 
setMessageCategory(String) - Method in class org.openeai.moa.objects.resources.ControlAreaRequest
 
setMessageCategory(String) - Method in class org.openeai.moa.objects.resources.ControlAreaReply
 
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(MessageId) - Method in class org.openeai.moa.jmsobjects.JmsEnterpriseObjectBase
Sets the MessageId object associated with this object.
setMessageId(MessageId) - Method in interface org.openeai.moa.jmsobjects.JmsEnterpriseObject
Sets the MessageId object associated with this object.
setMessageId(MessageId) - Method in class org.openeai.moa.objects.resources.Sender
 
setMessageId(String) - Method in class org.openeai.jms.consumer.StoredMessage
 
setMessageNumber(int) - Method in class org.openeai.jms.consumer.StoredMessage
 
setMessageObject(String) - Method in class org.openeai.implementations.layouts.ResultSetLayout
 
setMessageObject(String) - Method in class org.openeai.implementations.layouts.ComplexResultSetLayout
 
setMessageObject(String) - Method in class org.openeai.moa.objects.resources.ExpectedReplyFormat
 
setMessageObject(String) - Method in class org.openeai.moa.objects.resources.ControlAreaSync
 
setMessageObject(String) - Method in class org.openeai.moa.objects.resources.ControlAreaRequest
 
setMessageObject(String) - Method in class org.openeai.moa.objects.resources.ControlAreaReply
 
setMessagePriority(String) - Method in class org.openeai.moa.objects.resources.ControlAreaSync
 
setMessagePriority(String) - Method in class org.openeai.moa.objects.resources.ControlAreaRequest
 
setMessagePriority(String) - Method in class org.openeai.moa.objects.resources.ControlAreaReply
 
setMessageRelease(String) - Method in class org.openeai.moa.objects.resources.ExpectedReplyFormat
 
setMessageRelease(String) - Method in class org.openeai.moa.objects.resources.ControlAreaSync
 
setMessageRelease(String) - Method in class org.openeai.moa.objects.resources.ControlAreaRequest
 
setMessageRelease(String) - Method in class org.openeai.moa.objects.resources.ControlAreaReply
 
setMessageSeq(int) - Method in class org.openeai.jms.producer.MessageProducer
 
setMessageSeq(String) - Method in class org.openeai.moa.objects.resources.ProcessedMessageId
 
setMessageSeq(String) - Method in class org.openeai.moa.objects.resources.MessageId
 
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.ExpectedReplyFormat
 
setMessageType(String) - Method in class org.openeai.moa.objects.resources.ControlAreaSync
 
setMessageType(String) - Method in class org.openeai.moa.objects.resources.ControlAreaRequest
 
setMessageType(String) - Method in class org.openeai.moa.objects.resources.ControlAreaReply
 
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.Datetime
 
setMonth(String) - Method in class org.openeai.moa.objects.resources.Date
Sets the month component of this date.
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
sets the msgText class variable to data passed from the client.
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.ScheduleConfig
This method sets the name that will be associated to the Schedule 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.DbConnectionPoolConfig
Sets the name asociated to the DbConnectionPoolConfig as specified in the deployment document.
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.implementations.layouts.SpCallField
 
setObject(String) - Method in class org.openeai.implementations.services.els.commands.LoggedMessage
Sets the object
setOriginalAction(String) - Method in class org.openeai.implementations.layouts.SpCallsLayout
 
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.implementations.gateways.requestproxy.ProxyCommandImpl
Set outbound xml validation.
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 class org.openeai.moa.XmlEnterpriseObjectImpl
 
setOutputLayoutManager(EnterpriseLayoutManager) - Method in interface org.openeai.moa.XmlEnterpriseObject
 
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 class org.openeai.moa.XmlEnterpriseObjectImpl
 
setOutputLayoutManagers(HashMap) - Method in interface org.openeai.moa.XmlEnterpriseObject
 
setPackageName(String) - Method in class org.openeai.implementations.layouts.SpCall
 
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.ScheduleIdStore
Sets the path to which schedule ids will be written.
setPoolName(String) - Method in class org.openeai.dbpool.EnterpriseDbConnectionObject
Sets the name of the pool to which this object is associated.
setPoolName(String) - Method in class org.openeai.dbpool.EnterpriseConnectionPool
Sets the name of the pool.
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
 
setPriority(String) - Method in class org.openeai.implementations.services.els.commands.LoggedMessage
Sets the priority
setProcedureName(String) - Method in class org.openeai.implementations.layouts.SpCall
 
setProcedureParameters(int) - Method in class org.openeai.implementations.layouts.SpCall
 
setProcedurePosition(int) - Method in class org.openeai.implementations.layouts.SpCall
 
setProcessedMessageId(ProcessedMessageId) - Method in class org.openeai.moa.objects.resources.Result
 
setProducerId(ProducerId) - Method in class org.openeai.jms.producer.MessageProducer
 
setProducerId(String) - Method in class org.openeai.implementations.services.els.commands.LoggedMessage
Sets the ProducerId
setProducerId(String) - Method in class org.openeai.moa.objects.resources.ProcessedMessageId
 
setProducerId(String) - Method in class org.openeai.moa.objects.resources.MessageId
 
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.
setProducerPool(ProducerPool) - Method in class org.openeai.implementations.services.eas.AuthManager
Sets the ProducerPool object associated to this AuthManager.
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 class org.openeai.moa.XmlEnterpriseObjectImpl
 
setProvideDoc(Document) - Method in interface org.openeai.moa.XmlEnterpriseObject
Sets the "primed" provide document associated with this object.
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 class org.openeai.moa.XmlEnterpriseObjectImpl
 
setQueryDoc(Document) - Method in interface org.openeai.moa.XmlEnterpriseObject
Sets the "primed" query document associated with this object.
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
 
setRelease(String) - Method in class org.openeai.implementations.services.els.commands.LoggedMessage
Sets the release
setRemove(boolean) - Method in class org.openeai.implementations.layouts.SpCall
 
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.
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 class org.openeai.moa.XmlEnterpriseObjectImpl
 
setResponseDoc(Document) - Method in interface org.openeai.moa.XmlEnterpriseObject
Sets the "primed" response document associated with this object.
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.ControlAreaSync
Not sure we should even have a setter method for the Datetime object?
setResult(Result) - Method in class org.openeai.moa.objects.resources.ControlAreaReply
Not sure we should even have a setter method for the Datetime object?
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.ControlAreaSync
 
setSender(Sender) - Method in class org.openeai.moa.objects.resources.ControlAreaRequest
 
setSender(Sender) - Method in class org.openeai.moa.objects.resources.ControlAreaReply
 
setSenderAppId(String) - Method in class org.openeai.implementations.services.eas.AuthManager
Sets the SenderAppId associated to this AuthManager.
setSenderAppId(String) - Method in class org.openeai.implementations.services.els.commands.LoggedMessage
Sets the Sender App Id
setSenderAppId(String) - Method in class org.openeai.moa.objects.resources.ProcessedMessageId
 
setSenderAppId(String) - Method in class org.openeai.moa.objects.resources.MessageId
 
setSequence(int) - Method in class org.openeai.scrubbers.EnterpriseScrubberImpl
Sets the sequence associated to this scrubber implementation.
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(String) - Method in class org.openeai.implementations.services.els.commands.LoggedMessage
Sets the sequence
setSourceId(String) - Method in class org.openeai.moa.objects.resources.SourceInfo
 
setSourceInfo(SourceInfo) - Method in class org.openeai.moa.objects.resources.ControlAreaSync
 
setSourceInfo(SourceInfo) - Method in class org.openeai.moa.objects.resources.ControlAreaRequest
 
setSourceInfo(SourceInfo) - Method in class org.openeai.moa.objects.resources.ControlAreaReply
 
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.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.implementations.services.els.commands.LoggedMessage
Sets the targetAppName
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.ControlAreaSync
 
setTargetInfo(TargetInfo) - Method in class org.openeai.moa.objects.resources.ControlAreaRequest
 
setTargetInfo(TargetInfo) - Method in class org.openeai.moa.objects.resources.ControlAreaReply
 
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.
setTestCaseNumber(String) - Method in class org.openeai.moa.objects.testsuite.TestId
 
setTestCaseSummary(TestCaseSummary) - Method in class org.openeai.moa.objects.testsuite.TestSuiteSummary
 
setTestId(TestId) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Sets the test id associated to this object.
setTestId(TestId) - Method in interface org.openeai.moa.XmlEnterpriseObject
Sets the test id associated to this object.
setTestId(TestId) - Method in class org.openeai.moa.objects.resources.Sender
 
setTestSeriesNumber(String) - Method in class org.openeai.moa.objects.testsuite.TestId
 
setTestSeriesSummary(TestSeriesSummary) - Method in class org.openeai.moa.objects.testsuite.TestSuiteSummary
 
setTestStepNumber(String) - Method in class org.openeai.moa.objects.testsuite.TestId
 
setTestStepSummary(TestStepSummary) - Method in class org.openeai.moa.objects.testsuite.TestSuiteSummary
 
setTestSuiteName(String) - Method in class org.openeai.moa.objects.testsuite.TestId
 
setThreadPool(ThreadPool) - Method in class org.openeai.afa.ScheduledApp
Sets the ThreadPool object associated to this ScheduledApp.
setThreadPool(ThreadPool) - Method in class org.openeai.jms.consumer.MessageConsumer
Sets the ThreadPool object that will be used by this Consumer to execute ConsumerCommands in.
setThreadPoolConfig(ThreadPoolConfig) - Method in class org.openeai.config.ScheduledAppConfig
Sets the ThreadPool configuration object that will be used to initialize the ThreadPool associated to the ScheduledApp.
setThreadPoolConfig(ThreadPoolConfig) - Method in class org.openeai.config.ConsumerConfig
Sets the ThreadPoolConfig Java object associated to this consumer.
setTimeoutInterval(int) - Method in class org.openeai.jms.producer.QueueRequestor
Sets the request timeout interval assoicated to this QueueRequestor.
setTimezone(String) - Method in class org.openeai.moa.objects.resources.Datetime
 
setToAddr(String) - Method in class org.openeai.OpenEaiObject
Sets the to email address associated to the mail service in this object.
setToAddr(String) - Method in class org.openeai.loggingutils.MailService
Sets the toAddr class variable to the data passed in
setTopic(Topic) - Method in class org.openeai.jms.consumer.PubSubConsumer
Sets the Consumer's Topic object.
setTopic(Topic) - Method in class org.openeai.jms.producer.PubSubProducer
Sets the Producers's Topic object.
setTopicConnection(TopicConnection) - Method in class org.openeai.jms.consumer.PubSubConsumer
Sets the Consumer's TopicConnection object.
setTopicConnection(TopicConnection) - Method in class org.openeai.jms.producer.PubSubProducer
Sets the Producers's TopicConnection object.
setTopicConnectionFactory(TopicConnectionFactory) - Method in class org.openeai.jms.consumer.PubSubConsumer
Sets the Consumer's TopicConnectionFactory object.
setTopicConnectionFactory(TopicConnectionFactory) - Method in class org.openeai.jms.producer.PubSubProducer
Sets the Producers's TopicConnectionFactory object.
setTopicPublisher(TopicPublisher) - Method in class org.openeai.jms.producer.PubSubProducer
Sets the Producers's TopicPublisher object.
setTopicSession(TopicSession) - Method in class org.openeai.jms.consumer.PubSubMessageStore
 
setTopicSession(TopicSession) - Method in class org.openeai.jms.consumer.PubSubConsumer
Sets the Consumer's TopicSession object.
setTopicSession(TopicSession) - Method in class org.openeai.jms.producer.PubSubProducer
Sets the Producers's TopicSession object.
setTopicSubscriber(TopicSubscriber) - Method in class org.openeai.jms.consumer.PubSubConsumer
Sets the Consumer's TopicSubscriber object.
setTotalCases(String) - Method in class org.openeai.moa.objects.testsuite.TestCaseSummary
 
setTotalSeries(String) - Method in class org.openeai.moa.objects.testsuite.TestSeriesSummary
 
setTotalSteps(String) - Method in class org.openeai.moa.objects.testsuite.TestStepSummary
 
setTransacted(boolean) - Method in class org.openeai.jms.consumer.MessageConsumer
Sets the JMS property indicating whether or not this consumer operates in transacted mode or not.
setTransacted(boolean) - Method in class org.openeai.jms.producer.MessageProducer
 
setTranslationType(String) - Method in class org.openeai.config.MessageObjectConfig
Sets the translation type that should be associated to the business object being initialized with this configuration object.
setTranslationType(String) - Method in class org.openeai.config.EnterpriseFields
Sets 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.
setTranslator(EnterpriseTranslator) - Method in class org.openeai.config.EnterpriseFormatter
Sets the EnterpriseTranslator object associated to the Formatter for the Field if one should exist.
setType(String) - Method in class org.openeai.config.EnterpriseConfigurationObjectImpl
Sets the type of Configuration object that this is.
setType(String) - Method in class org.openeai.config.CommandConfig
Sets the type associated to this command.
setType(String) - Method in class org.openeai.implementations.services.els.commands.LoggedMessage
Sets the type
setType(String) - Method in class org.openeai.moa.objects.resources.Error
 
setUpdateDoc(Document) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Sets the "primed" update document associated with this object.
setUpdateDoc(Document) - Method in interface org.openeai.moa.XmlEnterpriseObject
Sets the "primed" update document associated with this object.
setUpdateDocUri(String) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Sets the primed Update-Request XML document URI.
setUpdateSyncDoc(Document) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
 
setUpdateSyncDoc(Document) - Method in interface org.openeai.moa.XmlEnterpriseObject
Sets the "primed" update sync document associated with this object.
setUpdateSyncDocUri(String) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Sets the primed Update-Sync XML document URI.
setUrl(String) - Method in class org.openeai.jms.producer.ProducerId
Sets the URL from which the UUID will be requested.
setUrl(String) - Method in class org.openeai.uuidgen.GenericUuid
Sets the URL to be used when requesting a UUID.
setUserName(String) - Method in class org.openeai.jms.consumer.MessageConsumer
Sets the broker user name that should be used when establishing a connection with the broker.
setUserName(String) - Method in class org.openeai.jms.producer.MessageProducer
Sets the broker user name that should be used when establishing a connection with the broker.
setUuidGenUri(String) - Method in class org.openeai.implementations.services.eas.AuthManager
Sets the UUID generation URL associated to this AuthManager.
setValidation(boolean) - Method in class org.openeai.config.EnterpriseConfigurationObjectImpl
This method, along with 'getValidation' are used to determine if the XML configuration document used to configure an application will be validated or not.
setValidation(boolean) - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Sets a boolean flag indicating whether or not XML validation will be used when messages are produced/published by this object.
setValue(Object) - Method in class org.openeai.implementations.layouts.SpCallField
 
setValue(String) - Method in class org.openeai.moa.objects.testsuite.TestStatus
 
setVariableValue(Object, String, Object, Class) - Method in class org.openeai.layouts.EnterpriseLayoutManagerImpl
Convenience method that sets a field on an object passed in to the value passed in by finding the appropriate setter method (by field name) on the object and invoking that method.
setVariableValue(Object, String, Object, Class, int) - Method in class org.openeai.layouts.EnterpriseLayoutManagerImpl
This method replaces the repeatable child object at a particular index with the value passed in.
setVerificationQueryString(String) - Method in class org.openeai.dbpool.EnterpriseDbConnectionObject
Sets the verification string that will be used to test a connection prior to returning if from the pool.
setWriteToFile(boolean) - Method in class org.openeai.config.CommandConfig
Sets a boolean value that indicates if this command should write the incomming messages it recieves to the file system.
setWriteToFile(boolean) - Method in class org.openeai.jms.consumer.commands.ConsumerCommand
Sets the writeToFile variable that will be used by the commands to determine if they should write the message to a file.
setYear(String) - Method in class org.openeai.moa.objects.resources.Datetime
 
setYear(String) - Method in class org.openeai.moa.objects.resources.Date
Sets the year component of this date.
shouldRoute(AppConfig, Document) - Method in class org.openeai.implementations.gateways.transroutergateway.StudentLegacyRoutingCriteria
 
shouldRoute(AppConfig, Document) - Method in class org.openeai.implementations.gateways.transroutergateway.PaymasterRoutingCriteria
 
shouldRoute(AppConfig, Document) - Method in interface org.openeai.implementations.gateways.transroutergateway.RoutingCriteriaCommand
Must be implemented by the specific 'Routing Criteria' classes that implement this interface.
shouldRun() - Method in class org.openeai.afa.Schedule
Determines if the ScheduledCommands associated to this Schedule should run.
shutdown() - Method in class org.openeai.threadpool.ThreadPoolImpl
Sets a flag indicating that the ThreadPool is in a 'shutdown' status.
SimpleMessage - class org.openeai.implementations.gateways.simple.SimpleMessage.
This is an example SyncCommand.
SimpleMessage(CommandConfig) - Constructor for class org.openeai.implementations.gateways.simple.SimpleMessage
 
size() - Method in class org.openeai.jms.producer.ProducerPool
Returns the size of the pool.
SourceInfo - class org.openeai.moa.objects.resources.SourceInfo.
A Class that wraps the SourceInfo element as specified in the OpenEAI protocol.
SourceInfo() - Constructor for class org.openeai.moa.objects.resources.SourceInfo
Constructor
SpCall - class org.openeai.implementations.layouts.SpCall.
This is a wrapper class that allows the SpCallsLayout manager to stored information contained in EnterpriseObjects regarding a stored procedure call.
SpCall() - Constructor for class org.openeai.implementations.layouts.SpCall
Constructor
SpCallField - class org.openeai.implementations.layouts.SpCallField.
This is a wrapper class that allows the SpCallsLayout to store field value information along with it's datatype as specified in EnterpriseObjects.xml The datatype will be used to determine if the string from the Xml Document needs to be converted to an appropriate JDBC type prior to calling the "JDBC Setter" methods on the CallableStatements that the layout manager is creating.
SpCallField() - Constructor for class org.openeai.implementations.layouts.SpCallField
Constructor
SpCallsLayout - class org.openeai.implementations.layouts.SpCallsLayout.
This is the SpCalls Layout manager that Enterprise Messaging Objects use to build themselves from and serialize themselves to database stored procedure calls.
SpCallsLayout() - Constructor for class org.openeai.implementations.layouts.SpCallsLayout
Constructor
startConsumer() - Method in class org.openeai.jms.consumer.PubSubConsumer
Starts the consumer making it ready to consume messages from the Topic that it connects to.
startConsumer() - Method in class org.openeai.jms.consumer.PointToPointConsumer
Starts the consumer making it ready to consume messages from the Queue that it connects to.
STARTED - Static variable in class org.openeai.jms.consumer.MessageConsumer
 
STARTED - Static variable in class org.openeai.jms.producer.MessageProducer
 
STARTED_VERIFICATION - Static variable in class org.openeai.implementations.applications.testsuite.SyncVerificationCommand
 
startMonitor() - Method in class org.openeai.jms.consumer.PubSubConsumer
This method starts the Consumer's "Monitor Thread".
startMonitor() - Method in class org.openeai.jms.consumer.PointToPointConsumer
This method starts the Consumer's "Monitor Thread".
startProducer() - Method in class org.openeai.jms.producer.PointToPointProducer
Starts the producer making it ready to produce messages to the Queue that it connects to.
startPublisher() - Method in class org.openeai.jms.producer.PubSubProducer
Starts the producer making it ready to publish messages to the Topic that it connects to.
Stats - class org.openeai.threadpool.Stats.
 
Stats() - Constructor for class org.openeai.threadpool.Stats
 
STAY_ALIVE - Static variable in class org.openeai.implementations.applications.testsuite.TestSuiteScheduledCommand
 
stopConsumer() - Method in class org.openeai.jms.consumer.PubSubConsumer
Attempts to cleanly shutdown the Consumer.
stopConsumer() - Method in class org.openeai.jms.consumer.PointToPointConsumer
Attempts to cleanly shutdown the Consumer.
stopConsumer() - Method in class org.openeai.jms.consumer.MessageConsumer
This method should process any pending jobs that are currently in progress and then disconnect this Consumer from the broker.
stopConsumption() - Method in class org.openeai.jms.consumer.MessageConsumer
Puts the consumer in a state that will prohibit it from consuming any more messages.
stopMonitor() - Method in class org.openeai.jms.consumer.PubSubConsumer
This method stops the Consumer's "Monitor Thread" so it won't attempt to restart the consumer.
stopMonitor() - Method in class org.openeai.jms.consumer.PointToPointConsumer
This method stops the Consumer's "Monitor Thread" so it won't attempt to restart the consumer.
STOPPED - Static variable in class org.openeai.jms.consumer.MessageConsumer
 
STOPPED - Static variable in class org.openeai.jms.producer.MessageProducer
 
STOPPING - Static variable in class org.openeai.jms.producer.MessageProducer
 
stopProducer() - Method in class org.openeai.jms.producer.PointToPointProducer
Attempts to cleanly shutdown the Producer.
stopPublisher() - Method in class org.openeai.jms.producer.PubSubProducer
Attempts to cleanly shutdown the Producer.
StoredMessage - class org.openeai.jms.consumer.StoredMessage.
A Class class.
StoredMessage() - Constructor for class org.openeai.jms.consumer.StoredMessage
Constructor
StoredMessage(String, int, String, Message) - Constructor for class org.openeai.jms.consumer.StoredMessage
 
StudentLegacyRoutingCriteria - class org.openeai.implementations.gateways.transroutergateway.StudentLegacyRoutingCriteria.
Implements the specific 'Routing Criteria' for the Student Legacy Gateway.
StudentLegacyRoutingCriteria() - Constructor for class org.openeai.implementations.gateways.transroutergateway.StudentLegacyRoutingCriteria
Constructor
Success - class org.openeai.moa.objects.testsuite.Success.
A Class that wraps the TestStatus element as specified in the OpenEAI TestSuite definition.
Success() - Constructor for class org.openeai.moa.objects.testsuite.Success
 
Success(MessageObjectConfig) - Constructor for class org.openeai.moa.objects.testsuite.Success
 
SyncCommand - interface org.openeai.jms.consumer.commands.SyncCommand.
The interface implmented by all SyncCommands and specifies that they must implement the 'execute' method.
SyncCommandImpl - class org.openeai.jms.consumer.commands.SyncCommandImpl.
The "default" anscestor of all SyncCommands that are executed by a PubSubConsumer.
SyncCommandImpl() - Constructor for class org.openeai.jms.consumer.commands.SyncCommandImpl
 
SyncCommandImpl(CommandConfig) - Constructor for class org.openeai.jms.consumer.commands.SyncCommandImpl
Default constructor behavior that will apply to all SyncCommand implementations.
SyncVerificationCommand - class org.openeai.implementations.applications.testsuite.SyncVerificationCommand.
This is an OpenEAI SyncCommand that consumes sync messages published by an authoritative source when that system creates, updates or deletes an object.
SyncVerificationCommand(CommandConfig) - Constructor for class org.openeai.implementations.applications.testsuite.SyncVerificationCommand
This is the constructor used by the PubSubConsumer to instantiate this command.

T

TargetInfo - class org.openeai.moa.objects.resources.TargetInfo.
A Class that wraps the SourceInfo element as specified in the OpenEAI protocol.
TargetInfo() - Constructor for class org.openeai.moa.objects.resources.TargetInfo
Constructor
TempQueuePool - class org.openeai.jms.producer.TempQueuePool.
The TempQueuePool contains a list of PooledTempQueue objects that will be used by a PointToPointProducer's QueueRequestor when a request is produced.
TempQueuePool(int, QueueSession) - Constructor for class org.openeai.jms.producer.TempQueuePool
This constructor is used by the PointToPointProducer to create this TempQueuePool and set it on the QueueRequestor associated to the producer.
terminateSession(ApplicationSession) - Method in class org.openeai.implementations.services.eas.commands.EnterpriseApplicationServiceCommand
 
terminateSession(EnterpriseSession) - Method in class org.openeai.implementations.services.eas.commands.EnterpriseApplicationServiceCommand
 
TestCaseSummary - class org.openeai.moa.objects.testsuite.TestCaseSummary.
A Class that wraps the TestSuiteSummary element as specified in the OpenEAI TestSuiteSummary definition.
TestCaseSummary() - Constructor for class org.openeai.moa.objects.testsuite.TestCaseSummary
 
TestCaseSummary(MessageObjectConfig) - Constructor for class org.openeai.moa.objects.testsuite.TestCaseSummary
 
TestId - class org.openeai.moa.objects.testsuite.TestId.
A Class that wraps the TestId element as specified in the OpenEAI protocol.
TestId() - Constructor for class org.openeai.moa.objects.testsuite.TestId
 
TestId(MessageObjectConfig) - Constructor for class org.openeai.moa.objects.testsuite.TestId
 
TestResult - class org.openeai.moa.objects.testsuite.TestResult.
A Class that wraps the SourceInfo element as specified in the OpenEAI protocol.
TestResult() - Constructor for class org.openeai.moa.objects.testsuite.TestResult
 
TestResult(MessageObjectConfig) - Constructor for class org.openeai.moa.objects.testsuite.TestResult
 
TestSeriesSummary - class org.openeai.moa.objects.testsuite.TestSeriesSummary.
A Class that wraps the TestSuiteSummary element as specified in the OpenEAI TestSuiteSummary definition.
TestSeriesSummary() - Constructor for class org.openeai.moa.objects.testsuite.TestSeriesSummary
 
TestSeriesSummary(MessageObjectConfig) - Constructor for class org.openeai.moa.objects.testsuite.TestSeriesSummary
 
TestStatus - class org.openeai.moa.objects.testsuite.TestStatus.
A Class that wraps the TestStatus element as specified in the OpenEAI TestSuite definition.
TestStatus() - Constructor for class org.openeai.moa.objects.testsuite.TestStatus
 
TestStatus(MessageObjectConfig) - Constructor for class org.openeai.moa.objects.testsuite.TestStatus
 
TestStepSummary - class org.openeai.moa.objects.testsuite.TestStepSummary.
A Class that wraps the TestSuiteSummary element as specified in the OpenEAI TestSuiteSummary definition.
TestStepSummary() - Constructor for class org.openeai.moa.objects.testsuite.TestStepSummary
 
TestStepSummary(MessageObjectConfig) - Constructor for class org.openeai.moa.objects.testsuite.TestStepSummary
 
TestSuiteScheduledCommand - class org.openeai.implementations.applications.testsuite.TestSuiteScheduledCommand.
This is the first of two commands that make up the OpenEAI "TestSuite" Application.
TestSuiteScheduledCommand(CommandConfig) - Constructor for class org.openeai.implementations.applications.testsuite.TestSuiteScheduledCommand
This is the constructor used by the ScheduledApp foundation to instantiate this ScheduledCommand.
TestSuiteSummary - class org.openeai.moa.objects.testsuite.TestSuiteSummary.
A Class that wraps the TestSuiteSummary element as specified in the OpenEAI TestSuiteSummary definition.
TestSuiteSummary() - Constructor for class org.openeai.moa.objects.testsuite.TestSuiteSummary
 
TestSuiteSummary(MessageObjectConfig) - Constructor for class org.openeai.moa.objects.testsuite.TestSuiteSummary
 
ThreadPool - interface org.openeai.threadpool.ThreadPool.
 
ThreadPoolConfig - class org.openeai.config.ThreadPoolConfig.
A ThreadPoolConfig is a wrapper class that takes information stored in an OpenEAI Deployment document (ThreadPoolConfig Element) and stores it in a Java object.
ThreadPoolConfig() - Constructor for class org.openeai.config.ThreadPoolConfig
This is the constructor used by AppConfig to instantiate the config object.
ThreadPoolConfig(Element) - Constructor for class org.openeai.config.ThreadPoolConfig
 
ThreadPoolException - exception org.openeai.threadpool.ThreadPoolException.
This exception is thrown by the ThreadPool.addJob method if the ThreadPool is busy and the ThreadPool has been instructed to be sure there is room in the pool before adding a job.
ThreadPoolException() - Constructor for class org.openeai.threadpool.ThreadPoolException
Constructor
ThreadPoolException(String) - Constructor for class org.openeai.threadpool.ThreadPoolException
 
ThreadPoolImpl - class org.openeai.threadpool.ThreadPoolImpl.
 
ThreadPoolImpl(Properties) - Constructor for class org.openeai.threadpool.ThreadPoolImpl
 
ThreadPoolImpl(ThreadPoolConfig) - Constructor for class org.openeai.threadpool.ThreadPoolImpl
 
TimeOfDay - class org.openeai.afa.TimeOfDay.
This class is used to determine when on a given day a Schedule should execute.
TimeOfDay() - Constructor for class org.openeai.afa.TimeOfDay
Constructor
toDate() - Method in class org.openeai.moa.objects.resources.Date
Returns the state of this date object as a new java.util.Date instance.
toLong() - Method in class org.openeai.moa.objects.resources.Datetime
Creates a Java Date object out of the current contents of the object and returns the 'long' value of that Date object.
toString() - Method in class org.openeai.config.EnterpriseTranslator
 
toString() - Method in class org.openeai.implementations.applications.moagen.MoaObjectField
 
toString() - Method in class org.openeai.implementations.layouts.SpCall
 
toString() - Method in class org.openeai.moa.XmlEnterpriseObjectImpl
Returns a comma separated String containing all the data currently stored in this object.
toString() - Method in interface org.openeai.moa.XmlEnterpriseObject
Returns a comma separated String containing all the data currently stored in this object.
toString() - Method in class org.openeai.moa.objects.resources.Predecessor
 
toString() - Method in class org.openeai.moa.objects.resources.MessageSeries
 
toString() - Method in class org.openeai.moa.objects.resources.MessageId
 
toString() - Method in class org.openeai.moa.objects.resources.Datetime
Creates a String object out of the current contents of the object and returns a concatenated string representing that information.
toString() - Method in class org.openeai.moa.objects.resources.Date
Returns a string representation of this date.
toString() - Method in class org.openeai.moa.objects.testsuite.TestId
 
toString() - Method in class org.openeai.threadpool.Stats
 
toString() - Method