Uses of Package
org.objectweb.jac.core.rtti

Packages that use org.objectweb.jac.core.rtti
org.objectweb.jac.aspects.authentication Provides an aspect to handle authentication in JAC applications.  
org.objectweb.jac.aspects.cache This aspect handle caching of method results.  
org.objectweb.jac.aspects.distribution Provides a highly configurable set of aspects to distribute JAC applications.  
org.objectweb.jac.aspects.export   
org.objectweb.jac.aspects.gui Provides a simple and generic GUI (Graphical User Interface) aspect. 
org.objectweb.jac.aspects.gui.reports   
org.objectweb.jac.aspects.gui.swing Provides a simple and generic GUI (Graphical User Interface) aspect using SWING. 
org.objectweb.jac.aspects.gui.web Provides a simple and generic GUI (Graphical User Interface) aspect generating HTML pages. 
org.objectweb.jac.aspects.idGen   
org.objectweb.jac.aspects.integrity Provides an aspect to handle data integrity whitin objects sets. 
org.objectweb.jac.aspects.persistence Provides a generic persistence aspect for JAC objects.  
org.objectweb.jac.aspects.queue   
org.objectweb.jac.aspects.timestamp   
org.objectweb.jac.aspects.user Provides a users management within an application.  
org.objectweb.jac.core Provides JAC system core classes.  
org.objectweb.jac.core.rtti Provides an aspect that contructs some RTTI (Run-Time Type Informations) for the classes that need it on the top of a structural metamodel (extending java.lang.reflect). 
org.objectweb.jac.core.translators   
org.objectweb.jac.ide This package contains the implementation of the JAC's IDE: UMLAF (for UML Aspectual Factory). 
org.objectweb.jac.ide.diagrams   
org.objectweb.jac.ide.swing   
org.objectweb.jac.lib   
org.objectweb.jac.lib.stats   
 

Classes in org.objectweb.jac.core.rtti used by org.objectweb.jac.aspects.authentication
ClassItem
          This class defines a meta item that corresponds to the java.lang.reflect.Class meta element.
MethodItem
          This class defines a meta item that corresponds to the java.lang.reflect.Method meta element.
 

Classes in org.objectweb.jac.core.rtti used by org.objectweb.jac.aspects.cache
AbstractMethodItem
          This class defines a meta item that corresponds to the java.lang.reflect.Method and to the java.lang.reflect.Constructor meta elements.
 

Classes in org.objectweb.jac.core.rtti used by org.objectweb.jac.aspects.distribution
ClassItem
          This class defines a meta item that corresponds to the java.lang.reflect.Class meta element.
MethodItem
          This class defines a meta item that corresponds to the java.lang.reflect.Method meta element.
 

Classes in org.objectweb.jac.core.rtti used by org.objectweb.jac.aspects.export
ClassItem
          This class defines a meta item that corresponds to the java.lang.reflect.Class meta element.
 

Classes in org.objectweb.jac.core.rtti used by org.objectweb.jac.aspects.gui
AbstractMethodItem
          This class defines a meta item that corresponds to the java.lang.reflect.Method and to the java.lang.reflect.Constructor meta elements.
ClassItem
          This class defines a meta item that corresponds to the java.lang.reflect.Class meta element.
CollectionItem
          This class defines a meta item that corresponds to a java.lang.reflect.Field meta element that is of an array, a collection, or a map type.
FieldItem
          This class defines a meta item that corresponds to the java.lang.reflect.Field meta element.
MemberItem
          This class defines a meta item that corresponds to a field or a method.
MetaItem
          This class defines the super class for all the meta items whithin the rtti aspect.
MethodItem
          This class defines a meta item that corresponds to the java.lang.reflect.Method meta element.
VirtualClassItem
          This class defines a meta item that corresponds to the java.lang.reflect.Class meta element.
 

Classes in org.objectweb.jac.core.rtti used by org.objectweb.jac.aspects.gui.reports
ClassItem
          This class defines a meta item that corresponds to the java.lang.reflect.Class meta element.
CollectionItem
          This class defines a meta item that corresponds to a java.lang.reflect.Field meta element that is of an array, a collection, or a map type.
 

Classes in org.objectweb.jac.core.rtti used by org.objectweb.jac.aspects.gui.swing
AbstractMethodItem
          This class defines a meta item that corresponds to the java.lang.reflect.Method and to the java.lang.reflect.Constructor meta elements.
ClassItem
          This class defines a meta item that corresponds to the java.lang.reflect.Class meta element.
CollectionItem
          This class defines a meta item that corresponds to a java.lang.reflect.Field meta element that is of an array, a collection, or a map type.
FieldItem
          This class defines a meta item that corresponds to the java.lang.reflect.Field meta element.
MethodItem
          This class defines a meta item that corresponds to the java.lang.reflect.Method meta element.
 

Classes in org.objectweb.jac.core.rtti used by org.objectweb.jac.aspects.gui.web
AbstractMethodItem
          This class defines a meta item that corresponds to the java.lang.reflect.Method and to the java.lang.reflect.Constructor meta elements.
ClassItem
          This class defines a meta item that corresponds to the java.lang.reflect.Class meta element.
CollectionItem
          This class defines a meta item that corresponds to a java.lang.reflect.Field meta element that is of an array, a collection, or a map type.
FieldItem
          This class defines a meta item that corresponds to the java.lang.reflect.Field meta element.
MemberItem
          This class defines a meta item that corresponds to a field or a method.
MethodItem
          This class defines a meta item that corresponds to the java.lang.reflect.Method meta element.
 

Classes in org.objectweb.jac.core.rtti used by org.objectweb.jac.aspects.idGen
ClassItem
          This class defines a meta item that corresponds to the java.lang.reflect.Class meta element.
 

Classes in org.objectweb.jac.core.rtti used by org.objectweb.jac.aspects.integrity
CollectionItem
          This class defines a meta item that corresponds to a java.lang.reflect.Field meta element that is of an array, a collection, or a map type.
FieldItem
          This class defines a meta item that corresponds to the java.lang.reflect.Field meta element.
MethodItem
          This class defines a meta item that corresponds to the java.lang.reflect.Method meta element.
 

Classes in org.objectweb.jac.core.rtti used by org.objectweb.jac.aspects.persistence
ClassItem
          This class defines a meta item that corresponds to the java.lang.reflect.Class meta element.
CollectionItem
          This class defines a meta item that corresponds to a java.lang.reflect.Field meta element that is of an array, a collection, or a map type.
FieldItem
          This class defines a meta item that corresponds to the java.lang.reflect.Field meta element.
 

Classes in org.objectweb.jac.core.rtti used by org.objectweb.jac.aspects.queue
ClassItem
          This class defines a meta item that corresponds to the java.lang.reflect.Class meta element.
FieldItem
          This class defines a meta item that corresponds to the java.lang.reflect.Field meta element.
MethodItem
          This class defines a meta item that corresponds to the java.lang.reflect.Method meta element.
 

Classes in org.objectweb.jac.core.rtti used by org.objectweb.jac.aspects.timestamp
FieldItem
          This class defines a meta item that corresponds to the java.lang.reflect.Field meta element.
 

Classes in org.objectweb.jac.core.rtti used by org.objectweb.jac.aspects.user
AttributeController
           
ClassItem
          This class defines a meta item that corresponds to the java.lang.reflect.Class meta element.
CollectionItem
          This class defines a meta item that corresponds to a java.lang.reflect.Field meta element that is of an array, a collection, or a map type.
FieldItem
          This class defines a meta item that corresponds to the java.lang.reflect.Field meta element.
MetaItem
          This class defines the super class for all the meta items whithin the rtti aspect.
MethodItem
          This class defines a meta item that corresponds to the java.lang.reflect.Method meta element.
 

Classes in org.objectweb.jac.core.rtti used by org.objectweb.jac.core
AbstractMethodItem
          This class defines a meta item that corresponds to the java.lang.reflect.Method and to the java.lang.reflect.Constructor meta elements.
ClassItem
          This class defines a meta item that corresponds to the java.lang.reflect.Class meta element.
ClassRepository
          This class defines the class repository of the rtti aspect.
FieldItem
          This class defines a meta item that corresponds to the java.lang.reflect.Field meta element.
MethodItem
          This class defines a meta item that corresponds to the java.lang.reflect.Method meta element.
 

Classes in org.objectweb.jac.core.rtti used by org.objectweb.jac.core.rtti
AbstractMethodItem
          This class defines a meta item that corresponds to the java.lang.reflect.Method and to the java.lang.reflect.Constructor meta elements.
AttributeController
           
ClassInfo
           
ClassItem
          This class defines a meta item that corresponds to the java.lang.reflect.Class meta element.
ClassItem.AmbiguousMethodNameException
          The exception that is thrown when the accessed method has some synonymes (methods with same names but different parameter types).
ClassRepository
          This class defines the class repository of the rtti aspect.
CollectionItem
          This class defines a meta item that corresponds to a java.lang.reflect.Field meta element that is of an array, a collection, or a map type.
ConstructorItem
          This class defines a meta item that corresponds to the java.lang.reflect.Constructor meta element.
FieldItem
          This class defines a meta item that corresponds to the java.lang.reflect.Field meta element.
InvalidDelegateException
          This exception is thrown when the user tries to construct a new meta item that is not matching the java.lang.reflect element it delegates to.
InvokeInfo
          A method invocation
LoadtimeRTTI
          This class defines the super class for all the meta items whithin the rtti aspect.
MemberItem
          This class defines a meta item that corresponds to a field or a method.
MetaItem
          This class defines the super class for all the meta items whithin the rtti aspect.
MetaItemDelegate
          This class defines the super class for all the meta items whithin the rtti aspect.
MethodInfo
           
MethodItem
          This class defines a meta item that corresponds to the java.lang.reflect.Method meta element.
NoSuchMethodException
          The exception that is thrown when the accessed method does not exist.
RttiConf
          This class defines the rtti aspect.
VirtualClassItem
          This class defines a meta item that corresponds to the java.lang.reflect.Class meta element.
 

Classes in org.objectweb.jac.core.rtti used by org.objectweb.jac.core.translators
LoadtimeRTTI
          This class defines the super class for all the meta items whithin the rtti aspect.
 

Classes in org.objectweb.jac.core.rtti used by org.objectweb.jac.ide
CollectionItem
          This class defines a meta item that corresponds to a java.lang.reflect.Field meta element that is of an array, a collection, or a map type.
FieldItem
          This class defines a meta item that corresponds to the java.lang.reflect.Field meta element.
MethodItem
          This class defines a meta item that corresponds to the java.lang.reflect.Method meta element.
 

Classes in org.objectweb.jac.core.rtti used by org.objectweb.jac.ide.diagrams
CollectionItem
          This class defines a meta item that corresponds to a java.lang.reflect.Field meta element that is of an array, a collection, or a map type.
FieldItem
          This class defines a meta item that corresponds to the java.lang.reflect.Field meta element.
 

Classes in org.objectweb.jac.core.rtti used by org.objectweb.jac.ide.swing
FieldItem
          This class defines a meta item that corresponds to the java.lang.reflect.Field meta element.
 

Classes in org.objectweb.jac.core.rtti used by org.objectweb.jac.lib
FieldItem
          This class defines a meta item that corresponds to the java.lang.reflect.Field meta element.
 

Classes in org.objectweb.jac.core.rtti used by org.objectweb.jac.lib.stats
FieldItem
          This class defines a meta item that corresponds to the java.lang.reflect.Field meta element.