ProgramixGenericLib v4.0.0

Uses of Class
com.programix.da.DataAccessException

Packages that use DataAccessException
com.programix.da Framework for using the "DataAccess Interface Design Pattern". 
 

Uses of DataAccessException in com.programix.da
 

Methods in com.programix.da that throw DataAccessException
static DataAccess DataAccessFactory.create(File file, Class targetType)
          Create a DataAccess instance using an File whose data is in the format described by ValueMap (nearly identical to the format for a Properties file).
static DataAccess DataAccessFactory.create(InputStream rawIn, Class targetType)
          Create a DataAccess instance using an InputStream whose data is in the format described by ValueMap (nearly identical to the format for a Properties file).
static DataAccess DataAccessFactory.create(Reader rawIn, Class targetType)
          Create a DataAccess instance using a Reader whose data is in the format described by ValueMap (nearly identical to the format for a Properties file).
static DataAccess DataAccessFactory.create(URL propertiesURL, Class targetType)
          Create a DataAccess instance using the specified URL whose data is in the format described by ValueMap(nearly identical to the format for a Properties file).
static DataAccess DataAccessFactory.create(ValueMap config, Class targetType)
          Constructs an instance of the DataAccess implementation specified in the configuration.
static DataAccess DataAccessFactory.createFromFile(String filename, Class targetType)
          Create a DataAccess instance using the specified filename whose data is in the format described by ValueMap(nearly identical to the format for a Properties file).
static DataAccess DataAccessFactory.createFromResource(String resourceLocation, Class targetType)
          Create a DataAccess instance using the specified resourceLocation whose data is in the format described by ValueMap(nearly identical to the format for a Properties file).
 void DataAccess.init(ValueMap config)
          Called once just after construction to allow the implementation to setup everything required to run.
 


ProgramixGenericLib v4.0.0

Copyright © 2001-2007 Programix Incorporated. All rights reserved. ProgramixGenericLib is free and is OSI Certified Open Source Software under the BSD license.