|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationManagerException | |
---|---|
org.naftulin.configmgr | |
org.naftulin.configmgr.content | |
org.naftulin.configmgr.parsers |
Uses of ConfigurationManagerException in org.naftulin.configmgr |
---|
Subclasses of ConfigurationManagerException in org.naftulin.configmgr | |
---|---|
class |
EntryInErrorException
Signals that entry was found, but it is in an error state. |
class |
EntryNotFoundException
Signals that entry was not found in configuration management engine. |
Methods in org.naftulin.configmgr that throw ConfigurationManagerException | |
---|---|
java.lang.Object |
ConfigurationManager.getConfiguration(java.lang.String key)
Returns the configuration based on the key. |
static ConfigurationManagement |
ConfigurationManagerFactory.getConfigurationManagement()
Returns configuration management engine object. |
static ConfigurationManager |
ConfigurationManagerFactory.getConfigurationManager()
Returns configuration manager. |
ConfigurationManagementEntry |
ConfigurationManagementImpl.getConfigurationManagmentEntry(java.lang.String key)
Returns configuration management entry based on the key passed. |
ConfigurationManagementEntry |
ConfigurationManagement.getConfigurationManagmentEntry(java.lang.String key)
Returns configuration management entry based on the key passed. |
void |
ConfigurationManagementImpl.reload()
Reloades configurations stored in the configuration management engine. |
void |
ConfigurationManagement.reload()
Reloades configurations stored in the configuration management engine. |
static void |
ConfigurationManagerFactory.setConfigurationFile(java.lang.String configFile)
Sets a file from which master configuration would be read. |
Uses of ConfigurationManagerException in org.naftulin.configmgr.content |
---|
Methods in org.naftulin.configmgr.content that throw ConfigurationManagerException | |
---|---|
ConfigEntryParser |
Log4JRecordImpl.getParser()
Returns an instance of either Dom or
properties parser that can parse the log4j file
and (re)initialize log4j. |
ConfigEntryParser |
JndiRecordImpl.getParser()
|
ConfigEntryParser |
ExternalRecordImpl.getParser()
Returns an instance of parser that can parse the file to extract the configuration. |
ConfigEntryParser |
DbJndiRecordImpl.getParser()
|
ConfigEntryParser |
DbDirectRecordImpl.getParser()
Returns a database parser instance. |
abstract ConfigEntryParser |
AbstractRecordImpl.getParser()
Returns the parser that can parse the file to extract the configuration. |
Uses of ConfigurationManagerException in org.naftulin.configmgr.parsers |
---|
Methods in org.naftulin.configmgr.parsers that throw ConfigurationManagerException | |
---|---|
ConfigurationManagementEntry[] |
ConfigurationRecordsToEntriesConverter.createConfigurationEntriesFromConfigurationFile(java.lang.String configurationFileName)
Parses the master configuration file and creates configuration management entries. |
MasterRecordImpl |
MasterRecordParser.digestMasterRecord(java.lang.String fileName)
Returns master record based on the configuration file passed in. |
ConfigurationManagementEntry |
XmlFileParserImpl.getConfigurationManagementEntry(java.lang.String key,
java.net.URL fileUrl)
Returns configuration management entry by parsing the record passed in. |
ConfigurationManagementEntry |
PropertyFileParserImpl.getConfigurationManagementEntry(java.lang.String key,
java.net.URL fileUrl)
Retrurns a configuration managment entry by parsing the property file passed in. |
ConfigurationManagementEntry |
MasterRecordParser.getConfigurationManagementEntry(java.lang.String key,
java.net.URL fileUrl)
Retrurns a configuration managment entry by reading the master record file passed in, and storing it's content. |
ConfigurationManagementEntry |
JndiParserImpl.getConfigurationManagementEntry(java.lang.String key,
java.net.URL fileUrl)
Returns configuratoin management entry that contains an object stored in JNDI under JNDI name provided in configuration descriotion. |
ConfigurationManagementEntry |
ExternalConfigurationParserImpl.getConfigurationManagementEntry(java.lang.String key,
java.net.URL fileUrl)
Invokes external record adapter with parameters specified in configuration record. |
ConfigurationManagementEntry |
DbJndiParserImpl.getConfigurationManagementEntry(java.lang.String key,
java.net.URL fileUrl)
Returns configuratoin management entry that contains a Map with key-value pairs read from the database based on the sql specified. |
ConfigurationManagementEntry |
DbDirectParserImpl.getConfigurationManagementEntry(java.lang.String key,
java.net.URL fileUrl)
Returns configuratoin management entry that contains a Map with key-value pairs read from the database based on the sql specified. |
ConfigurationManagementEntry |
ConfigEntryParser.getConfigurationManagementEntry(java.lang.String key,
java.net.URL fileUrl)
Retrurns a configuration managment entry by parsing the record passed in. |
ConfigurationManagementEntry |
AbstractLog4JParser.getConfigurationManagementEntry(java.lang.String key,
java.net.URL fileUrl)
Retrurns a configuration managment entry by parsing the log4j file passed in. |
org.apache.commons.digester.Digester |
MasterRecordParser.getDigester()
|
protected javax.naming.InitialContext |
AbstractJndiParser.getJndiContext(java.lang.String key,
java.util.Properties props,
javax.naming.InitialContext context)
|
java.lang.Object |
ExternalRecordAdapter.load(java.util.List<NameValuePairImpl> args)
Returns an object to be stored in configuration manager entry. |
java.lang.Object |
ExternalRecordAdapter.reload(java.util.List<NameValuePairImpl> args)
Returns an object to be stored in configuration manager entry. |
protected void |
DbJndiParserImpl.validateParameters(java.lang.String key)
Validates that key, jndi name, sql, etc are not null parameters |
protected void |
AbstractJndiParser.validateParameters(java.lang.String key)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |