Uses of Class
org.objectweb.jorm.api.PExceptionIO

Packages that use PExceptionIO
org.objectweb.jorm.api   
org.objectweb.jorm.facility.meminst.genclass.java.util   
org.objectweb.jorm.interp.genclass.file.lib   
org.objectweb.jorm.interp.genclass.fos.lib   
org.objectweb.jorm.interp.genclass.memory.lib   
org.objectweb.jorm.interp.genclass.rdb.lib   
 

Uses of PExceptionIO in org.objectweb.jorm.api
 

Subclasses of PExceptionIO in org.objectweb.jorm.api
 class PExceptionExistingDSI
           
 class PExceptionNoDSI
           
 

Uses of PExceptionIO in org.objectweb.jorm.facility.meminst.genclass.java.util
 

Methods in org.objectweb.jorm.facility.meminst.genclass.java.util that throw PExceptionIO
 void Collection.paAdd(PIndexedElem elem, java.lang.Object conn)
          Implementation of the PGenClassAccessor.
 

Uses of PExceptionIO in org.objectweb.jorm.interp.genclass.file.lib
 

Methods in org.objectweb.jorm.interp.genclass.file.lib that throw PExceptionIO
 void FileGenClassMapping.initMappingStructures(java.lang.Object conn, byte cleanup)
          It initializes the persistent structures required to map a JORM class within a particular Data Store.
 void FileGenClassMapping.removeMappingStructures(java.lang.Object conn, boolean contentonly)
          It removes the persistent structures required to map a JORM class within a particular Data Store.
 boolean FileGenClassBinding.exist(java.lang.Object conn)
          It verifies if the DSI attached to this binding exists within the DS.
 void FileGenClassBinding.read(java.lang.Object conn)
          It reads the data store instance designated by the PName of this binding and transfers each attribute value to the accessor object.
 void FileGenClassBinding.write(java.lang.Object conn)
          It transfers each attribute value taken from the PAccessor object to the data store instance designated by the PName associated with this binding.
 byte FileGenClassBinding.pngetByteField(java.lang.String fn, java.lang.Object ctx)
          It retrieves the value of a byte field.
 char FileGenClassBinding.pngetCharField(java.lang.String fn, java.lang.Object ctx)
          It retrieves the value of a char field.
 short FileGenClassBinding.pngetShortField(java.lang.String fn, java.lang.Object ctx)
          It retrieves the value of a short field.
 int FileGenClassBinding.pngetIntField(java.lang.String fn, java.lang.Object ctx)
          It retrieves the value of an int field.
 java.lang.Integer FileGenClassBinding.pngetIntObjField(java.lang.String fn, java.lang.Object ctx)
          It retrieves the value of an int field.
 long FileGenClassBinding.pngetLongField(java.lang.String fn, java.lang.Object ctx)
          It retrieves the value of a long field.
 java.lang.String FileGenClassBinding.pngetStringField(java.lang.String fn, java.lang.Object ctx)
          It retrieves the value of a string field.
 

Uses of PExceptionIO in org.objectweb.jorm.interp.genclass.fos.lib
 

Methods in org.objectweb.jorm.interp.genclass.fos.lib that throw PExceptionIO
 void FosGenClassMapping.initMappingStructures(java.lang.Object conn, byte cleanup)
          It initializes the persistent structures required to map a JORM class within a particular Data Store.
 void FosGenClassMapping.removeMappingStructures(java.lang.Object conn, boolean contentonly)
          It removes the persistent structures required to map a JORM class within a particular Data Store.
 

Uses of PExceptionIO in org.objectweb.jorm.interp.genclass.memory.lib
 

Methods in org.objectweb.jorm.interp.genclass.memory.lib that throw PExceptionIO
 boolean MemoryGenClassBinding.exist(java.lang.Object conn)
          It verifies if the DSI attached to this binding exists within the DS.
 void MemoryGenClassBinding.read(java.lang.Object conn, PAccessor pa)
          It reads the data store instance designated by the PName of this binding and transfers each attribute value to the accessor object.
 void MemoryGenClassBinding.write(java.lang.Object conn, PAccessor pa)
          It transfers each attribute value taken from the PAccessor object to the data store instance designated by the PName associated with this binding.
 byte MemoryGenClassBinding.pngetByteField(java.lang.String fn, java.lang.Object ctx)
          It retrieves the value of a byte field.
 char MemoryGenClassBinding.pngetCharField(java.lang.String fn, java.lang.Object ctx)
          It retrieves the value of a char field.
 short MemoryGenClassBinding.pngetShortField(java.lang.String fn, java.lang.Object ctx)
          It retrieves the value of a short field.
 int MemoryGenClassBinding.pngetIntField(java.lang.String fn, java.lang.Object ctx)
          It retrieves the value of an int field.
 long MemoryGenClassBinding.pngetLongField(java.lang.String fn, java.lang.Object ctx)
          It retrieves the value of a long field.
 java.lang.String MemoryGenClassBinding.pngetStringField(java.lang.String fn, java.lang.Object ctx)
          It retrieves the value of a string field.
 void MemoryGenClassMapping.initMappingStructures(java.lang.Object conn, byte cleanup)
          It initializes the persistent structures required to map a JORM class within a particular Data Store.
 void MemoryGenClassMapping.removeMappingStructures(java.lang.Object conn, boolean contentonly)
          It removes the persistent structures required to map a JORM class within a particular Data Store.
 

Uses of PExceptionIO in org.objectweb.jorm.interp.genclass.rdb.lib
 

Methods in org.objectweb.jorm.interp.genclass.rdb.lib that throw PExceptionIO
 java.util.Iterator RdbGenClassMapping.getPNameIterator(java.lang.Object conn)
          It returns an iterator over all pname of persitent objects availlable in this class.
 void RdbGenClassMapping.initMappingStructures(java.lang.Object conn, byte cleanup)
          It initializes the persistent structures required to map a JORM class within a particular Data Store.
 void RdbGenClassMapping.removeMappingStructures(java.lang.Object conn, boolean contentonly)
          It removes the persistent structures required to map a JORM class within a particular Data Store.