|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
java.lang.Object |
AppConfig.getObject(java.lang.String name)
Returns the object stored in this AppConfig object with the name passed in. |
java.lang.Object |
AppConfig.getObjectByType(java.lang.String className)
Returns the first object stored in this AppConfig that is a class of object matching the the class name passed in. |
java.util.List |
AppConfig.getObjectsLike(java.lang.String pattern)
Returns a List of objects currently stored in this AppConfig object with names that contain the pattern passed in. |
java.util.Properties |
AppConfig.getProperties(java.lang.String name)
Convenience method that returns a Properties object associated to a PropertyConfig object. |
void |
PropertyConfig.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 |
MailServiceConfig.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 |
LoggerConfig.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 |
ThreadPoolConfig.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.init(org.jdom.Element eConfig)
This is the "workhorse" initialization method for an AppConfig object. |
void |
DbConnectionPoolConfig.init(org.jdom.Element configElement)
Implements the init(Element) method that all EnterpriseConfiguration objects must implement. |
void |
EnterpriseConfigurationObjectImpl.init(org.jdom.Element configElement)
Provides base initialization. |
void |
ConsumerConfig.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 |
MessageObjectConfig.init(org.jdom.Element configElement)
Implements the init(Element) method that all EnterpriseConfiguration objects must implement. |
void |
AppConfig.initializeFromFile(java.lang.String docUri,
java.lang.String appName)
Loads the configuration document from a URI (file or webserver etc.). |
void |
AppConfig.reInitialize()
Re-initializes this AppConfig object. |
void |
AppConfig.shutdown()
Recursively shuts down all objects contained within this AppConfig. |
| Constructors in org.openeai.config that throw EnterpriseConfigurationObjectException | |
|---|---|
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. |
|
AppConfig(java.util.Properties props)
This is the most commonly used constructor. |
|
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. |
|
CommandConfig(org.jdom.Element configElement)
|
|
CommandConfig(java.lang.String configDocUrl,
java.lang.String commandName)
|
|
ConsumerConfig(org.jdom.Element configElement)
|
|
ConsumerConfig(java.lang.String configDocUrl,
java.lang.String consumerName)
|
|
DbConnectionPoolConfig(org.jdom.Element configElement)
|
|
LoggerConfig(org.jdom.Element configElement)
|
|
LoggerConfig(java.lang.String configDocUrl,
java.lang.String loggerName)
|
|
MessageObjectConfig(org.jdom.Element configElement)
|
|
MessageObjectConfig(java.lang.String configDocUrl,
java.lang.String objectName)
|
|
ProducerConfig(org.jdom.Element configElement)
|
|
ProducerConfig(java.lang.String configDocUrl,
java.lang.String producerName)
|
|
PropertyConfig(org.jdom.Element configElement)
|
|
PropertyConfig(java.lang.String configDocUrl,
java.lang.String propertyName)
|
|
ScheduleConfig(org.jdom.Element configElement)
|
|
ScheduledAppConfig(org.jdom.Element configElement)
|
|
ThreadPoolConfig(org.jdom.Element configElement)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||