Oracle Corporation

Uses of Class
com.bea.wlcp.wlng.api.storage.configuration.NotInitializedException

Packages that use NotInitializedException
com.bea.wlcp.wlng.api.storage.configuration   
 

Uses of NotInitializedException in com.bea.wlcp.wlng.api.storage.configuration
 

Methods in com.bea.wlcp.wlng.api.storage.configuration that throw NotInitializedException
 Boolean ConfigurationStore.getBoolean(String key)
          Get Boolean value for a certain key.
 Serializable ConfigurationStore.getSerializable(String key)
          Get Serializable value for a certain key.
 Integer ConfigurationStore.getInteger(String key)
          Get Integer value for a certain key.
 Long ConfigurationStore.getLong(String key)
          Get Long value for a certain key.
 String ConfigurationStore.getString(String key)
          Get String value for a certain key.
 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.
 


Oracle Corporation