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.S