Uses of Class
org.openeai.config.EnterpriseConfigurationObjectException

Packages that use EnterpriseConfigurationObjectException
org.openeai.afa   
org.openeai.config   
 

Uses of EnterpriseConfigurationObjectException in org.openeai.afa
 

Constructors in org.openeai.afa that throw EnterpriseConfigurationObjectException
ScheduledApp(ScheduledAppConfig sConfig)
          Constructor
 

Uses of EnterpriseConfigurationObjectException in org.openeai.config
 

Methods in org.openeai.config that throw EnterpriseConfigurationObjectException
 void ThreadPoolConfig.init(org.jdom.Element configElement)
          Implements the init(Element) method that all EnterpriseConfiguration objects must implement.
 void ScheduledAppConfig.init(org.jdom.Element configElement)
          Implements the init(Element) method that all EnterpriseConfiguration objects must implement.
 void ScheduleConfig.init(org.jdom.Element configElement)
          Implements the init(Element) method that all EnterpriseConfiguration objects must implement.
 void PropertyConfig.init(org.jdom.Element configElement)
          Implements the init(Element) method that all EnterpriseConfiguration objects must implement.
 void ProducerConfig.init(org.jdom.Element configElement)
          Implements the init(Element) method that all EnterpriseConfiguration objects must implement.
 void MessageObjectConfig.init(org.jdom.Element configElement)
          Implements the init(Element) method that all EnterpriseConfiguration objects must implement.
 void LoggerConfig.init(org.jdom.Element configElement)
          Implements the init(Element) method that all EnterpriseConfiguration objects must implement.
 void EnterpriseConfigurationObject.init(org.jdom.Element configElement)
          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.
 void DbConnectionPoolConfig.init(org.jdom.Element configElement)
          Implements the init(Element) method that all EnterpriseConfiguration objects must implement.
 void ConsumerConfig.init(org.jdom.Element configElement)
          Implements the init(Element) method that all EnterpriseConfiguration objects must implement.
 void CommandConfig.init(org.jdom.Element eCommand)
          Implements the init(Element) method that all EnterpriseConfiguration objects must implement.
 void AppConfig.reInitialize()
          Re-initializes this AppConfig object.
 java.lang.Object AppConfig.getObjectByType(java.lang.String className)
          Returns the first object stored in this AppConfig that maches the class name passed in.
 java.util.List AppConfig.getObjectsLike(java.lang.String pattern)
          Returns a Vector of objects currently stored in this AppConfig object with names that contain the pattern passed in.
 java.lang.Object AppConfig.getObject(java.lang.String name)
          Returns the object stored in this AppConfig object with the name passed in.
 void AppConfig.init(org.jdom.Element eConfig)
          This is the "workhorse" initialization method for an AppConfig object.
 

Constructors in org.openeai.config that throw EnterpriseConfigurationObjectException
ThreadPoolConfig(org.jdom.Element configElement)
           
ScheduledAppConfig(org.jdom.Element configElement)
           
ScheduleConfig(org.jdom.Element configElement)
           
PropertyConfig(java.lang.String configDocUrl, java.lang.String propertyName)
           
PropertyConfig(org.jdom.Element configElement)
           
ProducerConfig(java.lang.String configDocUrl, java.lang.String producerName)
           
ProducerConfig(org.jdom.Element configElement)
           
MessageObjectConfig(java.lang.String configDocUrl, java.lang.String objectName)
           
MessageObjectConfig(org.jdom.Element configElement)
           
LoggerConfig(java.lang.String configDocUrl, java.lang.String loggerName)
           
LoggerConfig(org.jdom.Element configElement)
           
DbConnectionPoolConfig(org.jdom.Element configElement)
           
ConsumerConfig(java.lang.String configDocUrl, java.lang.String consumerName)
           
ConsumerConfig(org.jdom.Element configElement)
           
CommandConfig(java.lang.String configDocUrl, java.lang.String commandName)
           
CommandConfig(org.jdom.Element configElement)
           
AppConfig(java.lang.String docUri, java.lang.String appName)
          This constructor might be used if an application knows URI of the document that is to be used to configure the application.
AppConfig(java.util.Properties props)
          This is the most commonly used constructor.
AppConfig(org.jdom.Element configElement)
          This constructor might be used if an application has already parsed the deployment document and found the configuration Element associated to the application.
 



Copyright © 2002, OpenEAI Software Foundation