Uses of Class
org.openeai.OpenEaiObject

Packages that use OpenEaiObject
org.openeai.afa   
org.openeai.config   
org.openeai.dbpool   
org.openeai.jms.consumer   
org.openeai.jms.consumer.commands   
org.openeai.jms.producer   
org.openeai.layouts   
org.openeai.moa   
org.openeai.moa.jmsobjects   
org.openeai.moa.objects.resources   
org.openeai.moa.objects.testsuite   
org.openeai.scrubbers   
org.openeai.transport   
org.openeai.uuidgen   
org.openeai.xml Base OpenEAI package. 
 

Uses of OpenEaiObject in org.openeai.afa
 

Subclasses of OpenEaiObject in org.openeai.afa
 class DbScheduleIdStore
          This maintains a list of all Schedules that have been executed by a given ScheduledApp.
 class FileScheduleIdStore
          This maintains a list of all Schedules that have been executed by a given ScheduledApp.
 class GenericAppRunner
          This is the runnable class that allows us to generalize our applications.
 class Schedule
          This is a class that wraps the execution details of a set of commands.
 class ScheduledApp
          This component is used to wrap ScheduledApplications.
 class ScheduledCommandImpl
          This is the parent class of all ScheduledCommands.
 class ScheduleIdStoreImpl
           
 class ScheduleRuntime
          This is a wrapper class that helps a Schedule determine if it should execute the commands that Schedule manages.
 class TimeOfDay
          This class is used to determine when on a given day a Schedule should execute.
 

Uses of OpenEaiObject in org.openeai.config
 

Subclasses of OpenEaiObject in org.openeai.config
 class AppConfig
          The AppConfig class acts as a container for all pre-configured object that an application may use.
 class 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.
 class 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.
 class 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.
 class EnterpriseConfigurationObjectImpl
          The parent class for all of our 'configuration' objects.
 class 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.).
 class EnterpriseFormatter
          This class is used to store and verify the expected format of a particular field.
 class EnterpriseMapping
          This object maintains a list of mappings from application values to enterprise values by object/field and application name.
 class EnterpriseTranslator
          This object is used to perform translations from application values to Enterprise values and vice versa.
 class 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.
 class MailServiceConfig
          A MailServiceConfig is a wrapper class that takes information stored in an OpenEAI Deployment document (MailServiceConfig Element) and stores it in a Java object.
 class 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.
 class 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.
 class 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.
 class 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.
 class 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.
 class 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.
 

Uses of OpenEaiObject in org.openeai.dbpool
 

Subclasses of OpenEaiObject in org.openeai.dbpool
 class EnterpriseConnectionPool
          The Enterprise Database Connection pool class.
 class EnterpriseDbConnectionObject
          A class that is stored in the EnterpriseConnectionPool.
 class EnterprisePooledConnection
          This is the actual java.sql.Connection that is stored in the EnterpriseConnectionPool.
 

Uses of OpenEaiObject in org.openeai.jms.consumer
 

Subclasses of OpenEaiObject in org.openeai.jms.consumer
 class MessageConsumer
          The ancestor class for PubSub and PointToPoint consumers.
 class MessageConsumerClient
          The runnable class used to implement all OpenEAI based MessageGateways.
 class PointToPointConsumer
          This consumer consumes messages from a JMS Queue.
 class PubSubConsumer
          This consumer consumes messages from a JMS Topic.
 class PubSubMessageBalancer
          This class is used by all PubSubConsumers to balance multiple instances of sync consumers.
 class PubSubMessageStore
          A Class class.
 class StoredMessage
          A Class class.
 

Uses of OpenEaiObject in org.openeai.jms.consumer.commands
 

Subclasses of OpenEaiObject in org.openeai.jms.consumer.commands
 class ConsumerCommand
          The "default" anscestor of all Commands that are executed by either PubSubConsumer or PointToPointConsumer.
 class RequestCommandImpl
          The "default" anscestor of all RequestCommands that are executed by a PointToPointConsumer.
 class SyncCommandImpl
          The "default" anscestor of all SyncCommands that are executed by a PubSubConsumer.
 

Uses of OpenEaiObject in org.openeai.jms.producer
 

Subclasses of OpenEaiObject in org.openeai.jms.producer
 class MessageProducer
          The ancestor class for PubSub and PointToPoint producers.
 class PointToPointProducer
          The PointToPointProducer produces messages to a Queue.
 class PooledTempQueue
          This is a class that wraps a JMS TemporaryQueue and QueueReceiver that listens for responses sent on the TemporaryQueue.
 class ProducerPool
          The ProducerPool is a class that contains a list of producers for use by an application or command.
 class PubSubProducer
          The PubSubProducer produces messages to a JMS Topic.
 class QueueRequestor
          JMS provides a QueueRequestor helper class to simplify making service requests.
 class TempQueuePool
          The TempQueuePool contains a list of PooledTempQueue objects that will be used by a PointToPointProducer's QueueRequestor when a request is produced.
 

Uses of OpenEaiObject in org.openeai.layouts
 

Subclasses of OpenEaiObject in org.openeai.layouts
 class EnterpriseLayoutManagerImpl
          The parent class of all EnterpriseLayoutManagers created by the OpenEAI software foundation.
 class XmlLayout
          This is the default Layout manager that all Enterprise Messaging Objects use to build themselves from and serialize themselves to XML.
 

Uses of OpenEaiObject in org.openeai.moa
 

Subclasses of OpenEaiObject in org.openeai.moa
 class ActionableEnterpriseObjectBase
           
 class EnterpriseObjectBase
          This is the class from which all Enterprise objects inherit.
 class XmlEnterpriseObjectImpl
          This is the ancestor class of our "xml aware" objects inclued in the Message Object API (MOA).
 

Uses of OpenEaiObject in org.openeai.moa.jmsobjects
 

Subclasses of OpenEaiObject in org.openeai.moa.jmsobjects
 class JmsEnterpriseObjectBase
          Deprecated. As of OpenEAI version 4.0, replaced by #org.openeai.moa.ActionableEnterpriseObjectBase
 

Uses of OpenEaiObject in org.openeai.moa.objects.resources
 

Subclasses of OpenEaiObject in org.openeai.moa.objects.resources
 class Authentication
          A Class that wraps the Authentication element as specified in the OpenEAI protocol.
 class ControlAreaReply
          A Class that wraps the ControlAreaReply element as specified in the OpenEAI protocol.
 class ControlAreaRequest
          A Class that wraps the ControlAreaRequest element as specified in the OpenEAI protocol.
 class ControlAreaSync
          A Class that wraps the ControlAreaReply element as specified in the OpenEAI protocol.
 class Date
          A Class that wraps the Date element as specified in the OpenEAI protocol.
 class Datetime
          A Class that wraps the Datetime element as specified in the OpenEAI protocol.
 class Error
          A Class that wraps the Error element as specified in the OpenEAI protocol.
 class ExpectedReplyFormat
          A Class that wraps the ExpectedReplyFormat element as specified in the OpenEAI protocol.
 class MessageId
          A Class that wraps the MessageId element as specified in the OpenEAI protocol.
 class MessageSeries
          A Class class.
 class Predecessor
          A Class class.
 class ProcessedMessageId
          A Class that wraps the ProcessedMessageId element as specified in the OpenEAI protocol.
 class Result
          A Class that wraps the Result element as specified in the OpenEAI protocol.
 class Sender
          A Class that wraps the Sender element as specified in the OpenEAI protocol.
 class SourceInfo
          A Class that wraps the SourceInfo element as specified in the OpenEAI protocol.
 class TargetInfo
          A Class that wraps the SourceInfo element as specified in the OpenEAI protocol.
 

Uses of OpenEaiObject in org.openeai.moa.objects.testsuite
 

Subclasses of OpenEaiObject in org.openeai.moa.objects.testsuite
 class Failure
          A Class that wraps the TestStatus element as specified in the OpenEAI TestSuite definition.
 class MaximumTime
           
 class MinimumTime
           
 class RequestTimings
           
 class Success
          A Class that wraps the TestStatus element as specified in the OpenEAI TestSuite definition.
 class TestCaseSummary
          A Class that wraps the TestSuiteSummary element as specified in the OpenEAI TestSuiteSummary definition.
 class TestId
          A Class that wraps the TestId element as specified in the OpenEAI protocol.
 class TestResult
          A Class that wraps the SourceInfo element as specified in the OpenEAI protocol.
 class TestSeriesSummary
          A Class that wraps the TestSuiteSummary element as specified in the OpenEAI TestSuiteSummary definition.
 class TestStatus
          A Class that wraps the TestStatus element as specified in the OpenEAI TestSuite definition.
 class TestStepSummary
          A Class that wraps the TestSuiteSummary element as specified in the OpenEAI TestSuiteSummary definition.
 class TestSuiteSummary
          A Class that wraps the TestSuiteSummary element as specified in the OpenEAI TestSuiteSummary definition.
 

Uses of OpenEaiObject in org.openeai.scrubbers
 

Subclasses of OpenEaiObject in org.openeai.scrubbers
 class CaseConverter
          A general CaseConverter class that converts the first letter of a String to Upper case an all subsequent letters to lower case.
 class EnterpriseScrubberImpl
          This is the parent class for all EnterpriseScubber objects.
 class LowerCaseScrubber
          Scrubber that converts the incomming string to lower case.
 

Uses of OpenEaiObject in org.openeai.transport
 

Subclasses of OpenEaiObject in org.openeai.transport
 class ProducerId
          This object is used by the PointToPoint and PubSub producers to uniquely identify each producer.
 

Uses of OpenEaiObject in org.openeai.uuidgen
 

Subclasses of OpenEaiObject in org.openeai.uuidgen
 class 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.
 class UuidGenClient
          Test UuidGen client that can invoke the UuidGen servlet.
 

Uses of OpenEaiObject in org.openeai.xml
 

Subclasses of OpenEaiObject in org.openeai.xml
 class IgnoreDTDResolver
          This class is used by the XmlDocumentReader class when XML validation is falsed.
 class OpenEaiTransformer
          This class is used to perform XSLT transformations using Xalan.
 class ParseErrorHandler
          ParseErrorHandler class.
 class XmlDocumentReader
          This class is used to create a JDOM Document object from the contents of an XML file that can be stored in a file (on a web server or local file system) or passed in as an in-memory representation of that file (Reader, InputStream).
 class XmlElementLocator
          An XmlElementLocator class.
 class XmlValidator
          A convenience classed that can be used to validate an already created JDOM Document object.
 



Copyright © 2002,2003 OpenEAI Software Foundation