Uses of Class
org.objectweb.jonas_ejb.container.jorm.GenClassImpl

Packages that use GenClassImpl
org.objectweb.jonas_ejb.container.jorm   
 

Uses of GenClassImpl in org.objectweb.jonas_ejb.container.jorm
 

Subclasses of GenClassImpl in org.objectweb.jonas_ejb.container.jorm
 class Collection
          This class is a basic implementation of the java.util.Collection based on the generic class implementation (GenClassImpl).
 class Set
          This class is a basic implementation of the java.util.Set based on the generic class implementation (GenClassImpl) and the Collection implementation.
 

Fields in org.objectweb.jonas_ejb.container.jorm declared as GenClassImpl
 GenClassImpl GenClassElement.gc
          This field references the GenClass inside which the PIndexedElem is store.
 

Constructors in org.objectweb.jonas_ejb.container.jorm with parameters of type GenClassImpl
CollectionElement(GenClassImpl gc, int idx)
          It builds a CollectionElement with the specified index.
GenClassElement(GenClassImpl gc)
           
GenClassImpl.ElementIterator(GenClassImpl gc, Object connection)
           
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.