Uses of Class
org.openeai.OpenEaiObject

Packages that use OpenEaiObject
org.openeai.afa   
org.openeai.config   
org.openeai.dbpool   
org.openeai.implementations.applications.moagen   
org.openeai.implementations.applications.testsuite   
org.openeai.implementations.gateways.messagedump   
org.openeai.implementations.gateways.requestproxy   
org.openeai.implementations.gateways.simple   
org.openeai.implementations.gateways.transroutergateway   
org.openeai.implementations.layouts   
org.openeai.implementations.scrubbers   
org.openeai.implementations.services.eas   
org.openeai.implementations.services.eas.commands   
org.openeai.implementations.services.els.commands   
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.uuidgen   
org.openeai.xml   
 

Uses of OpenEaiObject in org.openeai.afa
 

Subclasses of OpenEaiObject in org.openeai.afa
 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 ScheduleIdStore
          This maintains a list of all Schedules that have been executed by a given ScheduledApp.
 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 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.implementations.applications.moagen
 

Subclasses of OpenEaiObject in org.openeai.implementations.applications.moagen
 class MoaGenScheduledCommand
          MOA generation application.
 class MoaObjectField
          This is a helper class used by the MOA generation application.
 

Uses of OpenEaiObject in org.openeai.implementations.applications.testsuite
 

Subclasses of OpenEaiObject in org.openeai.implementations.applications.testsuite
 class SyncVerificationCommand
          This is an OpenEAI SyncCommand that consumes sync messages published by an authoritative source when that system creates, updates or deletes an object.
 class TestSuiteScheduledCommand
          This is the first of two commands that make up the OpenEAI "TestSuite" Application.
 

Uses of OpenEaiObject in org.openeai.implementations.gateways.messagedump
 

Subclasses of OpenEaiObject in org.openeai.implementations.gateways.messagedump
 class MessageDumpSyncCommand
          This command is basically a no-op command that consume pub/sub messages.
 

Uses of OpenEaiObject in org.openeai.implementations.gateways.requestproxy
 

Subclasses of OpenEaiObject in org.openeai.implementations.gateways.requestproxy
 class CollegeOfMedicineProxyCommand
          A Class class.
 class EnterpriseRequestProxyCommand
          OpenEAI Reference Implementation Enterprise Request Proxy.
 class ProxyCommandImpl
          This is the parent class of all ProxyCommands.
 

Uses of OpenEaiObject in org.openeai.implementations.gateways.simple
 

Subclasses of OpenEaiObject in org.openeai.implementations.gateways.simple
 class FailureRequestCommand
          This class replies with a status of failure and an error to any request message.
 class SimpleMessage
          This is an example SyncCommand.
 

Uses of OpenEaiObject in org.openeai.implementations.gateways.transroutergateway
 

Subclasses of OpenEaiObject in org.openeai.implementations.gateways.transroutergateway
 class PaymasterRoutingCriteria
          Implements the specific 'Routing Criteria' for the 'Phase 1' messaging components.
 class RoutingCriteriaCommandImpl
          Ancestor for RoutingCriteriaCommands.
 class StudentLegacyRoutingCriteria
          Implements the specific 'Routing Criteria' for the Student Legacy Gateway.
 class TransRouterCommand
          OpenEAI Reference Implementation Enterprise Router.
 

Uses of OpenEaiObject in org.openeai.implementations.layouts
 

Subclasses of OpenEaiObject in org.openeai.implementations.layouts
 class ComplexResultSetLayout
          This is the ResultSet Layout manager that Enterprise Messaging Objects use to build themselves from database ResultSets.
 class ExtractLayout
          An ExtractLayout EnterpriseLayoutManager implementation.
 class ResultSetLayout
          This is the ResultSet Layout manager that Enterprise Messaging Objects use to build themselves from database ResultSets.
 class SpCall
          This is a wrapper class that allows the SpCallsLayout manager to stored information contained in EnterpriseObjects regarding a stored procedure call.
 class SpCallsLayout
          This is the SpCalls Layout manager that Enterprise Messaging Objects use to build themselves from and serialize themselves to database stored procedure calls.
 class XpathLayout
          A Class class.
 

Uses of OpenEaiObject in org.openeai.implementations.scrubbers
 

Subclasses of OpenEaiObject in org.openeai.implementations.scrubbers
 class CityLocalityScrubber
          An object that converts null or empty data to "Not Applicable".
 class DayScrubber
          Scrubber that converts a null or empty string to the current day of the month.
 class MonthScrubber
          Scrubber that converts a null or empty string to the current month of the year.
 class YearScrubber
          Scrubber that converts a null or empty string to the current year.
 

Uses of OpenEaiObject in org.openeai.implementations.services.eas
 

Subclasses of OpenEaiObject in org.openeai.implementations.services.eas
 class AuthManager
          The AuthManager class provides convenience methods for user authentication and authorization.
 

Uses of OpenEaiObject in org.openeai.implementations.services.eas.commands
 

Subclasses of OpenEaiObject in org.openeai.implementations.services.eas.commands
 class ApplicationSessionRequestCommand
          This class implements message support for the EnterpriseApplicationService.
 class EnterpriseApplicationServiceCommand
          This class is the ancestor of EnterpriseApplicationService commands defining fields and behavior common to all EnterpriseApplicationServiceCommands.
 class EnterpriseSessionRequestCommand
          This class implements message support for the EnterpriseApplicationService.
 class EnterpriseUserPermissionRequestCommand
          This class implements part of the message support of the EnterpriseApplicationService.
 class EnterpriseUserRequestCommand
          This class implements part of the message support of the EnterpriseApplicationService.
 

Uses of OpenEaiObject in org.openeai.implementations.services.els.commands
 

Subclasses of OpenEaiObject in org.openeai.implementations.services.els.commands
 class EnterpriseSyncErrorLogger
          The EnterpriseSyncErrorLogger is a part of the OpenEAI "Enterprise Logging Service" (ELS).
 class EnterpriseSyncLoggerCommand
          The EnterpriseSyncLogger is a part of the OpenEAI "Enterprise Logging Service" (ELS).
 class LoggedMessage
          This is a utility class used by the EnterpriseSyncLoggerCommand which is part of the "Enterprise Logging Service".
 

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 ProducerId
          This object is used by the PointToPoint and PubSub producers to uniquely identify each producer.
 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 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
          This is the ancestor of all "message aware" enterprise objects.
 

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 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.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, OpenEAI Software Foundation