|
Oracle Corporation | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||
| Packages that use ConfigurationException | |
| com.bea.wlcp.wlng.api.storage.configuration | |
| Uses of ConfigurationException in com.bea.wlcp.wlng.api.storage.configuration |
| Subclasses of ConfigurationException in com.bea.wlcp.wlng.api.storage.configuration | |
class |
InvalidTypeException
Invalid type exception. |
class |
NotInitializedException
Not initialized exception. |
| Methods in com.bea.wlcp.wlng.api.storage.configuration that throw ConfigurationException | |
void |
ConfigurationStore.initialize(String key,
Boolean defaultValue)
Initialize key to specified default value of Boolean type. |
void |
ConfigurationStore.initialize(String key,
Serializable defaultValue)
Initialize key to specified default value of Serializable type. |
void |
ConfigurationStore.initialize(String key,
Integer defaultValue)
Initialize key to specified default value of Integer type. |
void |
ConfigurationStore.initialize(String key,
Long defaultValue)
Initialize key to specified default value of Long type. |
void |
ConfigurationStore.initialize(String key,
String defaultValue)
Initialize key to specified default value of String type. |
void |
ConfigurationStore.setBoolean(String key,
Boolean value)
Set value for a certain key. |
void |
ConfigurationStore.setSerializable(String key,
Serializable value)
Set Serializable value for a certain key. |
void |
ConfigurationStore.setInteger(String key,
Integer value)
Set value for a certain key. |
void |
ConfigurationStore.setLong(String key,
Long value)
Set value for a certain key. |
void |
ConfigurationStore.setString(String key,
String value)
Set value for a certain key. |
abstract ConfigurationStore |
ConfigurationStoreFactory.getStore(String moduleName,
String name,
int storeType)
Get reference to a configuration store instance. |
|
Oracle Corporation | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||