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

Packages that use PException
org.objectweb.jorm.api   
org.objectweb.jorm.comp.compiler.api   
org.objectweb.jorm.comp.compiler.lib   
org.objectweb.jorm.comp.generator.api   
org.objectweb.jorm.comp.generator.file   
org.objectweb.jorm.comp.generator.fos   
org.objectweb.jorm.comp.generator.lib   
org.objectweb.jorm.comp.generator.memory   
org.objectweb.jorm.comp.generator.rdb   
org.objectweb.jorm.facility.meminst.genclass.api   
org.objectweb.jorm.facility.meminst.genclass.java.util   
org.objectweb.jorm.facility.meminst.lifecycle.lazyload   
org.objectweb.jorm.facility.meminst.manager.basic.api   
org.objectweb.jorm.facility.meminst.manager.basic.genclass.java.util   
org.objectweb.jorm.facility.meminst.manager.basic.lib   
org.objectweb.jorm.facility.naming.basidir   
org.objectweb.jorm.facility.naming.generator   
org.objectweb.jorm.facility.naming.polymorphid   
org.objectweb.jorm.interp.genclass.fos.lib   
org.objectweb.jorm.interp.genclass.lib   
org.objectweb.jorm.interp.genclass.rdb.lib   
org.objectweb.jorm.naming.api   
org.objectweb.jorm.naming.lib   
org.objectweb.jorm.runtime   
org.objectweb.jorm.runtime.mapper.rdb.adapter.lib   
org.objectweb.jorm.type.api   
org.objectweb.jorm.util.api   
org.objectweb.jorm.util.lib   
org.objectweb.jorm.xml2mi.api   
org.objectweb.jorm.xml2mi.lib   
 

Uses of PException in org.objectweb.jorm.api
 

Subclasses of PException in org.objectweb.jorm.api
 class PExceptionExistingDSI
           
 class PExceptionIO
          This exception is raised in case of problem during any kind of I/O action.
 class PExceptionNoDSI
           
 class PExceptionProtocol
          This exception is raised when a problem occured due to protocol inconsistency with respect to life-cycle management for example.
 

Methods in org.objectweb.jorm.api that throw PException
 boolean PIndexedElem.pieGetBooleanElem()
          It retrieves the value of a boolean element.
 java.lang.Boolean PIndexedElem.pieGetObooleanElem()
          It retrieves the value of a boolean element.
 byte PIndexedElem.pieGetByteElem()
          It retrieves the value of a byte element.
 java.lang.Byte PIndexedElem.pieGetObyteElem()
          It retrieves the value of a byte element.
 byte PIndexedElem.pieGetByteIndexField(java.lang.String fn)
          It retrieves the value of a byte index field.
 java.lang.Byte PIndexedElem.pieGetObyteIndexField(java.lang.String fn)
          It retrieves the value of a byte index field.
 char PIndexedElem.pieGetCharElem()
          It retrieves the value of a char element.
 java.lang.Character PIndexedElem.pieGetOcharElem()
          It retrieves the value of a char element.
 char PIndexedElem.pieGetCharIndexField(java.lang.String fn)
          It retrieves the value of a char index field.
 java.lang.Character PIndexedElem.pieGetOcharIndexField(java.lang.String fn)
          It retrieves the value of a char index field.
 short PIndexedElem.pieGetShortElem()
          It retrieves the value of a short element.
 java.lang.Short PIndexedElem.pieGetOshortElem()
          It retrieves the value of a short element.
 short PIndexedElem.pieGetShortIndexField(java.lang.String fn)
          It retrieves the value of a short index field.
 java.lang.Short PIndexedElem.pieGetOshortIndexField(java.lang.String fn)
          It retrieves the value of a short index field.
 int PIndexedElem.pieGetIntElem()
          It retrieves the value of an int element.
 java.lang.Integer PIndexedElem.pieGetOintElem()
          It retrieves the value of an int element.
 int PIndexedElem.pieGetIntIndexField(java.lang.String fn)
          It retrieves the value of an int index field.
 java.lang.Integer PIndexedElem.pieGetOintIndexField(java.lang.String fn)
          It retrieves the value of an int index field.
 long PIndexedElem.pieGetLongElem()
          It retrieves the value of a long element.
 java.lang.Long PIndexedElem.pieGetOlongElem()
          It retrieves the value of a long element.
 long PIndexedElem.pieGetLongIndexField(java.lang.String fn)
          It retrieves the value of a long index field.
 java.lang.Long PIndexedElem.pieGetOlongIndexField(java.lang.String fn)
          It retrieves the value of a long index field.
 float PIndexedElem.pieGetFloatElem()
          It retrieves the value of a float element.
 java.lang.Float PIndexedElem.pieGetOfloatElem()
          It retrieves the value of a float element.
 double PIndexedElem.pieGetDoubleElem()
          It retrieves the value of a double element.
 java.lang.Double PIndexedElem.pieGetOdoubleElem()
          It retrieves the value of a double element.
 java.lang.String PIndexedElem.pieGetStringElem()
          It retrieves the value of a string element.
 java.lang.String PIndexedElem.pieGetStringIndexField(java.lang.String fn)
          It retrieves the value of a string index field.
 java.util.Date PIndexedElem.pieGetDateElem()
          It retrieves the value of a date element.
 java.util.Date PIndexedElem.pieGetDateIndexField(java.lang.String fn)
          It retrieves the value of a date index field.
 char[] PIndexedElem.pieGetCharArrayElem()
          It retrieves the value of a chararray element.
 byte[] PIndexedElem.pieGetByteArrayElem()
          It retrieves the value of a bytearray element.
 java.io.Serializable PIndexedElem.pieGetSerializedElem()
          It retrieves the value of a serialized element.
 java.math.BigDecimal PIndexedElem.pieGetBigDecimalElem()
          It retrieves the value of a BigDecimal element.
 java.lang.Object PIndexedElem.pieGetRefElem()
          It retrieves the value of a reference element.
 void PIndexedElem.pieSetBooleanElem(boolean value)
          It assigns the value to a boolean element.
 void PIndexedElem.pieSetObooleanElem(java.lang.Boolean value)
          It assigns the value to a boolean element.
 void PIndexedElem.pieSetByteElem(byte value)
          It assigns the value to a byte element.
 void PIndexedElem.pieSetObyteElem(java.lang.Byte value)
          It assigns the value to a Byte element.
 void PIndexedElem.pieSetByteIndexField(java.lang.String fn, byte value)
          It assigns the value to a byte index field.
 void PIndexedElem.pieSetObyteIndexField(java.lang.String fn, java.lang.Byte value)
          It assigns the value to a Byte index field.
 void PIndexedElem.pieSetCharElem(char value)
          It assigns the value to a char element.
 void PIndexedElem.pieSetOcharElem(java.lang.Character value)
          It assigns the value to a Character element.
 void PIndexedElem.pieSetCharIndexField(java.lang.String fn, char value)
          It assigns the value to a char index field.
 void PIndexedElem.pieSetOcharIndexField(java.lang.String fn, java.lang.Character value)
          It assigns the value to a Character index field.
 void PIndexedElem.pieSetShortElem(short value)
          It assigns the value to a short element.
 void PIndexedElem.pieSetOshortElem(java.lang.Short value)
          It assigns the value to a Short element.
 void PIndexedElem.pieSetShortIndexField(java.lang.String fn, short value)
          It assigns the value to a short index field.
 void PIndexedElem.pieSetOshortIndexField(java.lang.String fn, java.lang.Short value)
          It assigns the value to a Short index field.
 void PIndexedElem.pieSetIntElem(int value)
          It assigns the value to an int element.
 void PIndexedElem.pieSetOintElem(java.lang.Integer value)
          It assigns the value to an Integer element.
 void PIndexedElem.pieSetIntIndexField(java.lang.String fn, int value)
          It assigns the value to an int index field.
 void PIndexedElem.pieSetOintIndexField(java.lang.String fn, java.lang.Integer value)
          It assigns the value to an Integer index field.
 void PIndexedElem.pieSetLongElem(long value)
          It assigns the value to a long element.
 void PIndexedElem.pieSetOlongElem(java.lang.Long value)
          It assigns the value to a Long element.
 void PIndexedElem.pieSetLongIndexField(java.lang.String fn, long value)
          It assigns the value to a long index field.
 void PIndexedElem.pieSetOlongIndexField(java.lang.String fn, java.lang.Long value)
          It assigns the value to a Long index field.
 void PIndexedElem.pieSetFloatElem(float value)
          It assigns the value to a float element.
 void PIndexedElem.pieSetOfloatElem(java.lang.Float value)
          It assigns the value to a Float element.
 void PIndexedElem.pieSetDoubleElem(double value)
          It assigns the value to a double element.
 void PIndexedElem.pieSetOdoubleElem(java.lang.Double value)
          It assigns the value to a Double element.
 void PIndexedElem.pieSetStringElem(java.lang.String value)
          It assigns the value to a string element.
 void PIndexedElem.pieSetStringIndexField(java.lang.String fn, java.lang.String value)
          It assigns the value to a string index field.
 void PIndexedElem.pieSetDateElem(java.util.Date value)
          It assigns the value to a date element.
 void PIndexedElem.pieSetDateIndexField(java.lang.String fn, java.util.Date value)
          It assigns the value to a date index field.
 void PIndexedElem.pieSetCharArrayElem(char[] value)
          It assigns the value to a chararray element.
 void PIndexedElem.pieSetByteArrayElem(byte[] value)
          It assigns the value to a bytearray element.
 void PIndexedElem.pieSetSerializedElem(java.io.Serializable value)
          It assigns the value to a serialized element.
 void PIndexedElem.pieSetBigDecimalElem(java.math.BigDecimal value)
          It assigns the value to a BigDecimal element.
 void PIndexedElem.pieSetRefElem(java.lang.Object value)
          It assigns the value to a reference element.
 PBinding PClassMapping.createPBinding()
          It creates a new PBinding.
 void PClassMapping.init(PMapper mapper, MetaObject metaclass)
          It intialises the class mapping.
 void PClassMapping.initMappingStructures(java.lang.Object conn, byte cleanup)
          It initializes the persistent structures required to map a JORM class within a particular Data Store.
 void PClassMapping.removeMappingStructures(java.lang.Object conn, boolean contentonly)
          It removes the persistent structures required to map a JORM class within a particular Data Store.
 java.util.Iterator PClassMapping.getPNameIterator(java.lang.Object conn)
          It returns an iterator over all pname of persitent objects availlable in this class.
 void PClassMapping.setPBinder(PBinder pb)
          It assigns the PBinder associated to this PClassMapping.
 void PClassMapping.setPNamingContext(PNamingContext pnc, boolean codingonly)
          It assigns the PNamingContext used to manage the references hold by a generic class instance whose mapping is described by this PClassMapping.
 void PClassMapping.setPNamingContext(java.lang.String fn, PNamingContext pnc, boolean codingonly)
          It assigns the PNamingContext used to manage the reference hold by a field whose type is a JORM class.
 void PClassMapping.configureRefFields(PClassMapping.ReferenceConfigurator rc)
          It permits to assign the PNamingContext of all the reference fields of the persitent class.
 boolean PAccessorGen.paGetBooleanField(java.lang.String fn)
          It retrieves the value of a boolean field.
 java.lang.Boolean PAccessorGen.paGetObooleanField(java.lang.String fn)
          It retrieves the value of a Boolean field.
 byte PAccessorGen.paGetByteField(java.lang.String fn)
          It retrieves the value of a byte field.
 java.lang.Byte PAccessorGen.paGetObyteField(java.lang.String fn)
          It retrieves the value of a Byte field.
 char PAccessorGen.paGetCharField(java.lang.String fn)
          It retrieves the value of a char field.
 java.lang.Character PAccessorGen.paGetOcharField(java.lang.String fn)
          It retrieves the value of a Character field.
 short PAccessorGen.paGetShortField(java.lang.String fn)
          It retrieves the value of a short field.
 java.lang.Short PAccessorGen.paGetOshortField(java.lang.String fn)
          It retrieves the value of a Short field.
 int PAccessorGen.paGetIntField(java.lang.String fn)
          It retrieves the value of an int field.
 java.lang.Integer PAccessorGen.paGetOintField(java.lang.String fn)
          It retrieves the value of an Integer field.
 long PAccessorGen.paGetLongField(java.lang.String fn)
          It retrieves the value of a long field.
 java.lang.Long PAccessorGen.paGetOlongField(java.lang.String fn)
          It retrieves the value of a Long field.
 float PAccessorGen.paGetFloatField(java.lang.String fn)
          It retrieves the value of a float field.
 java.lang.Float PAccessorGen.paGetOfloatField(java.lang.String fn)
          It retrieves the value of a Float field.
 double PAccessorGen.paGetDoubleField(java.lang.String fn)
          It retrieves the value of a double field.
 java.lang.Double PAccessorGen.paGetOdoubleField(java.lang.String fn)
          It retrieves the value of a Double field.
 java.lang.String PAccessorGen.paGetStringField(java.lang.String fn)
          It retrieves the value of a string field.
 java.util.Date PAccessorGen.paGetDateField(java.lang.String fn)
          It retrieves the value of a date field.
 java.io.Serializable PAccessorGen.paGetSerializedField(java.lang.String fn)
          It retrieves the value of a serialized field.
 java.math.BigDecimal PAccessorGen.paGetBigDecimalField(java.lang.String fn)
          It retrieves the value of a BigDecimal field.
 java.lang.Object PAccessorGen.paGetRefField(java.lang.String fn, java.lang.Object connection)
          It retrieves the value of a reference field.
 void PAccessorGen.paSetBooleanField(java.lang.String fn, boolean value)
          It assigns the value to a boolean field.
 void PAccessorGen.paSetObooleanField(java.lang.String fn, java.lang.Boolean value)
          It assigns the value to a Boolean field.
 void PAccessorGen.paSetByteField(java.lang.String fn, byte value)
          It assigns the value to a byte field.
 void PAccessorGen.paSetObyteField(java.lang.String fn, java.lang.Byte value)
          It assigns the value to a Byte field.
 void PAccessorGen.paSetCharField(java.lang.String fn, char value)
          It assigns the value to a char field.
 void PAccessorGen.paSetOcharField(java.lang.String fn, java.lang.Character value)
          It assigns the value to a Character field.
 void PAccessorGen.paSetShortField(java.lang.String fn, short value)
          It assigns the value to a short field.
 void PAccessorGen.paSetOshortField(java.lang.String fn, java.lang.Short value)
          It assigns the value to a Short field.
 void PAccessorGen.paSetIntField(java.lang.String fn, int value)
          It assigns the value to an int field.
 void PAccessorGen.paSetOintField(java.lang.String fn, java.lang.Integer value)
          It assigns the value to an Integer field.
 void PAccessorGen.paSetLongField(java.lang.String fn, long value)
          It assigns the value to a long field.
 void PAccessorGen.paSetOlongField(java.lang.String fn, java.lang.Long value)
          It assigns the value to a Long field.
 void PAccessorGen.paSetFloatField(java.lang.String fn, float value)
          It assigns the value to a float field.
 void PAccessorGen.paSetOfloatField(java.lang.String fn, java.lang.Float value)
          It assigns the value to a Float field.
 void PAccessorGen.paSetDoubleField(java.lang.String fn, double value)
          It assigns the value to a double field.
 void PAccessorGen.paSetOdoubleField(java.lang.String fn, java.lang.Double value)
          It assigns the value to a Double field.
 void PAccessorGen.paSetStringField(java.lang.String fn, java.lang.String value)
          It assigns the value to a string field.
 void PAccessorGen.paSetDateField(java.lang.String fn, java.util.Date value)
          It assigns the value to a date field.
 void PAccessorGen.paSetSerializedField(java.lang.String fn, java.io.Serializable value)
          It assigns the value to a serialized field.
 void PAccessorGen.paSetBigDecimalField(java.lang.String fn, java.math.BigDecimal value)
          It assigns the value to a BigDecimal field.
 void PAccessorGen.paSetRefField(java.lang.String fn, java.lang.Object value, java.lang.Object connection)
          It assigns the value to a reference field.
 void PMapper.closeConnection(java.lang.Object conn)
          Closes the given connection which has been allocated previously using getConnection.
 java.lang.Object PMapper.getConnection()
          Allocates a connection for accessing the underlying DS.
 java.lang.Object PMapper.getConnection(java.lang.Object ctxt)
          Allocates a connection for accessing the underlying DS knowing additional context information.
 void PMapper.map(PClassMapping pcm, byte cleanup)
          It registers a PClassMapping associated to a particular JORM class within this PMapper.
 void PMapper.map(java.lang.Object conn, PClassMapping pcm, byte cleanup)
          It registers a PClassMapping associated to a particular JORM class within this PMapper.
 void PMapper.map(java.lang.Object conn, PClassMapping pcm, byte cleanup, boolean loadmeta)
          It registers a PClassMapping associated to a particular JORM class within this PMapper.
 void PMapper.setConnectionFactory(java.lang.Object cf)
          Assigns a connection factory to this mapper.
 void PMapper.unmap(java.lang.String classname)
          It unmaps a particular JORM class within this PMapper.
 void PGenClassAccessor.paAdd(PIndexedElem elem, java.lang.Object conn)
          It passes one of the elements extracted from the data store to the memory instance.
 void PBinding.bind(PName pn)
          It assigns a DSI represented by the PName passed as a parameter to this PBinding.
 boolean PBinding.exist(java.lang.Object conn)
          It verifies if the DSI attached to this binding exists within the DS.
 PName PBinding.export(java.lang.Object conn)
          It creates a new PName for this binding, the binding state is normally changed to LIFECYCLE_NEWTOWRITE, and the link to a data store instance if it existed is removed.
 PName PBinding.export(java.lang.Object conn, java.lang.Object hints)
          It creates a new PName for this binding, the binding state is normally changed to LIFECYCLE_NEWTOWRITE, and the link to a data store instance if it existed is removed.
 void PBinding.init(PClassMapping pcm)
          It initialises a PBinding.
 void PBinding.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 PBinding.unbind()
          It remove the association between a PName and a PBinding.
 void PBinding.unexport(java.lang.Object conn)
          It prepares this PBinding to remove the data store instance from the data store.
 void PBinding.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.
 

Constructors in org.objectweb.jorm.api with parameters of type PException
PExceptionProtocol(PException e, java.lang.String error)
           
 

Uses of PException in org.objectweb.jorm.comp.compiler.api
 

Subclasses of PException in org.objectweb.jorm.comp.compiler.api
 class PExceptionCompiler
          This exception is thrown when an error occured inside the compiler.
 

Methods in org.objectweb.jorm.comp.compiler.api that throw PException
 void CompilerParameter.loadConfFile(java.lang.String file)
          Loads a jorm configuration file.
 void CompilerParameter.setLogConfFile(java.lang.String filename)
          It initializes the logging system with the specified logging configuration file.
 

Uses of PException in org.objectweb.jorm.comp.compiler.lib
 

Methods in org.objectweb.jorm.comp.compiler.lib that throw PException
 void BasicCompiler.process()
          Creates class instances for the XML parser, the Meta Information Manager and manages the JormGenerator system.
 void BasicCompiler.verifyContext()
          Verifies if the needed parameters are available for a normal processing.
 java.util.Collection BasicCompiler.parseFiles(java.util.Collection fns)
          Parses the input files and build the meta information.
 void BasicCompiler.verifyMetaInfo(java.util.Collection mos)
          Verifies if the metainformation is in a properly state.
 java.util.Collection BasicCompiler.generateFiles(java.util.Collection c)
          Generates java files for all meta object specified in the Collection parameter.
 void BasicCompiler.compileFiles()
          Compiles java files generated by the generator system.
 void BasicCompilerParameter.setLogConfFile(java.lang.String filename)
           
 void BasicCompilerParameter.loadConfFile(java.lang.String file)
          Load a jorm configuration file.
 

Uses of PException in org.objectweb.jorm.comp.generator.api
 

Methods in org.objectweb.jorm.comp.generator.api that throw PException
 MOP MOPFactory.createMappingMOP(CompilerParameter cp)
          This method must return a new instance of a MappingMOP
 MOP MOPFactory.createBindingMOP(CompilerParameter cp)
          This method must return a new instance of a BindingMOP
 

Uses of PException in org.objectweb.jorm.comp.generator.file
 

Methods in org.objectweb.jorm.comp.generator.file that throw PException
 MOP FileMOPFactory.createMappingMOP(CompilerParameter cp)
          This method must return a new instance of a MappingMOP
 MOP FileMOPFactory.createBindingMOP(CompilerParameter cp)
          This method must return a new instance of a BindingMOP
 

Uses of PException in org.objectweb.jorm.comp.generator.fos
 

Methods in org.objectweb.jorm.comp.generator.fos that throw PException
 MOP FosMOPFactory.createMappingMOP(CompilerParameter cp)
          This method must return a new instance of a MappingMOP
 MOP FosMOPFactory.createBindingMOP(CompilerParameter cp)
          This method must return a new instance of a BindingMOP
 

Uses of PException in org.objectweb.jorm.comp.generator.lib
 

Methods in org.objectweb.jorm.comp.generator.lib that throw PException
 PrimitiveElement CommonHelper.getPrimitiveElement(java.lang.Object mo, Class c, boolean canBeFieldName)
          This method allow to retrieve a primitive element from th meta object mo.
 java.lang.String CommonHelper.getPaGetMethod(PType pt)
          This method does the conversion between a PType @pt and the getter function to use on a PAccessorGen (generic accessor).
 java.lang.String CommonHelper.getPaSetMethod(PType pt)
          This method does the conversion between a PType @pt and the setter function to use on a PAccessorGen (generic accessor).
 java.lang.String CommonHelper.getPNameDecodeFunction(PType pt)
          This method permits to find the right decode function either the PType specified by the parameter @pt.
 java.lang.String CommonHelper.getPNameGetterGetFunction(PType pt)
          This method permits to find the right pngetXField function either the PType specified by the parameter @pt.
 java.lang.String CommonHelper.getPNameEncodeFunction(PType pt)
          This method permits to find the right encode function either the PType specified by the parameter @pt.
 boolean CommonHelper.canBeNullValue(PType type)
           
 java.lang.String PNameGenerator.getCnHashCode(CompositeName cn)
          It compute the hashcode method for a composite pname.
 java.lang.String PNameGenerator.getPNameNullTest(CompositeName cn)
          It compute the test used to know if a pname is null.
 java.lang.String PNameGenerator.getPNameNullValue(CompositeName cn, java.lang.String pncVal)
          It compute the constructor parameter used to instanciate a null pname.
 java.lang.String PNameGenerator.getNullValue(CompositeName cn, ScalarField f)
           
 boolean BinderGenerator.containsObject(CompositeName cn)
           
 boolean BinderGenerator.containsPrimitive(CompositeName cn)
           
 java.lang.String BinderGenerator.getPNameFromSpecificPNG(CompositeName cn, java.lang.String pngVar, java.lang.String ctxVar)
           
 java.lang.String BinderGenerator.getPNameFromGenericPNG(CompositeName cn, java.lang.String pngVar, java.lang.String ctxVar)
           
 

Uses of PException in org.objectweb.jorm.comp.generator.memory
 

Methods in org.objectweb.jorm.comp.generator.memory that throw PException
 MOP MemoryMOPFactory.createMappingMOP(CompilerParameter cp)
          This method must return a new instance of a MappingMOP
 MOP MemoryMOPFactory.createBindingMOP(CompilerParameter cp)
          This method must return a new instance of a BindingMOP
 

Uses of PException in org.objectweb.jorm.comp.generator.rdb
 

Methods in org.objectweb.jorm.comp.generator.rdb that throw PException
 MOP RdbMOPFactory.createMappingMOP(CompilerParameter cp)
          This method must return a new instance of a MappingMOP
 MOP RdbMOPFactory.createBindingMOP(CompilerParameter cp)
          This method must return a new instance of a BindingMOP
 

Uses of PException in org.objectweb.jorm.facility.meminst.genclass.api
 

Methods in org.objectweb.jorm.facility.meminst.genclass.api that throw PException
 java.lang.Object UserIEValue.getRefValue(java.lang.Object conn)
           
 int Set.size(java.lang.Object connection)
          Returns the number of elements in this set (its cardinality).
 boolean Set.isEmpty(java.lang.Object connection)
          Returns true if this set contains no elements.
 boolean Set.contains(java.lang.Object o, java.lang.Object connection)
          Returns true if this set contains the specified element.
 java.util.Iterator Set.iterator(java.lang.Object connection)
          Returns an iterator over the elements in this set.
 java.lang.Object[] Set.toArray(java.lang.Object connection)
          Returns an array containing all of the elements in this set.
 java.lang.Object[] Set.toArray(java.lang.Object[] a, java.lang.Object connection)
          Returns an array containing all of the elements in this set whose runtime type is that of the specified array.
 boolean Set.add(java.lang.Object o, java.lang.Object connection)
          Adds the specified element to this set if it is not already present (optional operation).
 boolean Set.remove(java.lang.Object o, java.lang.Object connection)
          Removes the specified element from this set if it is present (optional operation).
 boolean Set.containsAll(Set c, java.lang.Object connection)
          Returns true if this set contains all of the elements of the specified collection.
 boolean Set.addAll(Set c, java.lang.Object connection)
          Adds all of the elements in the specified collection to this set if they're not already present (optional operation).
 boolean Set.retainAll(Set c, java.lang.Object connection)
          Retains only the elements in this set that are contained in the specified collection (optional operation).
 boolean Set.removeAll(Set c, java.lang.Object connection)
          Removes from this set all of its elements that are contained in the specified collection (optional operation).
 void Set.clear(java.lang.Object connection)
          Removes all of the elements from this set (optional operation).
 int Collection.size(java.lang.Object connection)
          Returns the number of elements in this collection.
 boolean Collection.isEmpty(java.lang.Object connection)
          Returns true if this collection contains no elements.
 boolean Collection.contains(java.lang.Object o, java.lang.Object connection)
          Returns true if this collection contains the specified element.
 java.util.Iterator Collection.iterator(java.lang.Object connection)
          Returns an iterator over the elements in this collection.
 java.lang.Object[] Collection.toArray(java.lang.Object connection)
          Returns an array containing all of the elements in this collection.
 java.lang.Object[] Collection.toArray(java.lang.Object[] a, java.lang.Object connection)
          Returns an array containing all of the elements in this collection whose runtime type is that of the specified array.
 boolean Collection.add(java.lang.Object o, java.lang.Object connection)
          Ensures that this collection contains the specified element (optional operation).
 boolean Collection.remove(java.lang.Object o, java.lang.Object connection)
          Removes a single instance of the specified element from this collection, if it is present (optional operation).
 boolean Collection.containsAll(Collection c, java.lang.Object connection)
          Returns true if this collection contains all of the elements in the specified collection.
 boolean Collection.addAll(Collection c, java.lang.Object connection)
          Adds all of the elements in the specified collection to this collection (optional operation).
 boolean Collection.removeAll(Collection c, java.lang.Object connection)
          Removes all this collection's elements that are also contained in the specified collection (optional operation).
 boolean Collection.retainAll(Collection c, java.lang.Object connection)
          Retains only the elements in this collection that are contained in the specified collection (optional operation).
 void Collection.clear(java.lang.Object connection)
          Removes all of the elements from this collection (optional operation).
 

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

Methods in org.objectweb.jorm.facility.meminst.genclass.java.util that throw PException
 java.lang.Object CollectionElem.getRefValue(java.lang.Object conn)
           
 int Collection.size(java.lang.Object connection)
          Returns the number of elements in this collection.
 boolean Collection.isEmpty(java.lang.Object connection)
          Returns true if this collection contains no elements.
 boolean Collection.contains(java.lang.Object o, java.lang.Object connection)
          Returns true if this collection contains the specified element.
 java.util.Iterator Collection.iterator(java.lang.Object connection)
          Returns an iterator over the elements in this collection.
 java.lang.Object[] Collection.toArray(java.lang.Object connection)
          Returns an array containing all of the elements in this collection.
 java.lang.Object[] Collection.toArray(java.lang.Object[] a, java.lang.Object connection)
          Returns an array containing all of the elements in this collection whose runtime type is that of the specified array.
 boolean Collection.add(java.lang.Object o, java.lang.Object connection)
          Ensures that this collection contains the specified element (optional operation).
 boolean Collection.remove(java.lang.Object o, java.lang.Object connection)
          Removes a single instance of the specified element from this collection, if it is present (optional operation).
 boolean Collection.containsAll(Collection c, java.lang.Object connection)
          Returns true if this collection contains all of the elements in the specified collection.
 boolean Collection.addAll(Collection c, java.lang.Object connection)
          Adds all of the elements in the specified collection to this collection (optional operat